Interface RepositoryLinkBuilder
- All Superinterfaces:
PortalLink
- Since:
- 3.9.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns the builder for building links to Administration.revisionView
(String revision) Returns a link to the repository browser for the specified revision.Returns the builder for building links to Rich Pages.Returns the builder for building links to a Space.Returns a link to a user object.Returns the builder for building links to wiki pages.Returns the builder for building links to Rich Pages.Returns the builder that builds links to Work Items.Methods inherited from interface com.polarion.alm.shared.api.utils.links.PortalLink
toEncodedAbsoluteUrl, toEncodedAbsoluteUrlWithRedirect, toEncodedAnchor, toEncodedRelativeUrl
-
Method Details
-
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
Returns the builder for building links to wiki pages. -
richPage
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
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
Returns the builder for building links to a Space.- Since:
- 3.10.1
-
revisionView
Returns a link to the repository browser for the specified revision. -
administration
Returns the builder for building links to Administration.- Since:
- 3.10.0
-
user
Returns a link to a user object.- Since:
- 3.10.1
-