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