Class NotifScmLog

java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model2.notification.pojos.NotifScmLog
All Implemented Interfaces:
Serializable

public class NotifScmLog extends BasePOJO
Represents a Scm log of a file within a FlexDeploy package for a Partial Deployment project. For use within Notification Templates.
See Also:
  • Constructor Details

  • Method Details

    • getScmRevision

      public String getScmRevision()
      Returns the sequence number of the package file.
      Returns:
      The sequence number of the file.
    • getCommittedBy

      public String getCommittedBy()
      Returns the committed user name of the package file.
      Returns:
      The committed user of the file.
    • getCommitMessage

      public String getCommitMessage()
      Returns the commit message of the package file.
      Returns:
      The commit message of the file.
    • getCommittedOn

      public Timestamp getCommittedOn()
      Returns the committed time of the package file.
      Returns:
      The committed time of the file.