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 returnedrepositoriesto only those which match the specifiedvisibility.static RepositoryVisibilityReturns 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 resultingrequestinstance.