@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:07.323Z") @Stability(value=Experimental) 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()
(experimental) Whether the build is complete.
|
static String |
getBuildId()
(experimental) The triggering build's id.
|
static String |
getCompletedPhase()
(experimental) The phase that was just completed.
|
static String |
getCompletedPhaseDurationSeconds()
(experimental) The duration of the completed phase.
|
static String |
getCompletedPhaseStatus()
(experimental) The status of the completed phase.
|
static String |
getProjectName()
(experimental) 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=Experimental) @NotNull public static String getBuildComplete()
@Stability(value=Experimental) @NotNull public static String getBuildId()
@Stability(value=Experimental) @NotNull public static String getCompletedPhase()
@Stability(value=Experimental) @NotNull public static String getCompletedPhaseDurationSeconds()
@Stability(value=Experimental) @NotNull public static String getCompletedPhaseStatus()
@Stability(value=Experimental) @NotNull public static String getProjectName()
Copyright © 2021. All rights reserved.