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