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