Class StateChangeEvent

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codebuild.StateChangeEvent
All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:41.851Z") @Stability(Stable) public class StateChangeEvent extends software.amazon.jsii.JsiiObject
Event fields for the CodeBuild "state change" event.

See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    StateChangeEvent(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
     
    protected
    StateChangeEvent(software.amazon.jsii.JsiiObjectRef objRef)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    Return the build id.
    static String
    The triggering build's status.
    static String
     
    static String
    The triggering build's project name.

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Constructor Details

    • StateChangeEvent

      protected StateChangeEvent(software.amazon.jsii.JsiiObjectRef objRef)
    • StateChangeEvent

      protected StateChangeEvent(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
  • Method Details

    • getBuildId

      @Stability(Stable) @NotNull public static String getBuildId()
      Return the build id.
    • getBuildStatus

      @Stability(Stable) @NotNull public static String getBuildStatus()
      The triggering build's status.
    • getCurrentPhase

      @Stability(Stable) @NotNull public static String getCurrentPhase()
    • getProjectName

      @Stability(Stable) @NotNull public static String getProjectName()
      The triggering build's project name.