public class

ResolveRefsRequest

extends Object
java.lang.Object
   ↳ com.atlassian.bitbucket.repository.ResolveRefsRequest

Class Overview

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.

Summary

Nested Classes
class ResolveRefsRequest.Builder  
Public Methods
@Nonnull Set<String> getBranchIds()
@Nonnull Set<String> getRefIds()
@Nonnull Repository getRepository()
@Nonnull Set<String> getTagIds()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

@Nonnull public Set<String> getBranchIds ()

@Nonnull public Set<String> getRefIds ()

@Nonnull public Repository getRepository ()

@Nonnull public Set<String> getTagIds ()