Jagger
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
com.griddynamics.jagger.user.test.configurations.JParallelTestsGroup.Builder Class Reference

Public Member Functions

Builder addDecisionMakerListener (Provider< TestGroupDecisionMakerListener > listener)
 Optional: Adds a subtype instance of com.griddynamics.jagger.engine.e1.Provider<TestGroupDecisionMakerListener>
This type of listener is intended to make decision about test group execution status. More...
 
Builder addDecisionMakerListeners (List< Provider< TestGroupDecisionMakerListener >> listeners)
 Optional: Adds instances of subtypes of com.griddynamics.jagger.engine.e1.Provider<TestGroupDecisionMakerListener>
This type of listener is intended to make decision about test group execution status. More...
 
Builder addListener (Provider< TestGroupListener > listener)
 Optional: Adds a subtype instance of com.griddynamics.jagger.engine.e1.Provider<TestGroupListener> which give you an ability to execute some actions before and after test-group. More...
 
Builder addListeners (List< Provider< TestGroupListener >> listeners)
 Optional: Adds instances of subtypes of com.griddynamics.jagger.engine.e1.Provider<TestGroupListener> which give you an ability to execute some actions before and after test-group. More...
 
JParallelTestsGroup build ()
 Creates the object of JParallelTestsGroup type with custom parameters. More...
 
 Builder (Id id, List< JLoadTest > tests)
 

Detailed Description

Definition at line 71 of file JParallelTestsGroup.java.


The documentation for this class was generated from the following file: