public class NotifProjectVersionFile extends NotifPackageFile
Constructor and Description |
---|
NotifProjectVersionFile(java.lang.String pObjectPath,
java.lang.Integer pSequenceNumber,
java.lang.String pObjectTypeDisplayName,
java.lang.String pSubComponentType,
java.lang.String pSubComponentName,
java.lang.String pDestructive)
Creates a package file for a revision or for a Release.
|
Modifier and Type | Method and Description |
---|---|
NotifScmLog |
getScmLog()
Returns the SCM change logs associated to this file.
|
void |
setScmLog(NotifScmLog pFileScmLog)
Set the Scm details of the file.
|
getDestructive, getObjectPath, getObjectTypeDisplayName, getSequenece, getSubComponentName, getSubComponentType
public NotifProjectVersionFile(java.lang.String pObjectPath, java.lang.Integer pSequenceNumber, java.lang.String pObjectTypeDisplayName, java.lang.String pSubComponentType, java.lang.String pSubComponentName, java.lang.String pDestructive)
pObjectPath
- The path of the file.pSequenceNumber
- The sequence the file.pObjectTypeDisplayName
- The type name of the partial deployment file.public void setScmLog(NotifScmLog pFileScmLog)
public NotifScmLog getScmLog()