@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:51.389Z") @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 © 2021. All rights reserved.