Uses of Class
com.oracle.bmc.resourcemanager.model.DevOpsConfigSource.Builder
- 
Packages that use DevOpsConfigSource.Builder Package Description com.oracle.bmc.resourcemanager.model 
- 
- 
Uses of DevOpsConfigSource.Builder in com.oracle.bmc.resourcemanager.modelMethods in com.oracle.bmc.resourcemanager.model that return DevOpsConfigSource.Builder Modifier and Type Method Description DevOpsConfigSource.BuilderDevOpsConfigSource.Builder. branchName(String branchName)The name of the branch that contains the Terraform configuration.static DevOpsConfigSource.BuilderDevOpsConfigSource. builder()Create a new builder.DevOpsConfigSource.BuilderDevOpsConfigSource.Builder. copy(DevOpsConfigSource model)DevOpsConfigSource.BuilderDevOpsConfigSource.Builder. projectId(String projectId)The OCID of theProject.DevOpsConfigSource.BuilderDevOpsConfigSource.Builder. repositoryId(String repositoryId)The OCID of theRepository.DevOpsConfigSource.BuilderDevOpsConfigSource. toBuilder()DevOpsConfigSource.BuilderDevOpsConfigSource.Builder. workingDirectory(String workingDirectory)
 
-