Class NotifWorkflow

java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model2.notification.pojos.NotifWorkflow
All Implemented Interfaces:
Serializable

public class NotifWorkflow extends BasePOJO
Represents a FlexDeploy workflow. For use within Notification Templates.
See Also:
  • Constructor Details

    • NotifWorkflow

      public NotifWorkflow(ProjectWorkflowDataObject pDataObject)
      Create an instance of this object from the information stored in the database.
      Parameters:
      pDataObject - The data from the database.
  • Method Details

    • getId

      public Long getId()
      Returns the internal identifier of the workflow.
      Returns:
      The internal identifier of the workflow.
    • getName

      public String getName()
      Returns the name of the workflow.
      Returns:
      The name of the workflow.
    • getTypeCode

      public String getTypeCode()
      Returns the type name of the workflow (e.g. BUILD, DEPLOY).
      Returns:
      The type name of the workflow.
    • getTypeEnum

      public Project.ProjectWFTypeEnum getTypeEnum()
      Returns the type enum of the workflow (e.g. BUILD, DEPLOY).
      Returns:
      The type enum of the workflow.
    • getType

      public String getType()
      Returns the type display name of the workflow (e.g. Build, Deploy).
      Returns:
      The type display name of the workflow.