Interface PrototypeSelector<T>
public interface PrototypeSelector<T>
- Since:
- 3.9.0
-
Method Summary
Modifier and TypeMethodDescriptionbaseline()
byEnum
(PrototypeEnum value) Alternative tobyEnum(PrototypeEnum)
which is easier to use from Velocity.
Throws same exceptions asPrototypeEnum.valueOf(String)
category()
document()
plan()
project()
richPage()
script()
testRun()
user()
wikiPage()
workItem()
-
Method Details
-
workItem
-
document
-
richPage
-
wikiPage
-
plan
-
testRun
-
project
-
user
-
timePoint
-
category
-
baseline
- Since:
- 3.19.1
-
baselineCollection
- Since:
- 3.20.1
-
userGroup
- Since:
- 3.19.3
-
script
- Since:
- 3.24.10
-
byString
Alternative tobyEnum(PrototypeEnum)
which is easier to use from Velocity.
Throws same exceptions asPrototypeEnum.valueOf(String)
- Since:
- 3.9.1
-