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 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