Interface RepositoryLinkBuilder

All Superinterfaces:
PortalLink

public interface RepositoryLinkBuilder extends PortalLink
Since:
3.9.0
  • Method Details

    • workItems

      @NotNull WorkItemsLinkBuilder workItems()
      Returns the builder that builds links to Work Items. The returned builder can be also used as the link if no other parameters are needed.
    • wiki

      @NotNull PortalLink wiki(@Nullable String space, @NotNull String name)
      Returns the builder for building links to wiki pages.
    • richPage

      @NotNull RichPageLinkBuilder richPage(@Nullable String spaceId, @NotNull String name)
      Returns the builder for building links to Rich Pages. The returned builder can also be used as the link if no other parameters are needed.
    • wikiPage

      @NotNull WikiPageLinkBuilder wikiPage(@Nullable String spaceId, @NotNull String name)
      Returns the builder for building links to Rich Pages. The returned builder can be also used as the link if no other parameters are needed.
    • space

      @NotNull SpaceLinkBuilder space(@Nullable String spaceId)
      Returns the builder for building links to a Space.
      Since:
      3.10.1
    • revisionView

      @NotNull PortalLink revisionView(@NotNull String revision)
      Returns a link to the repository browser for the specified revision.
    • administration

      @NotNull AdministrationLinkBuilder administration()
      Returns the builder for building links to Administration.
      Since:
      3.10.0
    • user

      @NotNull PortalLink user(@NotNull String id)
      Returns a link to a user object.
      Since:
      3.10.1