Class NotifStep
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model2.notification.pojos.NotifStep
- All Implemented Interfaces:
Serializable
Represents a Step within a FlexDeploy pipeline stage. For use within Notification Templates.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotifStep(PipelineStageStepDataObject 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 step.getId()Returns the internal generated identifier of this pipeline step.getName()Returns the name of this pipeline step.Returns the type name of this pipeline step.Returns the type of this pipeline step.
-
Constructor Details
-
NotifStep
Create an instance of this object from the information stored in the database.- Parameters:
pDataObject- The step data from the database.
-
-
Method Details
-
getId
Returns the internal generated identifier of this pipeline step.- Returns:
- The internal generated identifier of this pipeline step.
-
getName
Returns the name of this pipeline step.- Returns:
- The name of this pipeline step.
-
getStepTypeEnum
Returns the type of this pipeline step.- Returns:
- The type of this pipeline step.
-
getStepType
Returns the type name of this pipeline step.- Returns:
- The type name of this pipeline step.
-
getDescription
Returns the optional description of this pipeline step.- Returns:
- The description of this pipeline gate.
-
getPipelineRoleId
-