Package | Description |
---|---|
com.atlassian.bitbucket.scm |
Modifier and Type | Method and Description |
---|---|
ResolveRefsCommandParameters |
ResolveRefsCommandParameters.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Command<Map<String,Ref>> |
ScmCommandFactory.resolveRefs(ResolveRefsCommandParameters parameters)
Resolves refs from the ref IDs provided on
parameters , which may be one of
branch name
tag name
commit hash
Callers can specify on the parameters whether a provided ID is expected to resolve to a
branch , tag ,
or a ref of unknown type . |
Copyright © 2022 Atlassian. All rights reserved.