| Package | Description |
|---|---|
| software.amazon.awscdk.services.codebuild |
AWS CodeBuild Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CodeCommitSourceProps.Builder |
CodeCommitSourceProps.Builder.branchOrRef(String branchOrRef)
Sets the value of
CodeCommitSourceProps.getBranchOrRef() |
static CodeCommitSourceProps.Builder |
CodeCommitSourceProps.builder() |
CodeCommitSourceProps.Builder |
CodeCommitSourceProps.Builder.cloneDepth(Number cloneDepth)
Sets the value of
CodeCommitSourceProps.getCloneDepth() |
CodeCommitSourceProps.Builder |
CodeCommitSourceProps.Builder.fetchSubmodules(Boolean fetchSubmodules)
Sets the value of
CodeCommitSourceProps.getFetchSubmodules() |
CodeCommitSourceProps.Builder |
CodeCommitSourceProps.Builder.identifier(String identifier)
Sets the value of
SourceProps.getIdentifier() |
CodeCommitSourceProps.Builder |
CodeCommitSourceProps.Builder.repository(IRepository repository)
Sets the value of
CodeCommitSourceProps.getRepository() |
Copyright © 2021. All rights reserved.