java.lang.Object | |
↳ | com.atlassian.bitbucket.repository.ResolveRefsRequest |
Describes which refs to resolve
.
If it is known whether a requested ref is a branch or a tag, the caller is encouraged to use either the
branchId(String)
or tagId(String)
method to allow the SCM to optimize resolving
the ref. If the ref type is unknown, the refId(String)
method should be used.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ResolveRefsRequest.Builder |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|