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