class PhaseChangeEvent
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CodeBuild.PhaseChangeEvent |
![]() | software.amazon.awscdk.services.codebuild.PhaseChangeEvent |
![]() | aws_cdk.aws_codebuild.PhaseChangeEvent |
![]() | @aws-cdk/aws-codebuild » PhaseChangeEvent |
Event fields for the CodeBuild "phase change" event.
Properties
Name | Type | Description |
---|---|---|
static build | string | Whether the build is complete. |
static build | string | The triggering build's id. |
static completed | string | The phase that was just completed. |
static completed | string | The duration of the completed phase. |
static completed | string | The status of the completed phase. |
static project | string | The triggering build's project name. |
static buildComplete
Type:
string
Whether the build is complete.
static buildId
Type:
string
The triggering build's id.
static completedPhase
Type:
string
The phase that was just completed.
static completedPhaseDurationSeconds
Type:
string
The duration of the completed phase.
static completedPhaseStatus
Type:
string
The status of the completed phase.
static projectName
Type:
string
The triggering build's project name.