public class StringValue extends TestValue
TestValue.ValueType
TestGroup.ClassType
FAILED_STATE_COLOR, group, PASSED_STATE_COLOR, properties, type, unit
ctype, description, groupHash, groups, name, parent, thresholds
Constructor and Description |
---|
StringValue(TestGroup parent,
String group,
String name) |
StringValue(TestGroup parent,
String group,
String name,
String unit) |
StringValue(TestGroup parent,
String group,
String name,
String description,
String unit) |
StringValue(TestGroup parent,
String group,
String name,
String description,
String unit,
TestGroup.ClassType ctype) |
StringValue(TestGroup parent,
String group,
String name,
String unit,
TestGroup.ClassType ctype) |
StringValue(TestGroup parent,
String name,
String unit,
TestGroup.ClassType ctype) |
Modifier and Type | Method and Description |
---|---|
com.google.gson.JsonObject |
getCondensedJsonObject(int build,
int hash)
Create an JSON object with the condensed information of this result [EXPORT CONDENSED]
|
com.google.gson.JsonObject |
getJsonObject(int hash)
Get last build result content in Json Object [EXPORT RAW]
Works with TestValue getJsonObject()
|
String |
getValue() |
String |
getValue(int build) |
String |
getValueAsLocaleString(int build,
char decimalSeparator)
Return last value as string in locale format [TABLE PAGE][DETAIL PAGE]
|
String |
getValueAsString(int build)
Return last value as string in default locale [TABLE PAGE][DETAIL PAGE]
|
Map<Integer,String> |
getValues() |
void |
setValue(int build,
String value) |
void |
setValue(String value) |
checkThresholdStatus, checkType, convertCondensedParameterJsonObject, convertCondensedResultJsonObject, convertParameterJsonObject, convertResultJsonObject, getColor, getCSVCondensed, getCSVResult, getCSVResultState, getDataAsJsonArray, getFailedState, getFailedState, getGroup, getHTMLCondensed, getHTMLCondensedDetail, getHTMLDetails, getHTMLParameter, getHTMLParameters, getHTMLResult, getHTMLResult, getId, getId, getMessages, getMessages, getNumberOfProperties, getParameterJsonObject, getParameters, getParameters, getProperties, getType, getUnit, isNumeral, outputType, setFailedState, setFailedState, setGroup, setGroup, setId, setId, setMessage, setMessage, setMessages, setMessages, setParameter, setParameter, setParameters, setParameters
addGroup, addThreshold, convertCondensedFileJsonObject, getAllConnectedParameters, getAllConnectedThresholds, getClassType, getConnectedParameters, getConnectedParentParameters, getConnectedParentThresholds, getConnectedThresholds, getDescription, getDescriptions, getFileGroup, getFileHash, getFileSubGroupFullName, getFullName, getGroup, getGroupHash, getName, getNumberOfGroups, getNumberOfThresholds, getParent, getTestGroups, getThreshold, isArray, isParameterGrp, isThresholdGrp
public StringValue(TestGroup parent, String group, String name, String description, String unit)
public StringValue(TestGroup parent, String name, String unit, TestGroup.ClassType ctype)
public StringValue(TestGroup parent, String group, String name, String unit, TestGroup.ClassType ctype)
public com.google.gson.JsonObject getCondensedJsonObject(int build, int hash)
getCondensedJsonObject
in class TestValue
build
- Build numberhash
- Result hashpublic com.google.gson.JsonObject getJsonObject(int hash)
getJsonObject
in class TestValue
hash
- Result hashpublic String getValueAsString(int build)
getValueAsString
in class TestValue
build
- Build numberpublic String getValueAsLocaleString(int build, char decimalSeparator)
getValueAsLocaleString
in class TestValue
build
- Build numberdecimalSeparator
- Decimal separatorpublic void setValue(String value)
public void setValue(int build, String value)
public String getValue()
public String getValue(int build)
Copyright © 2016–2019. All rights reserved.