Uses of Class
software.amazon.awssdk.services.proton.model.RepositoryBranch
-
Packages that use RepositoryBranch Package Description software.amazon.awssdk.services.proton.model -
-
Uses of RepositoryBranch in software.amazon.awssdk.services.proton.model
Methods in software.amazon.awssdk.services.proton.model that return RepositoryBranch Modifier and Type Method Description RepositoryBranchAccountSettings. pipelineProvisioningRepository()The linked repository for pipeline provisioning.RepositoryBranchEnvironment. provisioningRepository()The linked repository that you use to host your rendered infrastructure templates for self-managed provisioning.Methods in software.amazon.awssdk.services.proton.model with parameters of type RepositoryBranch Modifier and Type Method Description AccountSettings.BuilderAccountSettings.Builder. pipelineProvisioningRepository(RepositoryBranch pipelineProvisioningRepository)The linked repository for pipeline provisioning.Environment.BuilderEnvironment.Builder. provisioningRepository(RepositoryBranch provisioningRepository)The linked repository that you use to host your rendered infrastructure templates for self-managed provisioning.
-