Uses of Enum Class
com.atlassian.bitbucket.repository.RepositoryVisibility
-
Uses of RepositoryVisibility in com.atlassian.bitbucket.repository
Modifier and TypeMethodDescriptionRepositorySearchRequest.getVisibility()
When set, limits returnedrepositories
to only those which match the specifiedvisibility
.static RepositoryVisibility
Returns the enum constant of this class with the specified name.static RepositoryVisibility[]
RepositoryVisibility.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionRepositorySearchRequest.Builder.visibility
(RepositoryVisibility value) Set the visibility level for the resultingrequest
instance.