Enum Class 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.104.0 (build e79254c)", date="2024-11-21T06:34:05.124Z") @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 class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ProjectNotificationEvents valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null