Package | Description |
---|---|
com.atlassian.bitbucket.repository |
Modifier and Type | Method and Description |
---|---|
static Repository.State |
Repository.State.fromId(int id)
Retrieves the state associated with the specified
ID . |
Repository.State |
RepositorySearchRequest.getState()
When set, limits returned
repositories to only those that are in the specified state. |
Repository.State |
Repository.getState()
Retrieves the repository's current
state . |
static Repository.State |
Repository.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Repository.State[] |
Repository.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RepositorySearchRequest.Builder |
RepositorySearchRequest.Builder.state(Repository.State value)
Set the state filter for the resulting
request instance. |
Copyright © 2019 Atlassian. All rights reserved.