Uses of Enum Class
com.atlassian.bitbucket.repository.Repository.State
Packages that use Repository.State
- 
Uses of Repository.State in com.atlassian.bitbucket.repositoryMethods in com.atlassian.bitbucket.repository that return Repository.StateModifier and TypeMethodDescriptionstatic Repository.StateRepository.State.fromId(int id) Retrieves the state associated with the specifiedID.Repository.getState()Retrieves the repository's currentstate.RepositorySearchRequest.getState()When set, limits returnedrepositoriesto only those that are in the specified state.static Repository.StateReturns 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 resultingrequestinstance.