public static class DevOpsConfigSource.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DevOpsConfigSource.Builder |
branchName(String branchName)
The name of the branch that contains the Terraform configuration.
|
DevOpsConfigSource |
build() |
DevOpsConfigSource.Builder |
copy(DevOpsConfigSource model) |
DevOpsConfigSource.Builder |
projectId(String projectId)
The OCID
of the
Project . |
DevOpsConfigSource.Builder |
repositoryId(String repositoryId)
The OCID
of the
Repository . |
DevOpsConfigSource.Builder |
workingDirectory(String workingDirectory) |
public DevOpsConfigSource.Builder workingDirectory(String workingDirectory)
public DevOpsConfigSource.Builder projectId(String projectId)
The OCID
of the Project
.
projectId
- the value to setpublic DevOpsConfigSource.Builder repositoryId(String repositoryId)
The OCID
of the Repository
.
repositoryId
- the value to setpublic DevOpsConfigSource.Builder branchName(String branchName)
The name of the branch that contains the Terraform configuration.
branchName
- the value to setpublic DevOpsConfigSource build()
public DevOpsConfigSource.Builder copy(DevOpsConfigSource model)
Copyright © 2016–2024. All rights reserved.