|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
public @interface CspfScenario
Annotation to identify a CSPF scenario.
This annotation accept following argument:
"pipeline"
or "monitored"
.So, this annotation can be used in four different ways:
@CspfScenario
: Valid CSPF scenario which does not run in CT pipeline.@CspfScenario("monitored")
: Valid CSPF scenario run once in CT pipeline and monitored.@CspfScenario(value="monitored", runs=2)
: Valid CSPF scenario run twice in CT pipeline, both runs are monitored.@CspfScenario("pipeline")
: Valid CSPF scenario run once in CT pipeline but NOT monitored.@CspfScenario("demo")
: Valid CSPF scenario class run only for demonstration purpose (ie. not in CT pipeline).@CspfScenario("perfs")
: Valid CSPF scenario class run only for performances purpose (ie. not in CT pipeline).
Optional Element Summary | |
---|---|
int |
runs
|
java.lang.String |
value
|
public abstract java.lang.String value
public abstract int runs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |