Class Change
java.lang.Object
io.github.diltdicker.codelog.type.Change
Change Object class. Can be serialized to a .yaml file for change tracking across branches
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
Issue id/number or ticket number uniquely identifying particular change -
comment
Summary notes of the change that is being logged -
type
Category of change being logged [ New | Fix | Change | Documentation | Break ]
-
-
Constructor Details
-
Change
public Change()Empty constructor intended to be used by Jackson-yaml -
Change
Change constructor for creating a complete Change object- Parameters:
id- change id fieldtype- change type fieldcomment- change comment field
-