Package com.polarion.alm.tracker
Interface ISpaceSelector<T>
public interface ISpaceSelector<T>
Interface for selecting the space using optional project id and space id.
The selection is finished by using
space(String) method and the selector object cannot be used anymore after that.- Since:
- 3.9.0
-
Method Summary
Modifier and TypeMethodDescriptionOptionally specify a project, must be used beforespace(String)Finishes selecting the space.
-
Method Details
-
project
Optionally specify a project, must be used beforespace(String)- Throws:
IllegalStateException- after the selection was finished
-
space
Finishes selecting the space.- Parameters:
spaceId- - The space id. When null, then the _default space is assumed- Throws:
IllegalStateException- after the selection was finished
-