Class NotifGate

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

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

    • NotifGate

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

    • getId

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

      public String getName()
      Returns the name of this pipeline gate.
      Returns:
      The name of this pipeline gate.
    • getGateTypeEnum

      public PipelineExecutionUnitTypes getGateTypeEnum()
      Returns the type of this pipeline gate.
      Returns:
      The type of this pipeline gate.
    • getGateType

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

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