Package flexagon.ffi.scm.pojos
Class LogChange
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.ffi.scm.pojos.LogChange
- All Implemented Interfaces:
Serializable
Object containing the change of a single file for a commit/checkin to source control. A LogPoint,
corresponding to a commit, will have multiple LogChange objects.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetActionType(ChangeActionTypeEnum pActionType) voidsetChangeFile(String pChangeFile) toString()Returns custom String representation implemented by walking complete object structure.
-
Constructor Details
-
LogChange
public LogChange() -
LogChange
-
-
Method Details