Uses of Class
com.oracle.bmc.devops.model.CommitInfo.Builder
- 
Packages that use CommitInfo.Builder Package Description com.oracle.bmc.devops.model  - 
- 
Uses of CommitInfo.Builder in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return CommitInfo.Builder Modifier and Type Method Description static CommitInfo.BuilderCommitInfo. builder()Create a new builder.CommitInfo.BuilderCommitInfo.Builder. commitHash(String commitHash)Commit hash pertinent to the repository URL and the specified branch.CommitInfo.BuilderCommitInfo.Builder. copy(CommitInfo model)CommitInfo.BuilderCommitInfo.Builder. repositoryBranch(String repositoryBranch)Name of the repository branch.CommitInfo.BuilderCommitInfo.Builder. repositoryUrl(String repositoryUrl)Repository URL.CommitInfo.BuilderCommitInfo. toBuilder() 
 -