Class Snapshot
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model2.pipeline.execution.variables.Snapshot
- All Implemented Interfaces:
Serializable
The Class Snapshot.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreturns the created by username.returns the snapshot descriptionreturns whether the snapshot packages have duplicate files which may have conflicting revisionsreturns the internal id of the snapshot's releaseGets the release snapshot.returns the internal id of the snapshotreturns the snapshot namevoidsetCreatedBy(String pCreatedBy) Sets the created by.voidsetDescription(String pDescription) Sets the description.voidsetDuplicateFilesFlag(String pDuplicateFilesFlag) Sets the duplicate files flag.voidsetReleaseDefinitionId(Long pReleaseDefinitionId) Sets the release definition id.voidsetReleaseSnapshot(String pReleaseSnapshot) Sets the release snapshot.voidsetSnapshotId(Long pSnapshotId) Sets the snapshot id.
-
Constructor Details
-
Snapshot
public Snapshot()
-
-
Method Details
-
setSnapshotId
Sets the snapshot id.- Parameters:
pSnapshotId- the new snapshot id
-
getSnapshotId
returns the internal id of the snapshot- Returns:
- the snapshot id
-
setReleaseDefinitionId
Sets the release definition id.- Parameters:
pReleaseDefinitionId- the new release definition id
-
getReleaseDefinitionId
returns the internal id of the snapshot's release- Returns:
- the release definition id
-
setReleaseSnapshot
Sets the release snapshot.- Parameters:
pReleaseSnapshot- the new release snapshot
-
getReleaseSnapshot
Gets the release snapshot.- Returns:
- the release snapshot
-
getSnapshotName
returns the snapshot name- Returns:
- the snapshot name
-
setDescription
Sets the description.- Parameters:
pDescription- the new description
-
getDescription
returns the snapshot description- Returns:
- the description
-
setDuplicateFilesFlag
Sets the duplicate files flag.- Parameters:
pDuplicateFilesFlag- the new duplicate files flag
-
getDuplicateFilesFlag
returns whether the snapshot packages have duplicate files which may have conflicting revisions- Returns:
- the duplicate files flag
-
setCreatedBy
Sets the created by.- Parameters:
pCreatedBy- the new created by
-
getCreatedBy
returns the created by username.- Returns:
- the created by
-