Class NotifProjectVersionFile

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NotifPartialDeploymentFileResult

public class NotifProjectVersionFile extends NotifPackageFile
Represents a file within a FlexDeploy project version for a Partial Deployment project in a Release. For use within Notification Templates.
See Also:
  • Constructor Details

    • NotifProjectVersionFile

      public NotifProjectVersionFile(String pObjectPath, Integer pSequenceNumber, String pObjectTypeDisplayName, String pSubComponentType, String pSubComponentName, String pDestructive)
      Creates a package file for a revision or for a Release.
      Parameters:
      pObjectPath - The path of the file.
      pSequenceNumber - The sequence the file.
      pObjectTypeDisplayName - The type name of the partial deployment file.
  • Method Details

    • setScmLog

      public void setScmLog(NotifScmLog pFileScmLog)
      Set the Scm details of the file.
    • getScmLog

      public NotifScmLog getScmLog()
      Returns the SCM change logs associated to this file.
      Returns:
      The SCM change logs.