public class BuilderSettings extends Object
| Constructor and Description |
|---|
BuilderSettings() |
| Modifier and Type | Method and Description |
|---|---|
static Integer |
ParseCriticalNumber(String value) |
static ArrayList<Integer> |
ParseFoundDefectIDs(String csvList) |
static Integer |
ParsePerformanceScore(String value) |
static ArrayList<Integer> |
ParsePerformanceTestIDs(String csvList) |
boolean |
ParseSettings(PrintStream logger) |
static Integer |
ParseTestTimeoutSeconds(String value) |
static Integer |
ParseTotalContentSize(String value) |
static Integer |
ParseTotalFoundItems(String value) |
public String CredentialsId
public String InputPerformanceTestIds
public boolean InputFailOnResults
public String InputPerformanceScore
public String InputCriticalNumber
public String InputFoundDefectIds
public Boolean EnforcePerformanceBudgets
public String InputTestTimeoutSeconds
public Integer TestTimeoutSecondsParsed
public Boolean FailBuildOnSnapshotError
public Boolean DoPolling
public Integer PerformanceScore
public Integer CriticalNumber
public boolean ParseSettings(PrintStream logger)
public static ArrayList<Integer> ParsePerformanceTestIDs(String csvList) throws Exception
Exceptionpublic static Integer ParsePerformanceScore(String value) throws Exception
Exceptionpublic static Integer ParseCriticalNumber(String value) throws Exception
Exceptionpublic static ArrayList<Integer> ParseFoundDefectIDs(String csvList) throws Exception
Exceptionpublic static Integer ParseTotalContentSize(String value) throws Exception
Exceptionpublic static Integer ParseTotalFoundItems(String value) throws Exception
ExceptionCopyright © 2016–2019. All rights reserved.