Uses of Enum Class
com.atlassian.bitbucket.repository.Repository.State
Packages that use Repository.State
-
Uses of Repository.State in com.atlassian.bitbucket.repository
Methods in com.atlassian.bitbucket.repository that return Repository.StateModifier 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.Methods in com.atlassian.bitbucket.repository with parameters of type Repository.StateModifier and TypeMethodDescriptionRepositorySearchRequest.Builder.state
(Repository.State value) Set the state filter for the resultingrequest
instance.