Interface PortalLinkBuilder
public interface PortalLinkBuilder
Instances can be obtained from
SharedContext.createPortalLink()
- Since:
- 3.9.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns builder for building links inside of the specified baseline, The returned builder can be also used as the link if no other parameters are needed.Returns the builder that creates links to Baseline Collections for the Global Scope.Returns builder for building links outside of the baseline.Returns builder for building links to project scope.projectGroup
(String projectGroupPath) Returns builder for building links to project group scope.Returns builder for building links to repository scope.Returns a builder for constructing links to a specified script.Returns the builder that creates links to Work Items for the global scope.
-
Method Details
-
repository
Returns builder for building links to repository scope. The returned builder can be also used as the link if no other parameters are needed. -
projectGroup
Returns builder for building links to project group scope. The returned builder can be also used as the link if no other parameters are needed.- Parameters:
projectGroupPath
- path to project group where / is used as delimiter. Can be null or empty - than it means "repository", which can be also represented as single /
-
project
Returns builder for building links to project scope. 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
Returns the builder that creates links to Work Items for the global scope. The returned builder can also be used as the link if no other parameters are required.- Since:
- 3.23.4
-
outsideOfBaseline
Returns builder for building links outside of the baseline. Should be used only in exceptional cases when the link should really go outside of baseline The returned builder can be also used as the link if no other parameters are needed. -
baseline
Returns builder for building links inside of the specified baseline, The returned builder can be also used as the link if no other parameters are needed. -
script
Returns a builder for constructing links to a specified script. The returned builder can be also used as the link if no other parameters are needed.- Since:
- 3.24.10
-
baselineCollections
Returns the builder that creates links to Baseline Collections for the Global Scope. The returned builder can also be the link if no other parameters are required.- Since:
- 3.24.10
-