Uses of Enum Class
com.atlassian.bitbucket.repository.RepositoryArchiveFilter
Packages that use RepositoryArchiveFilter
-
Uses of RepositoryArchiveFilter in com.atlassian.bitbucket.repository
Methods in com.atlassian.bitbucket.repository that return RepositoryArchiveFilterModifier and TypeMethodDescriptionstatic RepositoryArchiveFilterRepositoryArchiveFilter.fromString(String stringValue) RepositorySearchRequest.getArchived()When set, limits returnedrepositoriesto only those, whosebooleanarchive state match the provided value.static RepositoryArchiveFilterReturns the enum constant of this class with the specified name.static RepositoryArchiveFilter[]RepositoryArchiveFilter.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 RepositoryArchiveFilterModifier and TypeMethodDescriptionRepositorySearchRequest.Builder.archived(RepositoryArchiveFilter value) Set the repository archive state filter for the resultingrequestinstance.