Jagger
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
com.griddynamics.jagger.user.test.configurations.limits.JLimit.Builder Class Referenceabstract
Inheritance diagram for com.griddynamics.jagger.user.test.configurations.limits.JLimit.Builder:

Public Member Functions

abstract JLimit build ()
 Create JLimit instance. More...
 
Builder withExactLimits (LowErrThresh lowErrThresh, LowWarnThresh lowWarnThresh, UpWarnThresh upWarnThresh, UpErrThresh upErrThresh)
 Set all limits. More...
 
Builder withOnlyErrors (LowErrThresh lowErrThresh, UpErrThresh upErrThresh)
 Set limits for errors criteria only. More...
 
Builder withOnlyLowerThresholds (LowErrThresh lowErrThresh, LowWarnThresh lowWarnThresh)
 Set limits for warnings criteria only. More...
 
Builder withOnlyUpperThresholds (UpWarnThresh upWarnThresh, UpErrThresh upErrThresh)
 Set limits for upper limits only. More...
 
Builder withOnlyWarnings (LowWarnThresh lowWarnThresh, UpWarnThresh upWarnThresh)
 Set limits for warnings criteria only. More...
 

Detailed Description

Definition at line 33 of file JLimit.java.


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