Class StringCondensed
- java.lang.Object
- 
- org.jenkinsci.plugins.benchmark.results.TestGroup
- 
- org.jenkinsci.plugins.benchmark.results.TestValue
- 
- org.jenkinsci.plugins.benchmark.results.StringValue
- 
- org.jenkinsci.plugins.benchmark.condensed.StringCondensed
 
 
 
 
- 
 public class StringCondensed extends StringValue Holds the information for string condensed result- Since:
- 5/10/2017
- Author:
- Daniel Mercier
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.jenkinsci.plugins.benchmark.results.TestValueTestValue.ValueType
 - 
Nested classes/interfaces inherited from class org.jenkinsci.plugins.benchmark.results.TestGroupTestGroup.ClassType
 
- 
 - 
Field Summary- 
Fields inherited from class org.jenkinsci.plugins.benchmark.results.TestValueFAILED_STATE_COLOR, group, PASSED_STATE_COLOR, properties, type, unit
 - 
Fields inherited from class org.jenkinsci.plugins.benchmark.results.TestGroupctype, description, groupHash, groups, name, parent, thresholds
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCSVCondensed(ContentDetected detected)Assemble the CSV content to display the condensed table [CSV EXPORT]intgetFailed()StringgetHTMLCondensed(Integer key, ContentDetected detected, char decimalSeparator)Assemble the HTML content to display the condensed table [TABLE PAGE]StringgetHTMLCondensedDetail(ContentDetected detected, char decimalSeparator)Assemble the HTML content to display the condensed table [DETAIL PAGE]intgetPassed()- 
Methods inherited from class org.jenkinsci.plugins.benchmark.results.StringValuegetCondensedJsonObject, getJsonObject, getValue, getValue, getValueAsLocaleString, getValueAsString, getValues, setValue, setValue
 - 
Methods inherited from class org.jenkinsci.plugins.benchmark.results.TestValuecheckThresholdStatus, checkType, convertCondensedParameterJsonObject, convertCondensedResultJsonObject, convertParameterJsonObject, convertResultJsonObject, getColor, getCSVResult, getCSVResultState, getDataAsJsonArray, getFailedState, getFailedState, getGroup, 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
 - 
Methods inherited from class org.jenkinsci.plugins.benchmark.results.TestGroupaddGroup, 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
 
- 
 
- 
- 
- 
Method Detail- 
getHTMLCondensedpublic String getHTMLCondensed(Integer key, ContentDetected detected, char decimalSeparator) Assemble the HTML content to display the condensed table [TABLE PAGE]- Overrides:
- getHTMLCondensedin class- TestValue
- Parameters:
- key- Result key
- detected- Key characteristics of results
- decimalSeparator- Decimal separator
- Returns:
- HTML content for condensed table
 
 - 
getHTMLCondensedDetailpublic String getHTMLCondensedDetail(ContentDetected detected, char decimalSeparator) Assemble the HTML content to display the condensed table [DETAIL PAGE]- Overrides:
- getHTMLCondensedDetailin class- TestValue
- Parameters:
- detected- Key characteristics of results
- decimalSeparator- Decimal separator
- Returns:
- HTML content
 
 - 
getCSVCondensedpublic String getCSVCondensed(ContentDetected detected) Assemble the CSV content to display the condensed table [CSV EXPORT]- Overrides:
- getCSVCondensedin class- TestValue
- Parameters:
- detected- Key characteristics of results
- Returns:
- CSV content
 
 - 
getPassedpublic int getPassed() 
 - 
getFailedpublic int getFailed() 
 
- 
 
-