Class NotifScmLog
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model2.notification.pojos.NotifScmLog
- All Implemented Interfaces:
Serializable
Represents a Scm log of a file within a FlexDeploy package for a Partial Deployment project. For
use within Notification Templates.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotifScmLog(String pScmRevision, String pCommittedBy, String pCommitMessage, Timestamp pCommittedOn) -
Method Summary
Modifier and TypeMethodDescriptionReturns the commit message of the package file.Returns the committed user name of the package file.Returns the committed time of the package file.Returns the sequence number of the package file.
-
Constructor Details
-
NotifScmLog
-
-
Method Details
-
getScmRevision
Returns the sequence number of the package file.- Returns:
- The sequence number of the file.
-
getCommittedBy
Returns the committed user name of the package file.- Returns:
- The committed user of the file.
-
getCommitMessage
Returns the commit message of the package file.- Returns:
- The commit message of the file.
-
getCommittedOn
Returns the committed time of the package file.- Returns:
- The committed time of the file.
-