Class NotifGate
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model2.notification.pojos.NotifGate
- All Implemented Interfaces:
Serializable
Represents a Gate within a FlexDeploy pipeline stage. For use within Notification Templates.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotifGate(PipelineStageGateDataObject pDataObject) Create an instance of this object from the information stored in the database. -
Method Summary
Modifier and TypeMethodDescriptionReturns the optional description of this pipeline gate.Returns the type name of this pipeline gate.Returns the type of this pipeline gate.getId()Returns the internal generated identifier of this pipeline gate.getName()Returns the name of this pipeline gate.
-
Constructor Details
-
NotifGate
Create an instance of this object from the information stored in the database.- Parameters:
pDataObject- The gate data from the database.
-
-
Method Details
-
getId
Returns the internal generated identifier of this pipeline gate.- Returns:
- The internal generated identifier of this pipeline gate.
-
getName
Returns the name of this pipeline gate.- Returns:
- The name of this pipeline gate.
-
getGateTypeEnum
Returns the type of this pipeline gate.- Returns:
- The type of this pipeline gate.
-
getGateType
Returns the type name of this pipeline gate.- Returns:
- The type name of this pipeline gate.
-
getDescription
Returns the optional description of this pipeline gate.- Returns:
- The description of this pipeline gate.
-