Uses of Enum Class
com.atlassian.bitbucket.repository.Repository.State
-
Uses of Repository.State in com.atlassian.bitbucket.repository
Modifier and TypeMethodDescriptionstatic Repository.State
Repository.State.fromId
(int id) Retrieves the state associated with the specifiedID
.Repository.getState()
Retrieves the repository's currentstate
.RepositorySearchRequest.getState()
When set, limits returnedrepositories
to only those that are in the specified state.static Repository.State
Returns the enum constant of this class with the specified name.static Repository.State[]
Repository.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionRepositorySearchRequest.Builder.state
(Repository.State value) Set the state filter for the resultingrequest
instance.