| Package | Description |
|---|---|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
RepositoryBranch |
RepositoryBranch.clone() |
RepositoryBranch |
AccountSettings.getPipelineProvisioningRepository()
The repository configured in the Amazon Web Services account for pipeline provisioning.
|
RepositoryBranch |
Environment.getProvisioningRepository()
The infrastructure repository that you use to host your rendered infrastructure templates for self-managed
provisioning.
|
RepositoryBranch |
RepositoryBranch.withArn(String arn)
The Amazon Resource Name (ARN) of the repository branch.
|
RepositoryBranch |
RepositoryBranch.withBranch(String branch)
The repository branch.
|
RepositoryBranch |
RepositoryBranch.withName(String name)
The repository name.
|
RepositoryBranch |
RepositoryBranch.withProvider(RepositoryProvider provider)
The repository provider.
|
RepositoryBranch |
RepositoryBranch.withProvider(String provider)
The repository provider.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AccountSettings.setPipelineProvisioningRepository(RepositoryBranch pipelineProvisioningRepository)
The repository configured in the Amazon Web Services account for pipeline provisioning.
|
void |
Environment.setProvisioningRepository(RepositoryBranch provisioningRepository)
The infrastructure repository that you use to host your rendered infrastructure templates for self-managed
provisioning.
|
AccountSettings |
AccountSettings.withPipelineProvisioningRepository(RepositoryBranch pipelineProvisioningRepository)
The repository configured in the Amazon Web Services account for pipeline provisioning.
|
Environment |
Environment.withProvisioningRepository(RepositoryBranch provisioningRepository)
The infrastructure repository that you use to host your rendered infrastructure templates for self-managed
provisioning.
|
Copyright © 2022. All rights reserved.