Enum ProjectNotificationEvents

java.lang.Object
java.lang.Enum<ProjectNotificationEvents>
software.amazon.awscdk.services.codebuild.ProjectNotificationEvents
All Implemented Interfaces:
Serializable, Comparable<ProjectNotificationEvents>, java.lang.constant.Constable

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:41.837Z") @Stability(Stable) public enum ProjectNotificationEvents extends Enum<ProjectNotificationEvents>
The list of event types for AWS Codebuild.

See Also:
  • Enum Constant Details

    • BUILD_FAILED

      @Stability(Stable) public static final ProjectNotificationEvents BUILD_FAILED
      Trigger notification when project build state failed.
    • BUILD_SUCCEEDED

      @Stability(Stable) public static final ProjectNotificationEvents BUILD_SUCCEEDED
      Trigger notification when project build state succeeded.
    • BUILD_IN_PROGRESS

      @Stability(Stable) public static final ProjectNotificationEvents BUILD_IN_PROGRESS
      Trigger notification when project build state in progress.
    • BUILD_STOPPED

      @Stability(Stable) public static final ProjectNotificationEvents BUILD_STOPPED
      Trigger notification when project build state stopped.
    • BUILD_PHASE_FAILED

      @Stability(Stable) public static final ProjectNotificationEvents BUILD_PHASE_FAILED
      Trigger notification when project build phase failure.
    • BUILD_PHASE_SUCCEEDED

      @Stability(Stable) public static final ProjectNotificationEvents BUILD_PHASE_SUCCEEDED
      Trigger notification when project build phase success.
  • Method Details

    • values

      public static ProjectNotificationEvents[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static ProjectNotificationEvents valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null