Package com.atlassian.bitbucket.nav
Interface NavBuilder.GlobalListRepos
- All Superinterfaces:
NavBuilder.Builder<NavBuilder.GlobalListRepos>
- Enclosing interface:
- NavBuilder
public static interface NavBuilder.GlobalListRepos
extends NavBuilder.Builder<NavBuilder.GlobalListRepos>
The builder for /repos
-
Method Summary
Modifier and TypeMethodDescriptionThe builder for /repos?visibility=private.The builder for /repos?visibility=public.visibility
(RepositoryVisibility visibility) The builder for /repos?visibility=[level]Methods inherited from interface com.atlassian.bitbucket.nav.NavBuilder.Builder
buildAbsolute, buildConfigured, buildRelative, buildRelNoContext, withParam
-
Method Details
-
privateVisibility
NavBuilder.GlobalListRepos privateVisibility()The builder for /repos?visibility=private. Convenient method when invoking in velocity- Returns:
- list of private repositories
-
publicVisibility
NavBuilder.GlobalListRepos publicVisibility()The builder for /repos?visibility=public. Convenient method when invoking in velocity- Returns:
- list of public repositories
-
visibility
The builder for /repos?visibility=[level]- Parameters:
visibility
- visibility- Returns:
- list of repositories with the given visibility
-