Interface | Description |
---|---|
NotificationPayload |
Interface for all Notification Template payloads, representing data which is used to build template content.
|
Class | Description |
---|---|
AbstractNotifBaseRequest |
Abstract class from which all Notification Payloads inherit.
|
NotifApplicationRequest |
Notification Template payload representing a application request.
|
NotifApplicationTask |
Notification Template payload representing an application approval task.
|
NotifPipelineGateRequest | |
NotifPipelineGateTask |
Notification Template payload representing an approval task for a pipeline gate.
|
NotifPipelineStepExectionRequest |
Notification Template payload representing a pipeline step execution request.
|
NotifPipelineStepRequest | |
NotifPipelineStepTask |
Notification Template payload representing an approval task for a pipeline step.
|
NotifProjectReviewTask |
Notification Template payload representing a pre-deploy review task for a project deployment request.
|
NotifProjectTask |
Notification Template payload representing a project approval task.
|
NotifProjectWorkflowRequest |
Notification Template payload representing a project workflow request.
|
NotifTask |
Abstract Notification Template payload base class for FlexDeploy task events.
|