Package com.polarion.alm.shared.api
Interface ScopeWithTypeSelector<T>
- All Superinterfaces:
ScopeSelector<T>
Interface for selecting the scope with option type, the selection is finished using some method from
ScopeSelector
Each instance can be used only once.- Since:
- 3.9.0
-
Method Summary
Modifier and TypeMethodDescriptionOptionally select type before the selection is finished using some method fromScopeSelector
Methods inherited from interface com.polarion.alm.shared.api.ScopeSelector
forProject, forScope, global
-
Method Details
-
forType
Optionally select type before the selection is finished using some method fromScopeSelector
- Parameters:
type
- - using null value is same as not using this method at all, empty string or string containing only white space characters is treated as null
-