public static class CreateOrUpdateGitBranchDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateOrUpdateGitBranchDetails |
build() |
CreateOrUpdateGitBranchDetails.Builder |
commitId(String commitId)
Commit ID pointed to by the new branch.
|
CreateOrUpdateGitBranchDetails.Builder |
copy(CreateOrUpdateGitBranchDetails model) |
CreateOrUpdateGitBranchDetails.Builder |
refName(String refName) |
public CreateOrUpdateGitBranchDetails.Builder refName(String refName)
public CreateOrUpdateGitBranchDetails.Builder commitId(String commitId)
Commit ID pointed to by the new branch.
commitId
- the value to setpublic CreateOrUpdateGitBranchDetails build()
public CreateOrUpdateGitBranchDetails.Builder copy(CreateOrUpdateGitBranchDetails model)
Copyright © 2016–2024. All rights reserved.