| java.lang.Object |
| ↳ |
com.atlassian.stash.repository.RepositoryBranchesRequest |
Class Overview
A request for branches within a repository. The purpose and behaviour of each field is described on its accessor.
Summary
| Nested Classes |
|
class |
RepositoryBranchesRequest.Builder |
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Public Methods
@Nullable
public
String
getFilterText
()
Returns
- optional text for filtering returned branches
@Nullable
public
RefOrder
getOrder
()
Returns
- the ordering to apply when listing branches. If
null, the order is determined by the Scm
@Nonnull
public
Repository
getRepository
()
Returns
- the repository to retrieve branches from