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.84.0 (build 5404dcf)",
date="2023-06-19T16:30:41.828Z")
@Stability(Stable)
public class PhaseChangeEvent
extends software.amazon.jsii.JsiiObject
Event fields for the CodeBuild "phase change" event.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPhaseChangeEvent(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedPhaseChangeEvent(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionstatic StringWhether the build is complete.static StringThe triggering build's id.static StringThe phase that was just completed.static StringThe duration of the completed phase.static StringThe status of the completed phase.static StringThe 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, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
Whether the build is complete. -
getBuildId
The triggering build's id. -
getCompletedPhase
The phase that was just completed. -
getCompletedPhaseDurationSeconds
The duration of the completed phase. -
getCompletedPhaseStatus
The status of the completed phase. -
getProjectName
The triggering build's project name.
-