Class PhaseChangeEvent

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

@Generated(value="jsii-pacmak/1.97.0 (build 729de35)", date="2024-04-18T17:54:14.097Z") @Stability(Stable) public class PhaseChangeEvent extends software.amazon.jsii.JsiiObject
Event fields for the CodeBuild "phase 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
    PhaseChangeEvent(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
     
    protected
    PhaseChangeEvent(software.amazon.jsii.JsiiObjectRef objRef)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    Whether the build is complete.
    static String
    The triggering build's id.
    static String
    The phase that was just completed.
    static String
    The duration of the completed phase.
    static String
    The status of the completed phase.
    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

    • PhaseChangeEvent

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

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

    • getBuildComplete

      @Stability(Stable) @NotNull public static String getBuildComplete()
      Whether the build is complete.
    • getBuildId

      @Stability(Stable) @NotNull public static String getBuildId()
      The triggering build's id.
    • getCompletedPhase

      @Stability(Stable) @NotNull public static String getCompletedPhase()
      The phase that was just completed.
    • getCompletedPhaseDurationSeconds

      @Stability(Stable) @NotNull public static String getCompletedPhaseDurationSeconds()
      The duration of the completed phase.
    • getCompletedPhaseStatus

      @Stability(Stable) @NotNull public static String getCompletedPhaseStatus()
      The status of the completed phase.
    • getProjectName

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