@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:47:02.645Z") @Stability(value=Experimental) public class PhaseChangeEvent extends software.amazon.jsii.JsiiObject
| 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 © 2022. All rights reserved.