class StateChangeEvent
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.CodeBuild.StateChangeEvent |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscodebuild#StateChangeEvent |
Java | software.amazon.awscdk.services.codebuild.StateChangeEvent |
Python | aws_cdk.aws_codebuild.StateChangeEvent |
TypeScript (source) | aws-cdk-lib » aws_codebuild » StateChangeEvent |
Event fields for the CodeBuild "state change" event.
Properties
Name | Type | Description |
---|---|---|
static build | string | Return the build id. |
static build | string | The triggering build's status. |
static current | string | |
static project | string | The triggering build's project name. |
static buildId
Type:
string
Return the build id.
static buildStatus
Type:
string
The triggering build's status.
static currentPhase
Type:
string
static projectName
Type:
string
The triggering build's project name.