Class WorkflowExecutionDispatchByEnvironment
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model.pojos.workflowexecution.dispatch.WorkflowExecutionDispatchByEnvironment
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidsetEnvironmentId(Long pEnvironmentId) voidsetEnvironmentName(String pEnvironmentName) voidtoString()Returns custom String representation implemented by walking complete object structure.
-
Constructor Details
-
WorkflowExecutionDispatchByEnvironment
public WorkflowExecutionDispatchByEnvironment()
-
-
Method Details
-
toString
Description copied from class:BasePOJOReturns custom String representation implemented by walking complete object structure. -
sortByDeployPriority
public void sortByDeployPriority() -
getAllowedDeployPriorityForDispatch
public int getAllowedDeployPriorityForDispatch() -
setEnvironmentId
-
getEnvironmentId
-
setEnvironmentName
-
getEnvironmentName
-
getDispatchItems
-
checkDuplicateRunningExecution
public WorkflowExecutionDispatchItem checkDuplicateRunningExecution(WorkflowExecutionDispatchItem pItem)
-