@Generated(value="jsii-pacmak/1.57.0 (build f614666)", date="2022-04-22T22:36:20.524Z") @Stability(value=Stable) public class PhaseChangeEvent extends software.amazon.jsii.JsiiObject
https://docs.aws.amazon.com/codebuild/latest/userguide/sample-build-notifications.html#sample-build-notifications-ref| Modifier | Constructor and Description |
|---|---|
protected |
PhaseChangeEvent(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
PhaseChangeEvent(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static String |
getBuildComplete()
Whether the build is complete.
|
static String |
getBuildId()
The triggering build's id.
|
static String |
getCompletedPhase()
The phase that was just completed.
|
static String |
getCompletedPhaseDurationSeconds()
The duration of the completed phase.
|
static String |
getCompletedPhaseStatus()
The status of the completed phase.
|
static String |
getProjectName()
The triggering build's project name.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected PhaseChangeEvent(software.amazon.jsii.JsiiObjectRef objRef)
protected PhaseChangeEvent(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) @NotNull public static String getBuildComplete()
@Stability(value=Stable) @NotNull public static String getBuildId()
@Stability(value=Stable) @NotNull public static String getCompletedPhase()
@Stability(value=Stable) @NotNull public static String getCompletedPhaseDurationSeconds()
@Stability(value=Stable) @NotNull public static String getCompletedPhaseStatus()
@Stability(value=Stable) @NotNull public static String getProjectName()
Copyright © 2022. All rights reserved.