Class NotifProjectVersionFile
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model2.notification.pojos.NotifPackageFile
flexagon.fd.model2.notification.pojos.NotifProjectVersionFile
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NotifPartialDeploymentFileResult
Represents a file within a FlexDeploy project version for a Partial Deployment project in a
Release. For use within Notification Templates.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the SCM change logs associated to this file.voidsetScmLog(NotifScmLog pFileScmLog) Set the Scm details of the file.Methods inherited from class flexagon.fd.model2.notification.pojos.NotifPackageFile
getDestructive, getObjectPath, getObjectTypeDisplayName, getSequenece, getSubComponentName, getSubComponentType
-
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
Set the Scm details of the file. -
getScmLog
Returns the SCM change logs associated to this file.- Returns:
- The SCM change logs.
-