Class Main
java.lang.Object
io.jenkins.plugins.genericchart.equations.Main
Main class for launching parser-ng extended parser from fat jar.
Executes preset equations from presetEquations.json file.
Usage: java -jar fat.jar "PRESET_NAME and its params" value1 value2 ... valueN
Example: java -jar fat.jar IMMEDIATE_UP_OK 5 100 95 90 85
- IMMEDIATE_UP_OK is the preset equation name
- 5 is the threshold parameter
- 100 95 90 85 are the data values (L0=100, L1=95, L2=90, L3=85)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Main
public Main()
-
-
Method Details
-
main
- Throws:
Exception
-