Uses of Class
com.trivago.cluecumber.engine.constants.Status
-
-
Uses of Status in com.trivago.cluecumber.engine.constants
Fields in com.trivago.cluecumber.engine.constants with type parameters of type Status Modifier and Type Field Description static List<Status>Status. BASIC_STATESMethods in com.trivago.cluecumber.engine.constants that return Status Modifier and Type Method Description static StatusStatus. fromString(String status)static StatusStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Status[]Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.trivago.cluecumber.engine.constants with parameters of type Status Modifier and Type Method Description StringChartConfiguration. getColorRgbaStringByStatus(Status status) -
Uses of Status in com.trivago.cluecumber.engine.json.pojo
Methods in com.trivago.cluecumber.engine.json.pojo that return Status Modifier and Type Method Description StatusResultMatch. getConsolidatedStatus()StatusElement. getStatus()StatusResultMatch. getStatus() -
Uses of Status in com.trivago.cluecumber.engine.rendering.pages.charts
Methods in com.trivago.cluecumber.engine.rendering.pages.charts with parameters of type Status Modifier and Type Method Description PieChartBuilderPieChartBuilder. addValue(int value, Status status)StackedBarChartBuilderStackedBarChartBuilder. addValues(List<Float> values, Status status) -
Uses of Status in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections
Methods in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections with parameters of type Status Modifier and Type Method Description voidScenarioSummaryPageCollection. addScenarioIndexByStatus(Status status, int scenarioIndex)
-