com.polarion.alm.tracker.IRichPageSelector
METHODS
Modifiers and Type | Name | Description |
---|---|---|
IRichPageSelector<T> | project(String) | Optionally specify a project, must be used before {@link #path(String)} or {@link #spaceAndName(String,String)} |
IRichPageSelector<T> | revision(String) | Optionally specify a revision, must be used before {@link #path(String)} or {@link #spaceAndName(String,String)} |
T | path(String) | Finishes selecting the page using the relative path to page. |
T | spaceAndName(String,String) | Finishes selecting the page using the space id and page name as separate parameters. |
Back to Index