| Package | Description |
|---|---|
| software.amazon.awscdk.services.codecommit |
AWS CodeCommit Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static Code |
Code.fromAsset(Asset asset)
Code from user-supplied asset.
|
static Code |
Code.fromAsset(Asset asset,
String branch)
Code from user-supplied asset.
|
static Code |
Code.fromDirectory(String directoryPath)
Code from directory.
|
static Code |
Code.fromDirectory(String directoryPath,
String branch)
Code from directory.
|
static Code |
Code.fromZipFile(String filePath)
Code from preexisting ZIP file.
|
static Code |
Code.fromZipFile(String filePath,
String branch)
Code from preexisting ZIP file.
|
default Code |
RepositoryProps.getCode()
The contents with which to initialize the repository after it has been created.
|
Code |
RepositoryProps.Jsii$Proxy.getCode() |
| Modifier and Type | Method and Description |
|---|---|
RepositoryProps.Builder |
RepositoryProps.Builder.code(Code code)
Sets the value of
RepositoryProps.getCode() |
Repository.Builder |
Repository.Builder.code(Code code)
The contents with which to initialize the repository after it has been created.
|
Copyright © 2022. All rights reserved.