Uses of Class
com.atlassian.bitbucket.scm.ResolveRefCommandParameters
Packages that use ResolveRefCommandParameters
-
Uses of ResolveRefCommandParameters in com.atlassian.bitbucket.scm
Methods in com.atlassian.bitbucket.scm that return ResolveRefCommandParametersMethods in com.atlassian.bitbucket.scm with parameters of type ResolveRefCommandParametersModifier and TypeMethodDescriptionScmCommandFactory.resolveRef
(ResolveRefCommandParameters parameters) Resolves the specifiedrefId
, which may be a:branch name
tag name
commit hash
If therefId
should be resolved to a specific type, thattype
should be set to allow the SCM to restrict its search.