public class ResolveRefsRequest extends Object
resolve
.
If it is known whether a requested ref is a branch or a tag, the caller is encouraged to use either the
ResolveRefsRequest.Builder.branchId(String)
or ResolveRefsRequest.Builder.tagId(String)
method to allow the SCM to optimize resolving
the ref. If the ref type is unknown, the ResolveRefsRequest.Builder.refId(String)
method should be used.
Modifier and Type | Class and Description |
---|---|
static class |
ResolveRefsRequest.Builder |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getBranchIds() |
Set<String> |
getRefIds() |
Repository |
getRepository() |
Set<String> |
getTagIds() |
Copyright © 2021 Atlassian. All rights reserved.