Class NotifStep

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

public class NotifStep extends BasePOJO
Represents a Step within a FlexDeploy pipeline stage. For use within Notification Templates.
See Also:
  • Constructor Details

    • NotifStep

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

    • getId

      public Long getId()
      Returns the internal generated identifier of this pipeline step.
      Returns:
      The internal generated identifier of this pipeline step.
    • getName

      public String getName()
      Returns the name of this pipeline step.
      Returns:
      The name of this pipeline step.
    • getStepTypeEnum

      public PipelineExecutionUnitTypes getStepTypeEnum()
      Returns the type of this pipeline step.
      Returns:
      The type of this pipeline step.
    • getStepType

      public String getStepType()
      Returns the type name of this pipeline step.
      Returns:
      The type name of this pipeline step.
    • getDescription

      public String getDescription()
      Returns the optional description of this pipeline step.
      Returns:
      The description of this pipeline gate.
    • getPipelineRoleId

      public Long getPipelineRoleId()