public class QualysCriteria extends Object
Constructor and Description |
---|
QualysCriteria(String criteriaJson,
boolean failCheck) |
Modifier and Type | Method and Description |
---|---|
Boolean |
evaluate(com.google.gson.JsonObject response) |
com.google.gson.JsonObject |
evaluateAll(com.google.gson.JsonObject response) |
ArrayList<String> |
getBuildFailedReasons() |
String |
getMyNumbersAsString(ArrayList<Integer> arrayList) |
com.google.gson.JsonObject |
getResult() |
com.google.gson.JsonObject |
getReturnObject() |
int |
getSizeAfterExclude() |
int |
getSizeBeforeExclude() |
void |
setReturnObject(com.google.gson.JsonObject returnObject) |
void |
setSizeAfterExclude(int sizeAfterExclude) |
void |
setSizeBeforeExclude(int sizeBeforeExclude) |
public Boolean evaluate(com.google.gson.JsonObject response) throws Exception
Exception
public com.google.gson.JsonObject evaluateAll(com.google.gson.JsonObject response) throws Exception
Exception
public com.google.gson.JsonObject getResult()
public com.google.gson.JsonObject getReturnObject()
public void setReturnObject(com.google.gson.JsonObject returnObject)
returnObject
- the returnObject to setpublic int getSizeBeforeExclude()
public void setSizeBeforeExclude(int sizeBeforeExclude)
sizeBeforeExclude
- the sizeBeforeExclude to setpublic int getSizeAfterExclude()
public void setSizeAfterExclude(int sizeAfterExclude)
sizeAfterExclude
- the sizeAfterExclude to setCopyright © 2016–2022 Qualys Inc.. All rights reserved.