Package flexagon.fd.model2.pojo
Class BuildFileInput
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model2.pojo.BuildFileInput
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSkip()voidsetDestructive(Boolean pDestructive) voidsetFilePath(String filePath) voidsetFromBackupVersionId(Long pFromBackupVersionId) voidsetFromPackageObjectId(Long pFromPackageObjectId) voidsetPreviousDeploymentStatus(String previousDeploymentStatus) voidsetProjectObjectId(Long pProjectObjectId) voidsetRollbackProjectObjectId(Long pRollbackProjectObjectId) voidsetSCMRevision(String pSCMRevision) voidtoString()Returns custom String representation implemented by walking complete object structure.
-
Constructor Details
-
BuildFileInput
public BuildFileInput()
-
-
Method Details
-
setProjectObjectId
-
getProjectObjectId
-
setSCMRevision
-
getSCMRevision
-
setFromPackageObjectId
-
getFromPackageObjectId
-
getRollbackProjectObjectId
-
setRollbackProjectObjectId
-
getFromBackupVersionId
-
setFromBackupVersionId
-
getDestructive
-
setDestructive
-
getSkip
-
setSkip
-
getFilePath
-
setFilePath
-
getPreviousDeploymentStatus
-
setPreviousDeploymentStatus
-
toString
Description copied from class:BasePOJOReturns custom String representation implemented by walking complete object structure.
-