Class StepProjectExecution
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model.pojos.rest.release.StepProjectExecution
- All Implemented Interfaces:
Serializable
Simple pojo representing a project execution details.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStepProjectExecution(Long pWorkflowExecutionId, String pExecutionStatus, Long pInstanceId) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetExecutionStatus(String pExecutionStatus) voidsetInstanceId(Long pInstanceId) voidsetWorkflowExecutionId(Long pWorkflowExecutionId)
-
Constructor Details
-
StepProjectExecution
public StepProjectExecution() -
StepProjectExecution
-
-
Method Details
-
setWorkflowExecutionId
-
getWorkflowExecutionId
-
setExecutionStatus
-
getExecutionStatus
-
setInstanceId
-
getInstanceId
-