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.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Constructor Summary
ModifierConstructorDescriptionprotected
PhaseChangeEvent
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
PhaseChangeEvent
(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionstatic 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
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.
-