Interface ProjectLinkBuilder
- All Superinterfaces:
PortalLink
- Since:
- 3.9.0
-
Method Summary
Modifier and TypeMethodDescriptionReturn builder for building links to Administration.Return builder for building links to a Baseline.baselineCollection
(String collectionId) Returns the builder that builds the links to a Baseline Collection form.baselineCollectionContext
(String collectionId) Returns the builder that builds the links to a Baseline Collection's context.baselineCollectionContext
(String collectionProjectId, String collectionId) Returns the builder that builds the links to a Baseline Collection's context.baselineCollectionContext
(String collectionProjectId, String collectionId, String collectionRevision) Returns the builder that builds the links to a Baseline Collection's context.Returns the builder that builds the links to Baseline Collections.Return builder for building links to a Document.home()
Return builder for building links to a Plan.plans()
Return builder for building links to Plans.Return builder for building links to a Rich Pages.Return builder for building links to a Space.Return builder for building links to a Test Run.testRuns()
Return builder for building links to Test Runs.Return builder for building links to a Wiki Pages.Return builder for building links to a Work Items.Return builder for building links to Work Items.Methods inherited from interface com.polarion.alm.shared.api.utils.links.PortalLink
toEncodedAbsoluteUrl, toEncodedAbsoluteUrlWithRedirect, toEncodedAnchor, toEncodedRelativeUrl
-
Method Details
-
workItem
Return builder for building links to a Work Items. The returned builder can be also used as the link if no other parameters are needed.- Parameters:
id
- can not be null or empty- Throws:
IllegalArgumentException
- if project is null or empty
-
workItems
Return builder for building links to Work Items. The returned builder can be also used as the link if no other parameters are needed. -
document
Return builder for building links to a Document. The returned builder can be also used as the link if no other parameters are needed. -
testRun
Return builder for building links to a Test Run. The returned builder can be also used as the link if no other parameters are needed.- Parameters:
id
- can not be null or empty- Throws:
IllegalArgumentException
- if project is null or empty
-
plan
Return builder for building links to a Plan. The returned builder can be also used as the link if no other parameters are needed.- Parameters:
id
- can not be null or empty- Throws:
IllegalArgumentException
- if project is null or empty
-
testRuns
Return builder for building links to Test Runs. The returned builder can be also used as the link if no other parameters are needed. -
plans
Return builder for building links to Plans. The returned builder can be also used as the link if no other parameters are needed. -
richPage
Return builder for building links to a Rich Pages. The returned builder can be also used as the link if no other parameters are needed. -
wikiPage
Return builder for building links to a Wiki Pages. The returned builder can be also used as the link if no other parameters are needed. -
space
Return builder for building links to a Space.- Since:
- 3.10.1
-
administration
Return builder for building links to Administration. -
build
-
home
-
baseline
Return builder for building links to a Baseline.- Since:
- 3.19.2
-
baselineCollection
Returns the builder that builds the links to a Baseline Collection form. To create a link to a Baseline Collection context, usebaselineCollectionContext(String)
.- Since:
- 3.20.1
-
baselineCollections
Returns the builder that builds the links to Baseline Collections. The returned builder can be also used as the link if no other parameters are needed.- Since:
- 3.20.2
-
baselineCollectionContext
Returns the builder that builds the links to a Baseline Collection's context. (The link will open the target within the Collection.) If the Baseline Collection is not from the current project scope, usebaselineCollectionContext(String, String)
.To create a link to a Baseline Collection form, use
baselineCollection(String)
.- Since:
- 3.20.1
-
baselineCollectionContext
@NotNull ProjectLinkBuilder baselineCollectionContext(@NotNull String collectionProjectId, @NotNull String collectionId) Returns the builder that builds the links to a Baseline Collection's context. (The link will open the target within the Collection.)To create a link to a Baseline Collection form, use
baselineCollection(String)
.- Since:
- 3.20.2
-
baselineCollectionContext
@NotNull ProjectLinkBuilder baselineCollectionContext(@NotNull String collectionProjectId, @NotNull String collectionId, @Nullable String collectionRevision) Returns the builder that builds the links to a Baseline Collection's context. (The link will open the target within the Collection.)To create a link to a Baseline Collection form, use
baselineCollection(String)
.- Since:
- 3.20.2
-