@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)", date="2023-01-25T18:29:02.368Z") public enum PipelineNotificationEvents extends java.lang.Enum<PipelineNotificationEvents>
Enum Constant and Description |
---|
ACTION_EXECUTION_CANCELED
Trigger notification when pipeline action execution canceled.
|
ACTION_EXECUTION_FAILED
Trigger notification when pipeline action execution failed.
|
ACTION_EXECUTION_STARTED
Trigger notification when pipeline action execution started.
|
ACTION_EXECUTION_SUCCEEDED
Trigger notification when pipeline action execution succeeded.
|
MANUAL_APPROVAL_FAILED
Trigger notification when pipeline manual approval failed.
|
MANUAL_APPROVAL_NEEDED
Trigger notification when pipeline manual approval needed.
|
MANUAL_APPROVAL_SUCCEEDED
Trigger notification when pipeline manual approval succeeded.
|
PIPELINE_EXECUTION_CANCELED
Trigger notification when pipeline execution canceled.
|
PIPELINE_EXECUTION_FAILED
Trigger notification when pipeline execution failed.
|
PIPELINE_EXECUTION_RESUMED
Trigger notification when pipeline execution resumed.
|
PIPELINE_EXECUTION_STARTED
Trigger notification when pipeline execution started.
|
PIPELINE_EXECUTION_SUCCEEDED
Trigger notification when pipeline execution succeeded.
|
PIPELINE_EXECUTION_SUPERSEDED
Trigger notification when pipeline execution superseded.
|
STAGE_EXECUTION_CANCELED
Trigger notification when pipeline stage execution canceled.
|
STAGE_EXECUTION_FAILED
Trigger notification when pipeline stage execution failed.
|
STAGE_EXECUTION_RESUMED
Trigger notification when pipeline stage execution resumed.
|
STAGE_EXECUTION_STARTED
Trigger notification when pipeline stage execution started.
|
STAGE_EXECUTION_SUCCEEDED
Trigger notification when pipeline stage execution succeeded.
|
Modifier and Type | Method and Description |
---|---|
static PipelineNotificationEvents |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PipelineNotificationEvents[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PipelineNotificationEvents PIPELINE_EXECUTION_FAILED
public static final PipelineNotificationEvents PIPELINE_EXECUTION_CANCELED
public static final PipelineNotificationEvents PIPELINE_EXECUTION_STARTED
public static final PipelineNotificationEvents PIPELINE_EXECUTION_RESUMED
public static final PipelineNotificationEvents PIPELINE_EXECUTION_SUCCEEDED
public static final PipelineNotificationEvents PIPELINE_EXECUTION_SUPERSEDED
public static final PipelineNotificationEvents STAGE_EXECUTION_STARTED
public static final PipelineNotificationEvents STAGE_EXECUTION_SUCCEEDED
public static final PipelineNotificationEvents STAGE_EXECUTION_RESUMED
public static final PipelineNotificationEvents STAGE_EXECUTION_CANCELED
public static final PipelineNotificationEvents STAGE_EXECUTION_FAILED
public static final PipelineNotificationEvents ACTION_EXECUTION_SUCCEEDED
public static final PipelineNotificationEvents ACTION_EXECUTION_FAILED
public static final PipelineNotificationEvents ACTION_EXECUTION_CANCELED
public static final PipelineNotificationEvents ACTION_EXECUTION_STARTED
public static final PipelineNotificationEvents MANUAL_APPROVAL_FAILED
public static final PipelineNotificationEvents MANUAL_APPROVAL_NEEDED
public static final PipelineNotificationEvents MANUAL_APPROVAL_SUCCEEDED
public static PipelineNotificationEvents[] values()
for (PipelineNotificationEvents c : PipelineNotificationEvents.values()) System.out.println(c);
public static PipelineNotificationEvents valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null