| Package | Description |
|---|---|
| software.amazon.awscdk.services.codebuild |
AWS CodeBuild Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnProject.ProjectTriggersProperty.Jsii$Proxy
An implementation for
CfnProject.ProjectTriggersProperty |
| Modifier and Type | Method and Description |
|---|---|
CfnProject.ProjectTriggersProperty |
CfnProject.ProjectTriggersProperty.Builder.build()
Builds the configured instance.
|
default CfnProject.ProjectTriggersProperty |
SourceConfig.getBuildTriggers() |
CfnProject.ProjectTriggersProperty |
SourceConfig.Jsii$Proxy.getBuildTriggers() |
| Modifier and Type | Method and Description |
|---|---|
SourceConfig.Builder |
SourceConfig.Builder.buildTriggers(CfnProject.ProjectTriggersProperty buildTriggers)
Sets the value of
SourceConfig.getBuildTriggers() |
void |
CfnProject.setTriggers(CfnProject.ProjectTriggersProperty value)
For an existing AWS CodeBuild build project that has its source code stored in a GitHub repository, enables AWS CodeBuild to begin automatically rebuilding the source code every time a code change is pushed to the repository.
|
CfnProjectProps.Builder |
CfnProjectProps.Builder.triggers(CfnProject.ProjectTriggersProperty triggers)
Sets the value of
CfnProjectProps.getTriggers() |
CfnProject.Builder |
CfnProject.Builder.triggers(CfnProject.ProjectTriggersProperty triggers)
For an existing AWS CodeBuild build project that has its source code stored in a GitHub repository, enables AWS CodeBuild to begin automatically rebuilding the source code every time a code change is pushed to the repository.
|
Copyright © 2022. All rights reserved.