Class NotifWorkflow
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model2.notification.pojos.NotifWorkflow
- All Implemented Interfaces:
Serializable
Represents a FlexDeploy workflow. For use within Notification Templates.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotifWorkflow(ProjectWorkflowDataObject pDataObject) Create an instance of this object from the information stored in the database. -
Method Summary
-
Constructor Details
-
NotifWorkflow
Create an instance of this object from the information stored in the database.- Parameters:
pDataObject- The data from the database.
-
-
Method Details
-
getId
Returns the internal identifier of the workflow.- Returns:
- The internal identifier of the workflow.
-
getName
Returns the name of the workflow.- Returns:
- The name of the workflow.
-
getTypeCode
Returns the type name of the workflow (e.g. BUILD, DEPLOY).- Returns:
- The type name of the workflow.
-
getTypeEnum
Returns the type enum of the workflow (e.g. BUILD, DEPLOY).- Returns:
- The type enum of the workflow.
-
getType
Returns the type display name of the workflow (e.g. Build, Deploy).- Returns:
- The type display name of the workflow.
-