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.Builder
CommitInfo. builder()
Create a new builder.CommitInfo.Builder
CommitInfo.Builder. commitHash(String commitHash)
Commit hash pertinent to the repository URL and the specified branch.CommitInfo.Builder
CommitInfo.Builder. copy(CommitInfo model)
CommitInfo.Builder
CommitInfo.Builder. repositoryBranch(String repositoryBranch)
Name of the repository branch.CommitInfo.Builder
CommitInfo.Builder. repositoryUrl(String repositoryUrl)
Repository URL.CommitInfo.Builder
CommitInfo. toBuilder()
-