Package flexagon.fd.model2.pojo
Class CreatePipelineTaskInput
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model2.pojo.CreateHumanTaskInput
flexagon.fd.model2.pojo.CreatePipelineTaskInput
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetPipelineRoleId(Long pPipelineRoleId) voidsetStageExecutionStatus(String pStageExecutionStatus) toString()Returns custom String representation implemented by walking complete object structure.Methods inherited from class flexagon.fd.model2.pojo.CreateHumanTaskInput
debugString, getEnvironmentId, getGateExecutionId, getGateId, getReleaseDefinitionId, getSnapshotId, getStageExecutionId, getStepExecutionId, getStepId, setEnvironmentId, setGateExecutionId, setGateId, setReleaseDefinitionId, setSnapshotId, setStageExecutionId, setStepExecutionId, setStepId
-
Constructor Details
-
CreatePipelineTaskInput
public CreatePipelineTaskInput()
-
-
Method Details
-
setPipelineRoleId
-
getPipelineRoleId
-
setStageExecutionStatus
-
getStageExecutionStatus
-
toString
Description copied from class:BasePOJOReturns custom String representation implemented by walking complete object structure.- Overrides:
toStringin classCreateHumanTaskInput- Returns:
- a String representation of this object
-