Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W 

A

add(BreakdownStats) - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownStats
 
add(OverviewStats) - Method in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
Merges 2 overview statistic structures where all corresponding values are simply added to current object.
addBackground(CucumberScenarioResult) - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
addDefaultFeaturePathIfNoFeaturePathIsSpecified(List<String>, Class) - Method in class com.github.mkolisnyk.cucumber.runner.runtime.BaseRuntimeOptionsFactory
 
addDefaultGlueIfNoGlueIsSpecified(List<String>, Class) - Method in class com.github.mkolisnyk.cucumber.runner.runtime.BaseRuntimeOptionsFactory
 
addDryRun(CucumberOptions, List<String>) - Method in class com.github.mkolisnyk.cucumber.runner.runtime.BaseRuntimeOptionsFactory
 
addFailed() - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownStats
 
addFailed(int) - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownStats
 
addFeatureResults(String, CucumberFeatureResult[][]) - Method in class com.github.mkolisnyk.cucumber.reporting.types.benchmark.BenchmarkRowData
 
addFeatures(CucumberOptions, List<String>) - Method in class com.github.mkolisnyk.cucumber.runner.runtime.BaseRuntimeOptionsFactory
 
addFeaturesFailed(int) - Method in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
 
addFeaturesKnown(int) - Method in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
 
addFeaturesPassed(int) - Method in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
 
addFeaturesUndefined(int) - Method in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
 
addGlue(CucumberOptions, List<String>) - Method in class com.github.mkolisnyk.cucumber.runner.runtime.BaseRuntimeOptionsFactory
 
addMonochrome(CucumberOptions, List<String>) - Method in class com.github.mkolisnyk.cucumber.runner.runtime.BaseRuntimeOptionsFactory
 
addName(CucumberOptions, List<String>) - Method in class com.github.mkolisnyk.cucumber.runner.runtime.BaseRuntimeOptionsFactory
 
addNullFormatIfNoPluginIsSpecified(List<String>) - Method in class com.github.mkolisnyk.cucumber.runner.runtime.BaseRuntimeOptionsFactory
 
addOverallDuration(float) - Method in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
 
addPassed() - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownStats
 
addPassed(int) - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownStats
 
addPlugins(CucumberOptions, List<String>) - Method in class com.github.mkolisnyk.cucumber.runner.runtime.BaseRuntimeOptionsFactory
 
addRerunAttempts(int) - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
addResult(KnownErrorsResult) - Method in class com.github.mkolisnyk.cucumber.reporting.types.knownerrors.KnownErrorsResultSet
 
addScenarioResults(String, CucumberScenarioResult[][]) - Method in class com.github.mkolisnyk.cucumber.reporting.types.benchmark.BenchmarkRowData
 
addScenariosFailed(int) - Method in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
 
addScenariosKnown(int) - Method in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
 
addScenariosPassed(int) - Method in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
 
addScenariosUndefined(int) - Method in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
 
addSkipped() - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownStats
 
addSkipped(int) - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownStats
 
addSnippets(CucumberOptions, List<String>) - Method in class com.github.mkolisnyk.cucumber.runner.runtime.BaseRuntimeOptionsFactory
 
addStepsFailed(int) - Method in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
 
addStepsKnown(int) - Method in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
 
addStepsPassed(int) - Method in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
 
addStepsUndefined(int) - Method in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
 
addStrict(CucumberOptions, List<String>) - Method in class com.github.mkolisnyk.cucumber.runner.runtime.BaseRuntimeOptionsFactory
 
addTags(CucumberOptions, List<String>) - Method in class com.github.mkolisnyk.cucumber.runner.runtime.BaseRuntimeOptionsFactory
 
after - Variable in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
aggregatedDurations - Variable in class com.github.mkolisnyk.cucumber.reporting.types.usage.CucumberStep
 
AggregatedReport - Class in com.github.mkolisnyk.cucumber.reporting.interfaces
 
AggregatedReport() - Constructor for class com.github.mkolisnyk.cucumber.reporting.interfaces.AggregatedReport
 
AggregatedReport(ExtendedRuntimeOptions) - Constructor for class com.github.mkolisnyk.cucumber.reporting.interfaces.AggregatedReport
 
aggregateResults(CucumberFeatureResult[], boolean) - Method in class com.github.mkolisnyk.cucumber.reporting.interfaces.AggregatedReport
 
aggregateScenarioResults(boolean) - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberFeatureResult
 
alias - Variable in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.DataDimension
 
allFeatures() - Static method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.DataDimension
 
allScenarios() - Static method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.DataDimension
 
allSteps() - Static method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.DataDimension
 
allTags() - Static method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.DataDimension
 
amendHtmlHeaders(String) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberConsolidatedReport
 
AndMatcher - Class in com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers
 
AndMatcher() - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers.AndMatcher
 
average - Variable in class com.github.mkolisnyk.cucumber.reporting.types.usage.CucumberAggregatedDuration
 
averageDuration - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.UsageDataBean.StepSourceData
Average duration of the step in seconds.

B

BaseMatcher - Class in com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers
 
BaseMatcher() - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers.BaseMatcher
 
BaseRuntimeOptionsFactory - Class in com.github.mkolisnyk.cucumber.runner.runtime
 
BaseRuntimeOptionsFactory(Class) - Constructor for class com.github.mkolisnyk.cucumber.runner.runtime.BaseRuntimeOptionsFactory
 
before - Variable in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
BenchmarkDataBean - Class in com.github.mkolisnyk.cucumber.reporting.types.beans
Data structure which is supposed to be passed to Benchmark Report.
BenchmarkDataBean() - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.beans.BenchmarkDataBean
 
benchmarkReport - Variable in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
benchmarkReportConfig - Variable in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
BenchmarkReportInfo - Class in com.github.mkolisnyk.cucumber.reporting.types.benchmark
 
BenchmarkReportInfo() - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.benchmark.BenchmarkReportInfo
 
BenchmarkReportInfo(String, String) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.benchmark.BenchmarkReportInfo
 
BenchmarkReportModel - Class in com.github.mkolisnyk.cucumber.reporting.types.benchmark
 
BenchmarkReportModel(BenchmarkReportInfo[]) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.benchmark.BenchmarkReportModel
 
BenchmarkRowData - Class in com.github.mkolisnyk.cucumber.reporting.types.benchmark
A part of input data for the Benchmark Report.
BenchmarkRowData() - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.benchmark.BenchmarkRowData
 
BenchmarkRowData(String, OverviewStats[]) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.benchmark.BenchmarkRowData
 
BreakdownCellDisplayType - Enum in com.github.mkolisnyk.cucumber.reporting.types.breakdown
 
BreakdownCellDisplayType() - Constructor for enum com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownCellDisplayType
 
BreakdownCellValue - Enum in com.github.mkolisnyk.cucumber.reporting.types.breakdown
 
BreakdownCellValue() - Constructor for enum com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownCellValue
 
breakdownConfig - Variable in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
BreakdownDataBean - Class in com.github.mkolisnyk.cucumber.reporting.types.beans
Represents data structure which is passed as the data bean while generating Breakdown Report
BreakdownDataBean() - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.beans.BreakdownDataBean
 
breakdownReport - Variable in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
BreakdownReportInfo - Class in com.github.mkolisnyk.cucumber.reporting.types.breakdown
 
BreakdownReportInfo(BreakdownTable) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownReportInfo
 
BreakdownReportInfo(BreakdownTable, String, String, int, String) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownReportInfo
 
BreakdownReportModel - Class in com.github.mkolisnyk.cucumber.reporting.types.breakdown
 
BreakdownReportModel() - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownReportModel
 
BreakdownReportModel(BreakdownReportInfo[]) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownReportModel
 
BreakdownStats - Class in com.github.mkolisnyk.cucumber.reporting.types.breakdown
 
BreakdownStats() - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownStats
 
BreakdownTable - Class in com.github.mkolisnyk.cucumber.reporting.types.breakdown
 
BreakdownTable() - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownTable
 
BreakdownTable(BreakdownCellDisplayType) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownTable
 
BreakdownTable(DataDimension, DataDimension) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownTable
 
BreakdownTable(DataDimension, DataDimension, BreakdownCellValue) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownTable
 
BreakdownTable(DataDimension, DataDimension, BreakdownCellDisplayType) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownTable
 
BreakdownTable(DataDimension, DataDimension, BreakdownCellValue, BreakdownCellDisplayType) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownTable
 
buildArgsFromOptions(CucumberOptions) - Method in class com.github.mkolisnyk.cucumber.runner.runtime.BaseRuntimeOptionsFactory
 

C

calculateStats(String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberRetrospectiveOverviewReport
 
calculateStepsUsageAverage(SortedMap<Integer, Integer>) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberUsageReporting
 
calculateStepsUsageCounts(CucumberStepSource[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberUsageReporting
 
calculateStepsUsageMax(SortedMap<Integer, Integer>) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberUsageReporting
 
calculateStepsUsageMedian(SortedMap<Integer, Integer>) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberUsageReporting
 
calculateStepsUsageScore(CucumberStepSource[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberUsageReporting
 
calculateTotalSteps(SortedMap<Integer, Integer>) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberUsageReporting
 
calculateUsedSteps(SortedMap<Integer, Integer>) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberUsageReporting
 
cell - Variable in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownTable
 
cellMatches(String[][], String) - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers.StepParamMatcher
 
CHART_HEIGHT - Static variable in class com.github.mkolisnyk.cucumber.reporting.interfaces.CucumberResultsCommon
 
CHART_THICKNESS - Static variable in class com.github.mkolisnyk.cucumber.reporting.interfaces.CucumberResultsCommon
 
CHART_WIDTH - Static variable in class com.github.mkolisnyk.cucumber.reporting.interfaces.CucumberResultsCommon
 
clazz - Variable in class com.github.mkolisnyk.cucumber.runner.runtime.BaseRuntimeOptionsFactory
 
collapseBackgrounds() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberFeatureResult
 
cols - Variable in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownTable
 
cols - Variable in class com.github.mkolisnyk.cucumber.reporting.types.consolidated.ConsolidatedReportModel
 
columns - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.ConsolidatedDataBean
Defines how many subsequent reports should appear in the same row of the report.
com.github.mkolisnyk.cucumber.reporting - package com.github.mkolisnyk.cucumber.reporting
 
com.github.mkolisnyk.cucumber.reporting.interfaces - package com.github.mkolisnyk.cucumber.reporting.interfaces
 
com.github.mkolisnyk.cucumber.reporting.types - package com.github.mkolisnyk.cucumber.reporting.types
 
com.github.mkolisnyk.cucumber.reporting.types.beans - package com.github.mkolisnyk.cucumber.reporting.types.beans
 
com.github.mkolisnyk.cucumber.reporting.types.benchmark - package com.github.mkolisnyk.cucumber.reporting.types.benchmark
 
com.github.mkolisnyk.cucumber.reporting.types.breakdown - package com.github.mkolisnyk.cucumber.reporting.types.breakdown
 
com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers - package com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers
 
com.github.mkolisnyk.cucumber.reporting.types.breakdown.valuators - package com.github.mkolisnyk.cucumber.reporting.types.breakdown.valuators
 
com.github.mkolisnyk.cucumber.reporting.types.consolidated - package com.github.mkolisnyk.cucumber.reporting.types.consolidated
 
com.github.mkolisnyk.cucumber.reporting.types.enums - package com.github.mkolisnyk.cucumber.reporting.types.enums
 
com.github.mkolisnyk.cucumber.reporting.types.knownerrors - package com.github.mkolisnyk.cucumber.reporting.types.knownerrors
 
com.github.mkolisnyk.cucumber.reporting.types.result - package com.github.mkolisnyk.cucumber.reporting.types.result
 
com.github.mkolisnyk.cucumber.reporting.types.retrospective - package com.github.mkolisnyk.cucumber.reporting.types.retrospective
 
com.github.mkolisnyk.cucumber.reporting.types.usage - package com.github.mkolisnyk.cucumber.reporting.types.usage
 
com.github.mkolisnyk.cucumber.reporting.utils.helpers - package com.github.mkolisnyk.cucumber.reporting.utils.helpers
 
com.github.mkolisnyk.cucumber.runner - package com.github.mkolisnyk.cucumber.runner
 
com.github.mkolisnyk.cucumber.runner.runtime - package com.github.mkolisnyk.cucumber.runner.runtime
 
CommonDataBean - Class in com.github.mkolisnyk.cucumber.reporting.types.beans
Represents common part of all data beans provided for reports generation.
CommonDataBean() - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.beans.CommonDataBean
 
compareTo(KnownErrorsResult) - Method in class com.github.mkolisnyk.cucumber.reporting.types.knownerrors.KnownErrorsResult
 
ComplexMatcher - Class in com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers
 
ComplexMatcher() - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers.ComplexMatcher
 
config - Static variable in class com.github.mkolisnyk.cucumber.reporting.utils.helpers.FreemarkerConfiguration
 
ConfigurableReport<Model> - Class in com.github.mkolisnyk.cucumber.reporting.interfaces
 
ConfigurableReport() - Constructor for class com.github.mkolisnyk.cucumber.reporting.interfaces.ConfigurableReport
 
ConfigurableReport(ExtendedRuntimeOptions) - Constructor for class com.github.mkolisnyk.cucumber.reporting.interfaces.ConfigurableReport
 
ConsolidatedDataBean - Class in com.github.mkolisnyk.cucumber.reporting.types.beans
Contains data structure which is passed as the data bean durine generation of Consolidated Report.
ConsolidatedDataBean() - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.beans.ConsolidatedDataBean
 
ConsolidatedItemInfo - Class in com.github.mkolisnyk.cucumber.reporting.types.consolidated
 
ConsolidatedItemInfo() - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.consolidated.ConsolidatedItemInfo
 
ConsolidatedItemInfo(String, String) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.consolidated.ConsolidatedItemInfo
 
consolidatedReport - Variable in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
ConsolidatedReportBatch - Class in com.github.mkolisnyk.cucumber.reporting.types.consolidated
 
ConsolidatedReportBatch(ConsolidatedReportModel[]) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.consolidated.ConsolidatedReportBatch
 
consolidatedReportConfig - Variable in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
ConsolidatedReportModel - Class in com.github.mkolisnyk.cucumber.reporting.types.consolidated
 
ConsolidatedReportModel(ConsolidatedItemInfo[], String, String, boolean) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.consolidated.ConsolidatedReportModel
 
ConsolidatedReportModel(ConsolidatedItemInfo[], String, String, boolean, int) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.consolidated.ConsolidatedReportModel
 
constructErrorMessage(CucumberReportError, String) - Method in class com.github.mkolisnyk.cucumber.reporting.interfaces.CucumberResultsCommon
 
ContainerMatcher - Class in com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers
 
ContainerMatcher() - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers.ContainerMatcher
 
contents - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.ConsolidatedDataBean
Map containing the report text content.
convertSvgToPng(File, File) - Method in class com.github.mkolisnyk.cucumber.reporting.interfaces.CucumberResultsCommon
 
CoverageDataBean - Class in com.github.mkolisnyk.cucumber.reporting.types.beans
Represents data structure for Coverage Report generation.
CoverageDataBean() - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.beans.CoverageDataBean
 
CoverageDataBean.FeatureStatusRow - Class in com.github.mkolisnyk.cucumber.reporting.types.beans
Represents data structure for Feature Status table row of the Coverage Report.
CoverageDataBean.ScenarioStatusRow - Class in com.github.mkolisnyk.cucumber.reporting.types.beans
Represents data structure for Scenario Status table row of the Coverage Report.
coverageIncluded - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.OverviewChartDataBean
Flag indicating if test coverage charts should be included.
covered - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.CoverageDataBean.FeatureStatusRow
Contains the number of scenarios/steps marked as covered.
create(DimensionValue) - Static method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers.BaseMatcher
 
create(CucumberOptions) - Method in class com.github.mkolisnyk.cucumber.runner.runtime.BaseRuntimeOptionsFactory
 
CucumberAggregatedDuration - Class in com.github.mkolisnyk.cucumber.reporting.types.usage
 
CucumberAggregatedDuration(Double, Double) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.usage.CucumberAggregatedDuration
 
CucumberAggregatedDuration(JsonObject<String, Object>) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.usage.CucumberAggregatedDuration
 
CucumberBeforeAfterResult - Class in com.github.mkolisnyk.cucumber.reporting.types.result
 
CucumberBeforeAfterResult(JsonObject<String, Object>) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberBeforeAfterResult
 
CucumberBenchmarkReport - Class in com.github.mkolisnyk.cucumber.reporting
 
CucumberBenchmarkReport(ExtendedRuntimeOptions) - Constructor for class com.github.mkolisnyk.cucumber.reporting.CucumberBenchmarkReport
 
CucumberBenchmarkReport() - Constructor for class com.github.mkolisnyk.cucumber.reporting.CucumberBenchmarkReport
 
CucumberBreakdownReport - Class in com.github.mkolisnyk.cucumber.reporting
 
CucumberBreakdownReport() - Constructor for class com.github.mkolisnyk.cucumber.reporting.CucumberBreakdownReport
 
CucumberBreakdownReport(ExtendedRuntimeOptions) - Constructor for class com.github.mkolisnyk.cucumber.reporting.CucumberBreakdownReport
 
CucumberConsolidatedReport - Class in com.github.mkolisnyk.cucumber.reporting
 
CucumberConsolidatedReport() - Constructor for class com.github.mkolisnyk.cucumber.reporting.CucumberConsolidatedReport
 
CucumberConsolidatedReport(ExtendedRuntimeOptions) - Constructor for class com.github.mkolisnyk.cucumber.reporting.CucumberConsolidatedReport
 
CucumberCoverageOverview - Class in com.github.mkolisnyk.cucumber.reporting
 
CucumberCoverageOverview() - Constructor for class com.github.mkolisnyk.cucumber.reporting.CucumberCoverageOverview
 
CucumberCoverageOverview(ExtendedRuntimeOptions) - Constructor for class com.github.mkolisnyk.cucumber.reporting.CucumberCoverageOverview
 
CucumberCustomReport - Class in com.github.mkolisnyk.cucumber.reporting
 
CucumberCustomReport() - Constructor for class com.github.mkolisnyk.cucumber.reporting.CucumberCustomReport
 
CucumberCustomReport(ExtendedRuntimeOptions) - Constructor for class com.github.mkolisnyk.cucumber.reporting.CucumberCustomReport
 
CucumberDetailedResults - Class in com.github.mkolisnyk.cucumber.reporting
 
CucumberDetailedResults() - Constructor for class com.github.mkolisnyk.cucumber.reporting.CucumberDetailedResults
 
CucumberDetailedResults(ExtendedRuntimeOptions) - Constructor for class com.github.mkolisnyk.cucumber.reporting.CucumberDetailedResults
 
CucumberEmbedding - Class in com.github.mkolisnyk.cucumber.reporting.types.result
 
CucumberEmbedding(JsonObject<String, Object>) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberEmbedding
 
CucumberFeatureMapReport - Class in com.github.mkolisnyk.cucumber.reporting
 
CucumberFeatureMapReport() - Constructor for class com.github.mkolisnyk.cucumber.reporting.CucumberFeatureMapReport
 
CucumberFeatureMapReport(ExtendedRuntimeOptions) - Constructor for class com.github.mkolisnyk.cucumber.reporting.CucumberFeatureMapReport
 
CucumberFeatureOverview - Class in com.github.mkolisnyk.cucumber.reporting
 
CucumberFeatureOverview() - Constructor for class com.github.mkolisnyk.cucumber.reporting.CucumberFeatureOverview
 
CucumberFeatureOverview(ExtendedRuntimeOptions) - Constructor for class com.github.mkolisnyk.cucumber.reporting.CucumberFeatureOverview
 
CucumberFeatureResult - Class in com.github.mkolisnyk.cucumber.reporting.types.result
 
CucumberFeatureResult(JsonObject<String, Object>) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberFeatureResult
 
CucumberKnownErrorsReport - Class in com.github.mkolisnyk.cucumber.reporting
 
CucumberKnownErrorsReport() - Constructor for class com.github.mkolisnyk.cucumber.reporting.CucumberKnownErrorsReport
 
CucumberKnownErrorsReport(ExtendedRuntimeOptions) - Constructor for class com.github.mkolisnyk.cucumber.reporting.CucumberKnownErrorsReport
 
CucumberOverviewChartsReport - Class in com.github.mkolisnyk.cucumber.reporting
 
CucumberOverviewChartsReport(ExtendedRuntimeOptions) - Constructor for class com.github.mkolisnyk.cucumber.reporting.CucumberOverviewChartsReport
 
CucumberReportError - Enum in com.github.mkolisnyk.cucumber.reporting.types.enums
 
CucumberReportError(String) - Constructor for enum com.github.mkolisnyk.cucumber.reporting.types.enums.CucumberReportError
 
CucumberReportLink - Enum in com.github.mkolisnyk.cucumber.reporting.types.enums
 
CucumberReportLink(String) - Constructor for enum com.github.mkolisnyk.cucumber.reporting.types.enums.CucumberReportLink
 
CucumberReportTypes - Enum in com.github.mkolisnyk.cucumber.reporting.types.enums
 
CucumberReportTypes(String) - Constructor for enum com.github.mkolisnyk.cucumber.reporting.types.enums.CucumberReportTypes
 
CucumberResult - Class in com.github.mkolisnyk.cucumber.reporting.types.result
 
CucumberResult(JsonObject<String, Object>) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberResult
 
CucumberResultsCommon - Class in com.github.mkolisnyk.cucumber.reporting.interfaces
 
CucumberResultsCommon() - Constructor for class com.github.mkolisnyk.cucumber.reporting.interfaces.CucumberResultsCommon
 
CucumberResultsCommon(ExtendedRuntimeOptions) - Constructor for class com.github.mkolisnyk.cucumber.reporting.interfaces.CucumberResultsCommon
 
CucumberResultsOverview - Class in com.github.mkolisnyk.cucumber.reporting
 
CucumberResultsOverview() - Constructor for class com.github.mkolisnyk.cucumber.reporting.CucumberResultsOverview
 
CucumberResultsOverview(ExtendedRuntimeOptions) - Constructor for class com.github.mkolisnyk.cucumber.reporting.CucumberResultsOverview
 
CucumberRetrospectiveOverviewReport - Class in com.github.mkolisnyk.cucumber.reporting
 
CucumberRetrospectiveOverviewReport() - Constructor for class com.github.mkolisnyk.cucumber.reporting.CucumberRetrospectiveOverviewReport
 
CucumberRetrospectiveOverviewReport(ExtendedRuntimeOptions) - Constructor for class com.github.mkolisnyk.cucumber.reporting.CucumberRetrospectiveOverviewReport
 
CucumberScenarioResult - Class in com.github.mkolisnyk.cucumber.reporting.types.result
 
CucumberScenarioResult() - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
CucumberScenarioResult(JsonObject<String, Object>) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
CucumberStep - Class in com.github.mkolisnyk.cucumber.reporting.types.usage
 
CucumberStep(JsonObject<String, Object>) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.usage.CucumberStep
 
CucumberStepDuration - Class in com.github.mkolisnyk.cucumber.reporting.types.usage
 
CucumberStepDuration(JsonObject<String, Object>) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.usage.CucumberStepDuration
 
CucumberStepResult - Class in com.github.mkolisnyk.cucumber.reporting.types.result
 
CucumberStepResult(JsonObject<String, Object>) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberStepResult
 
CucumberStepSource - Class in com.github.mkolisnyk.cucumber.reporting.types.usage
 
CucumberStepSource(JsonObject<String, Object>) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.usage.CucumberStepSource
 
CucumberSystemInfo - Class in com.github.mkolisnyk.cucumber.reporting
 
CucumberSystemInfo() - Constructor for class com.github.mkolisnyk.cucumber.reporting.CucumberSystemInfo
 
CucumberSystemInfo(ExtendedRuntimeOptions) - Constructor for class com.github.mkolisnyk.cucumber.reporting.CucumberSystemInfo
 
CucumberTagResults - Class in com.github.mkolisnyk.cucumber.reporting.types.result
 
CucumberTagResults(JsonObject<String, Object>) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberTagResults
 
CucumberUsageReporting - Class in com.github.mkolisnyk.cucumber.reporting
 
CucumberUsageReporting() - Constructor for class com.github.mkolisnyk.cucumber.reporting.CucumberUsageReporting
 
CucumberUsageReporting(ExtendedRuntimeOptions) - Constructor for class com.github.mkolisnyk.cucumber.reporting.CucumberUsageReporting
 
customReport - Variable in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
CustomReportDataBean - Class in com.github.mkolisnyk.cucumber.reporting.types.beans
Represents data structure which is used for the Custom Report generation.
CustomReportDataBean() - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.beans.CustomReportDataBean
 
customReportTemplateNames - Variable in class com.github.mkolisnyk.cucumber.reporting.CucumberCustomReport
 
customReportTemplateNames - Variable in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
customTemplatesPath - Variable in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 

D

data - Variable in class com.github.mkolisnyk.cucumber.reporting.CucumberBenchmarkReport
 
data - Variable in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberEmbedding
 
DataDimension - Class in com.github.mkolisnyk.cucumber.reporting.types.breakdown
 
DataDimension(DimensionValue) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.breakdown.DataDimension
 
DataDimension(DimensionValue, boolean) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.breakdown.DataDimension
 
DataDimension(DimensionValue, String) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.breakdown.DataDimension
 
DataDimension(DimensionValue, String, boolean) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.breakdown.DataDimension
 
DataDimension(DimensionValue, String, DataDimension[]) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.breakdown.DataDimension
 
DataDimension(DimensionValue, String, DataDimension[], boolean) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.breakdown.DataDimension
 
DataDimension(String, DimensionValue) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.breakdown.DataDimension
 
DataDimension(String, DimensionValue, boolean) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.breakdown.DataDimension
 
DataDimension(String, DimensionValue, String) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.breakdown.DataDimension
 
DataDimension(String, DimensionValue, String, boolean) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.breakdown.DataDimension
 
DataDimension(String, DimensionValue, String, DataDimension[]) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.breakdown.DataDimension
 
DataDimension(String, DimensionValue, String, DataDimension[], boolean) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.breakdown.DataDimension
 
DEFAULT_HEIGHT - Static variable in class com.github.mkolisnyk.cucumber.reporting.types.retrospective.RetrospectiveModel
 
DEFAULT_RESOURCES - Static variable in class com.github.mkolisnyk.cucumber.reporting.utils.helpers.FreemarkerConfiguration
 
DEFAULT_WIDTH - Static variable in class com.github.mkolisnyk.cucumber.reporting.types.retrospective.RetrospectiveModel
 
depth() - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.DataDimension
 
description - Variable in class com.github.mkolisnyk.cucumber.reporting.types.knownerrors.KnownErrorsInfo
 
description - Variable in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberFeatureResult
 
description - Variable in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
DetailedReportingDataBean - Class in com.github.mkolisnyk.cucumber.reporting.types.beans
Represents data structure which is used for the Detailed Report generation.
DetailedReportingDataBean() - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.beans.DetailedReportingDataBean
 
DIMENSION_MATCHER_MAP - Static variable in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers.BaseMatcher
 
dimensionValue - Variable in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.DataDimension
 
DimensionValue - Enum in com.github.mkolisnyk.cucumber.reporting.types.breakdown
 
DimensionValue() - Constructor for enum com.github.mkolisnyk.cucumber.reporting.types.breakdown.DimensionValue
 
displayType - Variable in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownTable
 
docString - Variable in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberStepResult
 
docstringMatches(String, String) - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.valuators.StepsValuator
 
dumpOverviewStats(File, CucumberFeatureResult[]) - Method in class com.github.mkolisnyk.cucumber.reporting.interfaces.CucumberResultsCommon
 
duration - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.OverviewDataBean.FeatureStatusRow
The string containing formatted duration for scenario/feature.
duration - Variable in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberFeatureResult
 
duration - Variable in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberResult
 
duration - Variable in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
duration - Variable in class com.github.mkolisnyk.cucumber.reporting.types.usage.CucumberStepDuration
 
durations - Variable in class com.github.mkolisnyk.cucumber.reporting.types.usage.CucumberStep
 

E

elements - Variable in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberFeatureResult
 
embeddings - Variable in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberStepResult
 
environmentVariables - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.SystemInfoDataBean
The map containing environment variables.
equals(Object) - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.DataDimension
 
equals(Object) - Method in class com.github.mkolisnyk.cucumber.reporting.types.knownerrors.KnownErrorsInfo
 
equals(Object) - Method in class com.github.mkolisnyk.cucumber.reporting.types.knownerrors.KnownErrorsResult
 
errorDescriptions - Variable in class com.github.mkolisnyk.cucumber.reporting.types.knownerrors.KnownErrorsModel
 
errorMessage - Variable in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberResult
 
ErrorMessageMatcher - Class in com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers
 
ErrorMessageMatcher() - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers.ErrorMessageMatcher
 
excludeCoverageTags - Variable in class com.github.mkolisnyk.cucumber.reporting.CucumberCoverageOverview
 
excludeCoverageTags - Variable in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberFeatureResult
 
excludeCoverageTags - Variable in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
excludeCoverageTags - Variable in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
execute(BenchmarkReportModel, boolean, String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberBenchmarkReport
 
execute(File, boolean, String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberBenchmarkReport
 
execute(BreakdownReportModel, String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberBreakdownReport
 
execute(boolean, String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberBreakdownReport
 
execute(BreakdownReportModel, boolean, String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberBreakdownReport
 
execute(File, boolean, String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberBreakdownReport
 
execute(String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberBreakdownReport
 
execute(ConsolidatedReportBatch, String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberConsolidatedReport
 
execute(boolean, String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberConsolidatedReport
 
execute(ConsolidatedReportBatch, boolean, String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberConsolidatedReport
 
execute(File, boolean, String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberConsolidatedReport
 
execute(String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberCoverageOverview
 
execute() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberCoverageOverview
 
execute() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberCustomReport
 
execute(String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberCustomReport
 
execute(boolean, String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberDetailedResults
 
execute(KnownErrorsModel, boolean, String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberDetailedResults
 
execute(String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberFeatureOverview
 
execute() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberFeatureOverview
 
execute(boolean, String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberFeatureOverview
 
execute(KnownErrorsModel, String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberKnownErrorsReport
 
execute(boolean, String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberKnownErrorsReport
Deprecated.
execute(KnownErrorsModel, boolean, String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberKnownErrorsReport
 
execute(boolean, String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberOverviewChartsReport
 
execute(KnownErrorsModel, boolean, String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberOverviewChartsReport
 
execute(String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberResultsOverview
 
execute(boolean, String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberResultsOverview
 
execute(KnownErrorsModel, boolean, String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberResultsOverview
 
execute(boolean, String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberRetrospectiveOverviewReport
 
execute(RetrospectiveBatch, boolean, String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberRetrospectiveOverviewReport
 
execute(File, boolean, String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberRetrospectiveOverviewReport
 
execute() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberSystemInfo
 
execute(String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberSystemInfo
 
execute() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberUsageReporting
 
execute(String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberUsageReporting
 
execute(boolean, String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.interfaces.AggregatedReport
 
execute(boolean) - Method in class com.github.mkolisnyk.cucumber.reporting.interfaces.AggregatedReport
 
execute() - Method in class com.github.mkolisnyk.cucumber.reporting.interfaces.AggregatedReport
 
execute(Model, boolean, String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.interfaces.ConfigurableReport
 
execute(File, boolean, String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.interfaces.ConfigurableReport
 
execute(boolean, String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.interfaces.ConfigurableReport
 
execute(String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.interfaces.ConfigurableReport
 
execute(Model, String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.interfaces.ConfigurableReport
 
execute(File, String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.interfaces.ConfigurableReport
 
execute(KnownErrorsModel, boolean, String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.interfaces.KECompatibleReport
 
execute(KnownErrorsModel) - Method in class com.github.mkolisnyk.cucumber.reporting.interfaces.KECompatibleReport
 
execute(File, boolean, String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.interfaces.KECompatibleReport
 
execute(File, boolean) - Method in class com.github.mkolisnyk.cucumber.reporting.interfaces.KECompatibleReport
 
execute() - Method in class com.github.mkolisnyk.cucumber.reporting.interfaces.SimpleReport
 
execute(String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.interfaces.SimpleReport
 
executeConsolidatedReport(ConsolidatedReportModel, String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberConsolidatedReport
 
executeConsolidatedReport(ConsolidatedReportModel) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberConsolidatedReport
 
executeOverviewReport(String) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberResultsOverview
 
executeOverviewReport(String, String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberResultsOverview
 
executeOverviewReport(KnownErrorsModel, String, String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberResultsOverview
 
executeReport(BreakdownReportInfo, BreakdownTable, String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberBreakdownReport
 
executeReport(BreakdownTable, String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberBreakdownReport
 
executeReport(BreakdownReportInfo, BreakdownTable, String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberFeatureMapReport
 
executeReport(RetrospectiveModel, boolean, String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberRetrospectiveOverviewReport
 
executeReport(String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberUsageReporting
 
expand() - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.DataDimension
 
export(File, String, String[], boolean) - Method in class com.github.mkolisnyk.cucumber.reporting.interfaces.CucumberResultsCommon
 
exportToImage(File, String, String) - Method in class com.github.mkolisnyk.cucumber.reporting.interfaces.CucumberResultsCommon
 
exportToPDF(File, String) - Method in class com.github.mkolisnyk.cucumber.reporting.interfaces.CucumberResultsCommon
 
expression - Variable in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.DataDimension
 
ExtendedCucumberOptionList - Annotation Type in com.github.mkolisnyk.cucumber.runner
 
ExtendedCucumberOptions - Annotation Type in com.github.mkolisnyk.cucumber.runner
 
ExtendedRuntimeOptions - Class in com.github.mkolisnyk.cucumber.runner.runtime
 
ExtendedRuntimeOptions() - Constructor for class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
ExtendedRuntimeOptions(List<String>) - Constructor for class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
ExtendedRuntimeOptions(ExtendedCucumberOptions) - Constructor for class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 

F

failed - Variable in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownStats
 
failed - Variable in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberFeatureResult
 
failed - Variable in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
FailedStepMatcher - Class in com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers
 
FailedStepMatcher() - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers.FailedStepMatcher
 
feature - Variable in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
featureMapConfig - Variable in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
FeatureMapDataBean - Class in com.github.mkolisnyk.cucumber.reporting.types.beans
Represents data structure for the Feature Map report generation.
FeatureMapDataBean() - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.beans.FeatureMapDataBean
 
featureMapReport - Variable in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
FeatureMatcher - Class in com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers
 
FeatureMatcher() - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers.FeatureMatcher
 
featureName - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.CoverageDataBean.FeatureStatusRow
Represents the name of the feature
featureName - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.OverviewDataBean.FeatureStatusRow
The name of the feature in the row.
featureOverviewChart - Variable in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
FeatureOverviewDataBean - Class in com.github.mkolisnyk.cucumber.reporting.types.beans
Represents data structure for the Overview Charts Report generation.
FeatureOverviewDataBean() - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.beans.FeatureOverviewDataBean
 
featureRate - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.FeatureOverviewDataBean
The map associating feature name with it's run status letter (any from A B C D E F depending on the actual pass rate).
featureRows - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.BenchmarkDataBean
Contains run statistics for each specific feature split by different runs.
features - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.CoverageDataBean
The list of row data for Feature Status table.
features - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.OverviewDataBean
The list of run results for each specific feature.
featuresFailed - Variable in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
The number of failed features.
featuresKnown - Variable in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
The number of features failed on known errors.
featuresPassed - Variable in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
The number of passed features.
featuresSpecified - Variable in class com.github.mkolisnyk.cucumber.runner.runtime.BaseRuntimeOptionsFactory
 
featureStatuses - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.CoverageDataBean
Array of 2 elements containing the number of covered and not covered features.
FeatureStatusRow() - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.beans.CoverageDataBean.FeatureStatusRow
 
FeatureStatusRow() - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.beans.OverviewDataBean.FeatureStatusRow
 
featuresUndefined - Variable in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
The number of features in undefined state.
filter(CucumberScenarioResult[], DataDimension[]) - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownTable
 
filter - Variable in class com.github.mkolisnyk.cucumber.reporting.types.knownerrors.KnownErrorsInfo
 
flush() - Static method in class com.github.mkolisnyk.cucumber.reporting.utils.helpers.FreemarkerConfiguration
 
FolderUtils - Class in com.github.mkolisnyk.cucumber.reporting.utils.helpers
 
FolderUtils() - Constructor for class com.github.mkolisnyk.cucumber.reporting.utils.helpers.FolderUtils
 
formats - Variable in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
FreemarkerConfiguration - Class in com.github.mkolisnyk.cucumber.reporting.utils.helpers
 
FreemarkerConfiguration() - Constructor for class com.github.mkolisnyk.cucumber.reporting.utils.helpers.FreemarkerConfiguration
 
frequencies - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.UsageDataBean.StepSourceData
The list of frequencies which is used for duration distribution hystogram for each specific step source.
frequency - Variable in class com.github.mkolisnyk.cucumber.reporting.types.knownerrors.KnownErrorsResult
 

G

generateBackupFile(File) - Method in class com.github.mkolisnyk.cucumber.reporting.interfaces.CucumberResultsCommon
 
generateEmbededScreenShots(CucumberScenarioResult, CucumberStepResult) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberDetailedResults
 
generateNameFromId(String) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberDetailedResults
 
generateReportFromTemplate(File, String, T) - Method in class com.github.mkolisnyk.cucumber.reporting.interfaces.CucumberResultsCommon
 
get(String) - Static method in class com.github.mkolisnyk.cucumber.reporting.utils.helpers.FreemarkerConfiguration
 
getAfter() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
getAggregatedDurations() - Method in class com.github.mkolisnyk.cucumber.reporting.types.usage.CucumberStep
 
getAlias() - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.DataDimension
 
getAllTags(boolean) - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberFeatureResult
 
getAllTags() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
getAverage() - Method in class com.github.mkolisnyk.cucumber.reporting.types.usage.CucumberAggregatedDuration
 
getAverageDuration() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.UsageDataBean.StepSourceData
 
getBefore() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
getBenchmarkReportConfig() - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
getBreakdownConfig() - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
getCell() - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownTable
 
getCols() - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownTable
 
getCols() - Method in class com.github.mkolisnyk.cucumber.reporting.types.consolidated.ConsolidatedReportModel
 
getColumns() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.ConsolidatedDataBean
 
getConsolidatedReportConfig() - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
getContents() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.ConsolidatedDataBean
 
getCovered() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.CoverageDataBean.FeatureStatusRow
 
getCucumberTags(JsonObject<String, Object>) - Method in class com.github.mkolisnyk.cucumber.reporting.utils.helpers.JsonUtils
 
getCustomReportTemplateNames() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberCustomReport
 
getCustomReportTemplateNames() - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
getCustomTemplatesPath() - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
getData() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberEmbedding
 
getDescription(Locale) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberUsageReporting
 
getDescription() - Method in class com.github.mkolisnyk.cucumber.reporting.types.knownerrors.KnownErrorsInfo
 
getDescription() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberFeatureResult
 
getDescription() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
getDimensionValue() - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.DataDimension
 
getDisplayType() - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownTable
 
getDocString() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberStepResult
 
getDuration() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.OverviewDataBean.FeatureStatusRow
 
getDuration() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberFeatureResult
 
getDuration() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberResult
 
getDuration() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
getDuration() - Method in class com.github.mkolisnyk.cucumber.reporting.types.usage.CucumberStepDuration
 
getDurationGroupsCount(CucumberStepSource) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberUsageReporting
 
getDurations() - Method in class com.github.mkolisnyk.cucumber.reporting.types.usage.CucumberStep
 
getDurations() - Method in class com.github.mkolisnyk.cucumber.reporting.types.usage.CucumberStepSource
 
getDurationTimeString(String) - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberResult
 
getElements() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberFeatureResult
 
getEmbeddings() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberStepResult
 
getEnvironmentVariables() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.SystemInfoDataBean
 
getErrorDescriptions() - Method in class com.github.mkolisnyk.cucumber.reporting.types.knownerrors.KnownErrorsModel
 
getErrorMessage() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberResult
 
getExcludeCoverageTags() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberCoverageOverview
 
getExcludeCoverageTags() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberFeatureResult
 
getExcludeCoverageTags() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
getExcludeCoverageTags() - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
getExpression() - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.DataDimension
 
getExtensionFromMime(String) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberDetailedResults
 
getFailed() - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownStats
 
getFailed() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberFeatureResult
 
getFailed() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
getFeature() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
getFeatureMapConfig() - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
getFeatureName() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.CoverageDataBean.FeatureStatusRow
 
getFeatureName() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.OverviewDataBean.FeatureStatusRow
 
getFeatureRate() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.FeatureOverviewDataBean
 
getFeatureRows() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.BenchmarkDataBean
 
getFeatures() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.CoverageDataBean
 
getFeatures() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.OverviewDataBean
 
getFeaturesFailed() - Method in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
 
getFeaturesKnown() - Method in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
 
getFeaturesPassed() - Method in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
 
getFeatureStatus(CucumberFeatureResult) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberCoverageOverview
 
getFeatureStatus() - Method in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
Calculates the feature run status.
getFeatureStatuses() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.CoverageDataBean
 
getFeatureStatusLetter(CucumberFeatureResult) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberFeatureOverview
 
getFeaturesTotal() - Method in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
 
getFeaturesUndefined() - Method in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
 
getFileNames(String) - Method in class com.github.mkolisnyk.cucumber.reporting.utils.helpers.FolderUtils
 
getFilesByMask(String, String) - Static method in class com.github.mkolisnyk.cucumber.reporting.utils.helpers.FolderUtils
 
getFilter() - Method in class com.github.mkolisnyk.cucumber.reporting.types.knownerrors.KnownErrorsInfo
 
getFormats() - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
getFrequencies() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.UsageDataBean.StepSourceData
 
getFrequency() - Method in class com.github.mkolisnyk.cucumber.reporting.types.knownerrors.KnownErrorsResult
 
getFrequencyData(CucumberStepSource) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberUsageReporting
 
getHeaders() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.BenchmarkDataBean
 
getHeight() - Method in class com.github.mkolisnyk.cucumber.reporting.types.retrospective.RetrospectiveModel
 
getId() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberFeatureResult
 
getId() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
getIncludeCoverageTags() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberCoverageOverview
 
getIncludeCoverageTags() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberFeatureResult
 
getIncludeCoverageTags() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
getIncludeCoverageTags() - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
getInfo() - Method in class com.github.mkolisnyk.cucumber.reporting.types.knownerrors.KnownErrorsResult
 
getItems() - Method in class com.github.mkolisnyk.cucumber.reporting.types.benchmark.BenchmarkReportModel
 
getItems() - Method in class com.github.mkolisnyk.cucumber.reporting.types.consolidated.ConsolidatedReportModel
 
getJsonReportPaths() - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
getJsonUsageFile() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberUsageReporting
 
getJsonUsageFiles() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberUsageReporting
 
getJsonUsageReportPaths() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberCustomReport
 
getJsonUsageReportPaths() - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
getKeyword() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
getKeyword() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberStepResult
 
getKnown() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberFeatureResult
 
getKnown() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
getKnownErrorsConfig() - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
getLine() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberFeatureResult
 
getLine() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
getLocation() - Method in class com.github.mkolisnyk.cucumber.reporting.types.usage.CucumberStepDuration
 
getMask() - Method in class com.github.mkolisnyk.cucumber.reporting.types.retrospective.RetrospectiveModel
 
getMaxDuration(CucumberStepSource) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberUsageReporting
 
getMaxDuration() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.UsageDataBean.StepSourceData
 
getMedian() - Method in class com.github.mkolisnyk.cucumber.reporting.types.usage.CucumberAggregatedDuration
 
getMedianDuration() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.UsageDataBean.StepSourceData
 
getMimeType() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberEmbedding
 
getMinDuration(CucumberStepSource) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberUsageReporting
 
getMinDuration() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.UsageDataBean.StepSourceData
 
getModel() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.RetrospectiveDataBean
 
getModels() - Method in class com.github.mkolisnyk.cucumber.reporting.types.consolidated.ConsolidatedReportBatch
 
getModels() - Method in class com.github.mkolisnyk.cucumber.reporting.types.retrospective.RetrospectiveBatch
 
getName(Locale) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberUsageReporting
 
getName() - Method in class com.github.mkolisnyk.cucumber.reporting.types.benchmark.BenchmarkRowData
Gets the feature or scenario name in the benchmark report table.
getName() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberFeatureResult
 
getName() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
getName() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberStepResult
 
getName() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberTagResults
 
getName() - Method in class com.github.mkolisnyk.cucumber.reporting.types.usage.CucumberStep
 
getNextFile() - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownReportInfo
 
getNotCovered() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.CoverageDataBean.FeatureStatusRow
 
getOrderBy() - Method in class com.github.mkolisnyk.cucumber.reporting.types.knownerrors.KnownErrorsModel
 
getOrderBy() - Method in class com.github.mkolisnyk.cucumber.reporting.types.knownerrors.KnownErrorsResult
 
getOrderBy() - Method in class com.github.mkolisnyk.cucumber.reporting.types.retrospective.RetrospectiveModel
 
getOutput() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberStepResult
 
getOutputDirectory() - Method in class com.github.mkolisnyk.cucumber.reporting.interfaces.CucumberResultsCommon
 
getOutputFolder() - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
getOutputName() - Method in class com.github.mkolisnyk.cucumber.reporting.interfaces.CucumberResultsCommon
 
getOverallDuration() - Method in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
 
getOverallRate(CucumberFeatureResult[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberFeatureOverview
 
getOverallRate() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.FeatureOverviewDataBean
 
getOverallStats() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.OverviewDataBean
 
getOverviewData() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.OverviewChartDataBean
 
getPassed() - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownStats
 
getPassed() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberFeatureResult
 
getPassed() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
getPassRate() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.FeatureOverviewDataBean
 
getPath() - Method in class com.github.mkolisnyk.cucumber.reporting.types.benchmark.BenchmarkReportInfo
 
getPath() - Method in class com.github.mkolisnyk.cucumber.reporting.types.consolidated.ConsolidatedItemInfo
 
getPdfPageSize() - Method in class com.github.mkolisnyk.cucumber.reporting.interfaces.CucumberResultsCommon
 
getPdfPageSize() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.CommonDataBean
 
getPdfPageSize() - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
getPriority() - Method in class com.github.mkolisnyk.cucumber.reporting.types.knownerrors.KnownErrorsInfo
 
getRedirectTo() - Method in class com.github.mkolisnyk.cucumber.reporting.types.retrospective.RetrospectiveModel
 
getRefreshData() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.CommonDataBean
 
getRefreshTimeout() - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownReportInfo
 
getRefreshTimeout() - Method in class com.github.mkolisnyk.cucumber.reporting.types.retrospective.RetrospectiveModel
 
getReportBase() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberFeatureOverview
 
getReportBase() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberRetrospectiveOverviewReport
 
getReportDocLink() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberBenchmarkReport
 
getReportDocLink() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberBreakdownReport
 
getReportDocLink() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberConsolidatedReport
 
getReportDocLink() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberCoverageOverview
 
getReportDocLink() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberCustomReport
 
getReportDocLink() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberDetailedResults
 
getReportDocLink() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberFeatureOverview
 
getReportDocLink() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberKnownErrorsReport
 
getReportDocLink() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberOverviewChartsReport
 
getReportDocLink() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberResultsOverview
 
getReportDocLink() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberRetrospectiveOverviewReport
 
getReportDocLink() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberSystemInfo
 
getReportDocLink() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberUsageReporting
 
getReportDocLink() - Method in class com.github.mkolisnyk.cucumber.reporting.interfaces.CucumberResultsCommon
 
getReportPrefix() - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
getReportsInfo() - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownReportModel
 
getReportSuffix() - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownReportInfo
 
getReportSuffix() - Method in class com.github.mkolisnyk.cucumber.reporting.types.consolidated.ConsolidatedReportModel
 
getReportSuffix() - Method in class com.github.mkolisnyk.cucumber.reporting.types.retrospective.RetrospectiveModel
 
getReportType() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberBenchmarkReport
 
getReportType() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberBreakdownReport
 
getReportType() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberConsolidatedReport
 
getReportType() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberCoverageOverview
 
getReportType() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberCustomReport
 
getReportType() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberDetailedResults
 
getReportType() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberFeatureMapReport
 
getReportType() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberFeatureOverview
 
getReportType() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberKnownErrorsReport
 
getReportType() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberOverviewChartsReport
 
getReportType() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberResultsOverview
 
getReportType() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberRetrospectiveOverviewReport
 
getReportType() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberSystemInfo
 
getReportType() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberUsageReporting
 
getReportType() - Method in class com.github.mkolisnyk.cucumber.reporting.interfaces.CucumberResultsCommon
 
getRerunAttempts() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
getResourceMap(String) - Static method in class com.github.mkolisnyk.cucumber.reporting.utils.helpers.FreemarkerConfiguration
 
getResult() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberBeforeAfterResult
 
getResult() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberStepResult
 
getResults() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.DetailedReportingDataBean
 
getResults() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.KnownErrorsDataBean
 
getResults() - Method in class com.github.mkolisnyk.cucumber.reporting.types.benchmark.BenchmarkRowData
Gets the array of OverviewStats objects containing statistical information about each run in benchmark.
getResults() - Method in class com.github.mkolisnyk.cucumber.reporting.types.knownerrors.KnownErrorsResultSet
 
getRetries() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.OverviewDataBean.ScenarioStatusRow
 
getRetryCount() - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
getRow(int) - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.DataDimension
 
getRows() - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownTable
 
getRows() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberStepResult
 
getRunResults() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.CustomReportDataBean
 
getScenarioName() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.CoverageDataBean.ScenarioStatusRow
 
getScenarioName() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.OverviewDataBean.ScenarioStatusRow
 
getScenarioRows() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.BenchmarkDataBean
 
getScenarios() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.CoverageDataBean
 
getScenarios() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.FeatureMapDataBean
 
getScenarios() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.OverviewDataBean
 
getScenariosFailed() - Method in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
 
getScenariosKnown() - Method in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
 
getScenariosPassed() - Method in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
 
getScenarioStatus(CucumberScenarioResult) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberCoverageOverview
 
getScenarioStatus() - Method in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
Calculates the scenario run status.
getScenarioStatuses() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.CoverageDataBean
 
getScenariosTotal() - Method in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
 
getScenariosUndefined() - Method in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
 
getScreenShotLocation() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberDetailedResults
 
getScreenShotLocation() - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
getScreenShotLocations() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberStepResult
 
getScreenShotSize() - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
getScreenShotWidth() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberDetailedResults
 
getScreenShotWidth() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.DetailedReportingDataBean
 
getSkewness() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.UsageDataBean.StepSourceData
 
getSkipped() - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownStats
 
getSkipped() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberFeatureResult
 
getSkipped() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
getSource() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.UsageDataBean.StepSourceData
 
getSource() - Method in class com.github.mkolisnyk.cucumber.reporting.types.usage.CucumberStepSource
 
getSourceByString(CucumberStepSource[], String) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberUsageReporting
 
getSourceFile() - Method in class com.github.mkolisnyk.cucumber.reporting.interfaces.CucumberResultsCommon
 
getSourceFiles() - Method in class com.github.mkolisnyk.cucumber.reporting.interfaces.CucumberResultsCommon
 
getStats() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.BreakdownDataBean
 
getStats() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.DetailedReportingDataBean
 
getStats() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.OverviewDataBean.FeatureStatusRow
 
getStats() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.RetrospectiveDataBean
 
getStatus() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.CoverageDataBean.FeatureStatusRow
 
getStatus() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.OverviewDataBean.FeatureStatusRow
 
getStatus() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberFeatureResult
 
getStatus() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberResult
 
getStatus(boolean) - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
getStatus() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
getStatuses(CucumberFeatureResult[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberBreakdownReport
 
getStatuses(CucumberFeatureResult[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberDetailedResults
 
getStatuses(CucumberFeatureResult[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberResultsOverview
 
getStatuses(CucumberFeatureResult[]) - Method in class com.github.mkolisnyk.cucumber.reporting.interfaces.CucumberResultsCommon
 
getStatusLetter(double) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberFeatureOverview
 
getSteps() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
getSteps() - Method in class com.github.mkolisnyk.cucumber.reporting.types.usage.CucumberStepSource
 
getStepsData() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.UsageDataBean
 
getStepsFailed() - Method in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
 
getStepsKnown() - Method in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
 
getStepSources(String) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberUsageReporting
 
getStepsPassed() - Method in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
 
getStepsTotal() - Method in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
 
getStepsUndefined() - Method in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
 
getStepsUseAverage() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.UsageDataBean
 
getStepsUseMax() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.UsageDataBean
 
getStepsUseMedian() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.UsageDataBean
 
getSubElements() - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.DataDimension
 
getSystemProperties() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.SystemInfoDataBean
 
getTable() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.BreakdownDataBean
 
getTable() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.FeatureMapDataBean
 
getTable() - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownReportInfo
 
getTags() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.CoverageDataBean.FeatureStatusRow
 
getTags() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberFeatureResult
 
getTags() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
getTemplateFilesFromDirectory(File) - Static method in class com.github.mkolisnyk.cucumber.reporting.utils.helpers.FreemarkerConfiguration
 
getTemplatesLocation() - Method in class com.github.mkolisnyk.cucumber.reporting.interfaces.CucumberResultsCommon
 
getThreadsCount() - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
getThreadsCountValue() - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
getTitle() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.CommonDataBean
 
getTitle() - Method in class com.github.mkolisnyk.cucumber.reporting.types.benchmark.BenchmarkReportInfo
 
getTitle() - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownReportInfo
 
getTitle() - Method in class com.github.mkolisnyk.cucumber.reporting.types.consolidated.ConsolidatedItemInfo
 
getTitle() - Method in class com.github.mkolisnyk.cucumber.reporting.types.consolidated.ConsolidatedReportModel
 
getTitle() - Method in class com.github.mkolisnyk.cucumber.reporting.types.knownerrors.KnownErrorsInfo
 
getTitle() - Method in class com.github.mkolisnyk.cucumber.reporting.types.retrospective.RetrospectiveModel
 
getTotalDuration() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.UsageDataBean.StepSourceData
 
getTotalUsed() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.UsageDataBean.StepSourceData
 
getType() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
getUndefined() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberFeatureResult
 
getUndefined() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
getUsageCounts() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.UsageDataBean
 
getUsageResults() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.CustomReportDataBean
 
getVariance() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.UsageDataBean.StepSourceData
 
getWidth() - Method in class com.github.mkolisnyk.cucumber.reporting.types.retrospective.RetrospectiveModel
 
glueSpecified - Variable in class com.github.mkolisnyk.cucumber.runner.runtime.BaseRuntimeOptionsFactory
 

H

hashCode() - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.DataDimension
 
hashCode() - Method in class com.github.mkolisnyk.cucumber.reporting.types.knownerrors.KnownErrorsInfo
 
hashCode() - Method in class com.github.mkolisnyk.cucumber.reporting.types.knownerrors.KnownErrorsResult
 
hasSubElements() - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.DataDimension
 
headers - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.BenchmarkDataBean
The array of benchmark headers.
height - Variable in class com.github.mkolisnyk.cucumber.reporting.types.retrospective.RetrospectiveModel
 

I

id - Variable in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberFeatureResult
 
id - Variable in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
includeCoverageTags - Variable in class com.github.mkolisnyk.cucumber.reporting.CucumberCoverageOverview
 
includeCoverageTags - Variable in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberFeatureResult
 
includeCoverageTags - Variable in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
includeCoverageTags - Variable in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
info - Variable in class com.github.mkolisnyk.cucumber.reporting.types.knownerrors.KnownErrorsResult
 
init(Class<?>) - Static method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
init(ExtendedCucumberOptions[]) - Static method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
initRedirectSequence(String) - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownReportModel
 
isBenchmarkReport() - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
isBreakdownReport() - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
isComplex() - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers.ComplexMatcher
 
isComplex() - Method in interface com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers.Matcher
 
isComplex() - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers.SimpleMatcher
 
isConsolidatedReport() - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
isCoverageIncluded() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.OverviewChartDataBean
 
isCoverageReport - Variable in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
isCoverageReport() - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
isCustomReport() - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
isDetailedAggregatedReport - Variable in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
isDetailedAggregatedReport() - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
isDetailedReport - Variable in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
isDetailedReport() - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
isEmpty() - Method in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
Checks if current data structure actually doesn't contain any statistics.
isFeatureMapReport() - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
isFeatureOverviewChart() - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
isFinal - Variable in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.DataDimension
 
isFinal() - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.DataDimension
 
isImageExportable() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberResultsOverview
 
isImageExportable() - Method in class com.github.mkolisnyk.cucumber.reporting.interfaces.CucumberResultsCommon
 
isInTagSet(String[], String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberFeatureResult
 
isInTagSet(String[], String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
isKnownErrorsReport() - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
isOverviewChartsReport - Variable in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
isOverviewChartsReport() - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
isOverviewReport - Variable in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
isOverviewReport() - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
isSameAs(CucumberScenarioResult) - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
isStep() - Method in enum com.github.mkolisnyk.cucumber.reporting.types.breakdown.DimensionValue
 
isSystemInfoReport() - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
isToPDF() - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
isUsageReport - Variable in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
isUsageReport() - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
isUseTableOfContents() - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.ConsolidatedDataBean
 
isUseTableOfContents() - Method in class com.github.mkolisnyk.cucumber.reporting.types.consolidated.ConsolidatedReportModel
 
items - Variable in class com.github.mkolisnyk.cucumber.reporting.types.benchmark.BenchmarkReportModel
 
items - Variable in class com.github.mkolisnyk.cucumber.reporting.types.consolidated.ConsolidatedReportModel
 

J

joinPaths(String, String[]) - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
jsonReportPaths - Variable in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
jsonUsageFiles - Variable in class com.github.mkolisnyk.cucumber.reporting.CucumberUsageReporting
 
jsonUsageReportPaths - Variable in class com.github.mkolisnyk.cucumber.reporting.CucumberCustomReport
 
jsonUsageReportPaths - Variable in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
JsonUtils - Class in com.github.mkolisnyk.cucumber.reporting.utils.helpers
 
JsonUtils() - Constructor for class com.github.mkolisnyk.cucumber.reporting.utils.helpers.JsonUtils
 

K

KECompatibleReport - Class in com.github.mkolisnyk.cucumber.reporting.interfaces
 
KECompatibleReport() - Constructor for class com.github.mkolisnyk.cucumber.reporting.interfaces.KECompatibleReport
 
KECompatibleReport(ExtendedRuntimeOptions) - Constructor for class com.github.mkolisnyk.cucumber.reporting.interfaces.KECompatibleReport
 
keyword - Variable in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
keyword - Variable in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberStepResult
 
known - Variable in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberFeatureResult
 
known - Variable in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
KnownErrorOrderBy - Enum in com.github.mkolisnyk.cucumber.reporting.types.knownerrors
 
KnownErrorOrderBy() - Constructor for enum com.github.mkolisnyk.cucumber.reporting.types.knownerrors.KnownErrorOrderBy
 
KnownErrorPriority - Enum in com.github.mkolisnyk.cucumber.reporting.types.knownerrors
 
KnownErrorPriority() - Constructor for enum com.github.mkolisnyk.cucumber.reporting.types.knownerrors.KnownErrorPriority
 
knownErrorsConfig - Variable in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
KnownErrorsDataBean - Class in com.github.mkolisnyk.cucumber.reporting.types.beans
Data structure representing the data for Known Errors Report generation.
KnownErrorsDataBean() - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.beans.KnownErrorsDataBean
 
KnownErrorsInfo - Class in com.github.mkolisnyk.cucumber.reporting.types.knownerrors
 
KnownErrorsInfo(String, DataDimension) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.knownerrors.KnownErrorsInfo
 
KnownErrorsInfo(String, String, DataDimension) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.knownerrors.KnownErrorsInfo
 
KnownErrorsInfo(String, DataDimension, KnownErrorPriority) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.knownerrors.KnownErrorsInfo
 
KnownErrorsInfo(String, String, DataDimension, KnownErrorPriority) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.knownerrors.KnownErrorsInfo
 
KnownErrorsModel - Class in com.github.mkolisnyk.cucumber.reporting.types.knownerrors
 
KnownErrorsModel(KnownErrorsInfo[]) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.knownerrors.KnownErrorsModel
 
KnownErrorsModel(KnownErrorsInfo[], KnownErrorOrderBy) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.knownerrors.KnownErrorsModel
 
knownErrorsReport - Variable in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
KnownErrorsResult - Class in com.github.mkolisnyk.cucumber.reporting.types.knownerrors
 
KnownErrorsResult() - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.knownerrors.KnownErrorsResult
 
KnownErrorsResultSet - Class in com.github.mkolisnyk.cucumber.reporting.types.knownerrors
 
KnownErrorsResultSet() - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.knownerrors.KnownErrorsResultSet
 

L

line - Variable in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberFeatureResult
 
line - Variable in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
loadConfig(Map<String, String>) - Static method in class com.github.mkolisnyk.cucumber.reporting.utils.helpers.FreemarkerConfiguration
 
loadTemplatesFromFile(File) - Static method in class com.github.mkolisnyk.cucumber.reporting.utils.helpers.FreemarkerConfiguration
 
loadTemplatesFromFolder(File) - Static method in class com.github.mkolisnyk.cucumber.reporting.utils.helpers.FreemarkerConfiguration
 
loadUsageTextIfNeeded() - Static method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
location - Variable in class com.github.mkolisnyk.cucumber.reporting.types.usage.CucumberStepDuration
 

M

MapUtils - Class in com.github.mkolisnyk.cucumber.reporting.utils.helpers
 
MapUtils() - Constructor for class com.github.mkolisnyk.cucumber.reporting.utils.helpers.MapUtils
 
mask - Variable in class com.github.mkolisnyk.cucumber.reporting.types.retrospective.RetrospectiveModel
 
Matcher - Interface in com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers
 
matches(CucumberScenarioResult, DataDimension) - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers.AndMatcher
 
matches(CucumberScenarioResult, String) - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers.ComplexMatcher
 
matches(CucumberScenarioResult, DataDimension) - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers.ComplexMatcher
 
matches(CucumberScenarioResult, String) - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers.ContainerMatcher
 
matches(CucumberScenarioResult, String) - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers.ErrorMessageMatcher
 
matches(CucumberScenarioResult, String) - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers.FailedStepMatcher
 
matches(CucumberScenarioResult, String) - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers.FeatureMatcher
 
matches(CucumberScenarioResult, String) - Method in interface com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers.Matcher
 
matches(CucumberScenarioResult, DataDimension) - Method in interface com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers.Matcher
 
matches(CucumberScenarioResult, DataDimension) - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers.NotMatcher
 
matches(CucumberScenarioResult, DataDimension) - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers.OrMatcher
 
matches(CucumberScenarioResult, String) - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers.ScenarioMatcher
 
matches(CucumberScenarioResult, String) - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers.SimpleMatcher
 
matches(CucumberScenarioResult, DataDimension) - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers.SimpleMatcher
 
matches(CucumberScenarioResult, String) - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers.StepMatcher
 
matches(CucumberScenarioResult, String) - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers.StepParamMatcher
 
matches(CucumberScenarioResult, DataDimension) - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers.StepSequenceMatcher
 
matches(CucumberScenarioResult, String) - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers.TagMatcher
 
maxDuration - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.UsageDataBean.StepSourceData
Maximal duration of the step in seconds.
median - Variable in class com.github.mkolisnyk.cucumber.reporting.types.usage.CucumberAggregatedDuration
 
medianDuration - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.UsageDataBean.StepSourceData
Median duration of the step in seconds.
mergeBeckgroundsToScenatios() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberFeatureResult
 
mimeType - Variable in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberEmbedding
 
minDuration - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.UsageDataBean.StepSourceData
Minimal duration of the step in seconds.
model - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.RetrospectiveDataBean
The data representing particular retrospective report view.
models - Variable in class com.github.mkolisnyk.cucumber.reporting.types.consolidated.ConsolidatedReportBatch
 
models - Variable in class com.github.mkolisnyk.cucumber.reporting.types.retrospective.RetrospectiveBatch
 

N

name - Variable in class com.github.mkolisnyk.cucumber.reporting.types.benchmark.BenchmarkRowData
 
name - Variable in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberFeatureResult
 
name - Variable in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
name - Variable in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberStepResult
 
name - Variable in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberTagResults
 
name - Variable in class com.github.mkolisnyk.cucumber.reporting.types.usage.CucumberStep
 
nextAvailableRedirect(int) - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownReportModel
 
nextFile - Variable in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownReportInfo
 
notCovered - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.CoverageDataBean.FeatureStatusRow
Contains the number of scenarios/steps marked as not covered.
NotMatcher - Class in com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers
 
NotMatcher() - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers.NotMatcher
 

O

options - Variable in class com.github.mkolisnyk.cucumber.reporting.CucumberOverviewChartsReport
 
orderBy - Variable in class com.github.mkolisnyk.cucumber.reporting.types.knownerrors.KnownErrorsModel
 
orderBy - Variable in class com.github.mkolisnyk.cucumber.reporting.types.knownerrors.KnownErrorsResult
 
orderBy - Variable in class com.github.mkolisnyk.cucumber.reporting.types.retrospective.RetrospectiveModel
 
OrMatcher - Class in com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers
 
OrMatcher() - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers.OrMatcher
 
output - Variable in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberStepResult
 
outputDirectory - Variable in class com.github.mkolisnyk.cucumber.reporting.interfaces.CucumberResultsCommon
 
outputFolder - Variable in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
outputName - Variable in class com.github.mkolisnyk.cucumber.reporting.interfaces.CucumberResultsCommon
 
overallDuration - Variable in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
The overall duration for all steps.
overallRate - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.FeatureOverviewDataBean
Contains the letter reflecting overall rate.
overallStats - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.OverviewDataBean
The overall run statistics.
OverviewChartDataBean - Class in com.github.mkolisnyk.cucumber.reporting.types.beans
Data structure which is used for Charts Report generation.
OverviewChartDataBean() - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.beans.OverviewChartDataBean
 
overviewData - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.OverviewChartDataBean
General test results overview data.
OverviewDataBean - Class in com.github.mkolisnyk.cucumber.reporting.types.beans
Data structure for the Results Overview Report generation.
OverviewDataBean() - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.beans.OverviewDataBean
 
OverviewDataBean.FeatureStatusRow - Class in com.github.mkolisnyk.cucumber.reporting.types.beans
Represents data structure for Feature Status table row of the Results Overview Report.
OverviewDataBean.ScenarioStatusRow - Class in com.github.mkolisnyk.cucumber.reporting.types.beans
Represents data structure for Scenario Status table row of the Results Overview Report.
OverviewStats - Class in com.github.mkolisnyk.cucumber.reporting.types
Data structure containing run statistics for features/scenarios/steps.
OverviewStats() - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
 

P

packageName(String) - Static method in class com.github.mkolisnyk.cucumber.runner.runtime.BaseRuntimeOptionsFactory
 
packagePath(Class) - Static method in class com.github.mkolisnyk.cucumber.runner.runtime.BaseRuntimeOptionsFactory
 
packagePath(String) - Static method in class com.github.mkolisnyk.cucumber.runner.runtime.BaseRuntimeOptionsFactory
 
passed - Variable in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownStats
 
passed - Variable in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberFeatureResult
 
passed - Variable in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
passRate - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.FeatureOverviewDataBean
The number reflecting the overall %pass.
path - Variable in class com.github.mkolisnyk.cucumber.reporting.types.benchmark.BenchmarkReportInfo
 
path - Variable in class com.github.mkolisnyk.cucumber.reporting.types.consolidated.ConsolidatedItemInfo
 
pdfPageSize - Variable in class com.github.mkolisnyk.cucumber.reporting.interfaces.CucumberResultsCommon
 
pdfPageSize - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.CommonDataBean
Populates the field responsible for PDF page size.
pdfPageSize - Variable in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
pluginSpecified - Variable in class com.github.mkolisnyk.cucumber.runner.runtime.BaseRuntimeOptionsFactory
 
priority - Variable in class com.github.mkolisnyk.cucumber.reporting.types.knownerrors.KnownErrorsInfo
 
processParameters() - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 

R

readFileContent(String, boolean) - Method in class com.github.mkolisnyk.cucumber.reporting.interfaces.AggregatedReport
 
readFileContent(boolean) - Method in class com.github.mkolisnyk.cucumber.reporting.interfaces.AggregatedReport
 
readFileContent(String[], boolean) - Method in class com.github.mkolisnyk.cucumber.reporting.interfaces.AggregatedReport
 
readFileContent(String) - Method in class com.github.mkolisnyk.cucumber.reporting.interfaces.CucumberResultsCommon
 
redirectTo - Variable in class com.github.mkolisnyk.cucumber.reporting.types.retrospective.RetrospectiveModel
 
refreshData - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.CommonDataBean
Some of the reports may contain redirect to some other file after the timeout.
refreshTimeout - Variable in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownReportInfo
 
refreshTimeout - Variable in class com.github.mkolisnyk.cucumber.reporting.types.retrospective.RetrospectiveModel
 
replaceHtmlEntitiesWithCodes(String) - Static method in class com.github.mkolisnyk.cucumber.reporting.utils.helpers.StringConversionUtils
 
replaceSvgWithPng(File) - Method in class com.github.mkolisnyk.cucumber.reporting.interfaces.CucumberResultsCommon
 
reportPrefix - Variable in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
ReportRunner - Class in com.github.mkolisnyk.cucumber.runner
 
ReportRunner() - Constructor for class com.github.mkolisnyk.cucumber.runner.ReportRunner
 
reportsInfo - Variable in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownReportModel
 
reportSuffix - Variable in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownReportInfo
 
reportSuffix - Variable in class com.github.mkolisnyk.cucumber.reporting.types.consolidated.ConsolidatedReportModel
 
reportSuffix - Variable in class com.github.mkolisnyk.cucumber.reporting.types.retrospective.RetrospectiveModel
 
rerunAttempts - Variable in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
reset() - Method in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
 
result - Variable in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberBeforeAfterResult
 
result - Variable in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberStepResult
 
results - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.DetailedReportingDataBean
List of feature run results.
results - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.KnownErrorsDataBean
The list of structures representing Known errors result table rows.
results - Variable in class com.github.mkolisnyk.cucumber.reporting.types.benchmark.BenchmarkRowData
 
results - Variable in class com.github.mkolisnyk.cucumber.reporting.types.knownerrors.KnownErrorsResultSet
 
retries - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.OverviewDataBean.ScenarioStatusRow
The number of failed test run retries.
retrieveBody(String) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberConsolidatedReport
 
RetrospectiveBatch - Class in com.github.mkolisnyk.cucumber.reporting.types.retrospective
 
RetrospectiveBatch(RetrospectiveModel[]) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.retrospective.RetrospectiveBatch
 
RetrospectiveDataBean - Class in com.github.mkolisnyk.cucumber.reporting.types.beans
Data structure which is used for the Retrospective Report generation.
RetrospectiveDataBean() - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.beans.RetrospectiveDataBean
 
RetrospectiveModel - Class in com.github.mkolisnyk.cucumber.reporting.types.retrospective
 
RetrospectiveModel(String, String, String, RetrospectiveOrderBy, String, int, int, int) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.retrospective.RetrospectiveModel
 
RetrospectiveModel(String, String, String, RetrospectiveOrderBy, String, int) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.retrospective.RetrospectiveModel
 
RetrospectiveModel(String, String, String, RetrospectiveOrderBy, int, int) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.retrospective.RetrospectiveModel
 
RetrospectiveModel(String, String, String, int, int) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.retrospective.RetrospectiveModel
 
RetrospectiveModel(String, String, String, RetrospectiveOrderBy) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.retrospective.RetrospectiveModel
 
RetrospectiveModel(String, String, String) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.retrospective.RetrospectiveModel
 
RetrospectiveModel(String, String) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.retrospective.RetrospectiveModel
 
RetrospectiveModel(String) - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.retrospective.RetrospectiveModel
 
RetrospectiveOrderBy - Enum in com.github.mkolisnyk.cucumber.reporting.types.retrospective
 
RetrospectiveOrderBy() - Constructor for enum com.github.mkolisnyk.cucumber.reporting.types.retrospective.RetrospectiveOrderBy
 
retryCount - Variable in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
rows - Variable in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownTable
 
rows - Variable in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberStepResult
 
rowsMatch(String[][], String) - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.valuators.StepsValuator
 
run(ExtendedRuntimeOptions) - Static method in class com.github.mkolisnyk.cucumber.runner.ReportRunner
 
runBenchmarkReport(ExtendedRuntimeOptions) - Method in class com.github.mkolisnyk.cucumber.runner.ReportRunner
 
runBreakdownReport(ExtendedRuntimeOptions) - Method in class com.github.mkolisnyk.cucumber.runner.ReportRunner
 
runConsolidatedReport(ExtendedRuntimeOptions) - Method in class com.github.mkolisnyk.cucumber.runner.ReportRunner
 
runCoverageReport(ExtendedRuntimeOptions) - Method in class com.github.mkolisnyk.cucumber.runner.ReportRunner
 
runCustomReport(ExtendedRuntimeOptions) - Method in class com.github.mkolisnyk.cucumber.runner.ReportRunner
 
runDetailedAggregatedReport(ExtendedRuntimeOptions) - Method in class com.github.mkolisnyk.cucumber.runner.ReportRunner
 
runDetailedReport(ExtendedRuntimeOptions) - Method in class com.github.mkolisnyk.cucumber.runner.ReportRunner
 
runFeatureMapReport(ExtendedRuntimeOptions) - Method in class com.github.mkolisnyk.cucumber.runner.ReportRunner
 
runFeatureOverviewChartReport(ExtendedRuntimeOptions) - Method in class com.github.mkolisnyk.cucumber.runner.ReportRunner
 
runKnownErrorsReport(ExtendedRuntimeOptions) - Method in class com.github.mkolisnyk.cucumber.runner.ReportRunner
 
runningInEnvironmentWithoutAnsiSupport() - Method in class com.github.mkolisnyk.cucumber.runner.runtime.BaseRuntimeOptionsFactory
 
runOverviewChartsReport(ExtendedRuntimeOptions) - Method in class com.github.mkolisnyk.cucumber.runner.ReportRunner
 
runOverviewReport(ExtendedRuntimeOptions) - Method in class com.github.mkolisnyk.cucumber.runner.ReportRunner
 
runResults - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.CustomReportDataBean
Map containing test results data.
runSystemInfoReport(ExtendedRuntimeOptions) - Method in class com.github.mkolisnyk.cucumber.runner.ReportRunner
 
runUsageReport(ExtendedRuntimeOptions) - Method in class com.github.mkolisnyk.cucumber.runner.ReportRunner
 

S

ScenarioMatcher - Class in com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers
 
ScenarioMatcher() - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers.ScenarioMatcher
 
scenarioName - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.CoverageDataBean.ScenarioStatusRow
Represents the name of the scenario.
scenarioName - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.OverviewDataBean.ScenarioStatusRow
The name of the scenario.
scenarioRows - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.BenchmarkDataBean
Contains run statistics for each specific scenario split by different runs.
scenarios - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.CoverageDataBean
The list of row data for Scenario Status table.
scenarios - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.FeatureMapDataBean
3-dimensional array of scenarios.
scenarios - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.OverviewDataBean
The list of run results for each specific scenario.
scenariosFailed - Variable in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
The number of failed scenarios.
scenariosKnown - Variable in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
The number of scenarios failing on known error.
scenariosPassed - Variable in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
The number of scenarios passed.
scenarioStatuses - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.CoverageDataBean
Array of 2 elements containing the number of covered and not covered scenarios.
ScenarioStatusRow() - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.beans.CoverageDataBean.ScenarioStatusRow
 
ScenarioStatusRow() - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.beans.OverviewDataBean.ScenarioStatusRow
 
scenariosUndefined - Variable in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
The number of undefined scenairos.
ScenarioValuator - Class in com.github.mkolisnyk.cucumber.reporting.types.breakdown.valuators
 
ScenarioValuator() - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.breakdown.valuators.ScenarioValuator
 
screenShotLocation - Variable in class com.github.mkolisnyk.cucumber.reporting.CucumberDetailedResults
 
screenShotLocation - Variable in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
screenShotLocations - Variable in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberStepResult
 
screenShotSize - Variable in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
screenShotWidth - Variable in class com.github.mkolisnyk.cucumber.reporting.CucumberDetailedResults
 
screenShotWidth - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.DetailedReportingDataBean
String containing the screenshot width.
setAverage(Double) - Method in class com.github.mkolisnyk.cucumber.reporting.types.usage.CucumberAggregatedDuration
 
setAverageDuration(double) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.UsageDataBean.StepSourceData
 
setBenchmarkReport(boolean) - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
setBenchmarkReportConfig(String) - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
setBreakdownConfig(String) - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
setBreakdownReport(boolean) - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
setCell(BreakdownCellValue) - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownTable
 
setCols(DataDimension) - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownTable
 
setColumns(int) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.ConsolidatedDataBean
 
setConsolidatedReport(boolean) - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
setConsolidatedReportConfig(String) - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
setContents(Map<String, String>) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.ConsolidatedDataBean
 
setCoverageIncluded(boolean) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.OverviewChartDataBean
 
setCoverageReport(boolean) - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
setCovered(int) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.CoverageDataBean.FeatureStatusRow
 
setCustomReport(boolean) - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
setCustomReportTemplateNames(String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberCustomReport
 
setCustomReportTemplateNames(String[]) - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
setCustomTemplatesPath(String) - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
setDetailedAggregatedReport(boolean) - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
setDetailedReport(boolean) - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
setDisplayType(BreakdownCellDisplayType) - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownTable
 
setDuration(String) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.OverviewDataBean.FeatureStatusRow
 
setDuration(Long) - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberResult
 
setEnvironmentVariables(Map<String, String>) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.SystemInfoDataBean
 
setExcludeCoverageTags(String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberCoverageOverview
 
setExcludeCoverageTags(String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberFeatureResult
 
setExcludeCoverageTags(String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
setExcludeCoverageTags(String[]) - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
setFailed(int) - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
setFeature(CucumberFeatureResult) - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
setFeatureMapConfig(String) - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
setFeatureMapReport(boolean) - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
setFeatureName(String) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.CoverageDataBean.FeatureStatusRow
 
setFeatureName(String) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.OverviewDataBean.FeatureStatusRow
 
setFeatureOverviewChart(boolean) - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
setFeatureRate(Map<String, String>) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.FeatureOverviewDataBean
 
setFeatureRows(BenchmarkRowData[]) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.BenchmarkDataBean
 
setFeatures(CoverageDataBean.FeatureStatusRow[]) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.CoverageDataBean
 
setFeatures(OverviewDataBean.FeatureStatusRow[]) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.OverviewDataBean
 
setFormats(String[]) - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
setFrequencies(int[]) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.UsageDataBean.StepSourceData
 
setFrequency(int) - Method in class com.github.mkolisnyk.cucumber.reporting.types.knownerrors.KnownErrorsResult
 
setHeaders(String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.BenchmarkDataBean
 
setId(String) - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberFeatureResult
 
setId(String) - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
setIncludeCoverageTags(String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberCoverageOverview
 
setIncludeCoverageTags(String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberFeatureResult
 
setIncludeCoverageTags(String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
setIncludeCoverageTags(String[]) - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
setInfo(KnownErrorsInfo) - Method in class com.github.mkolisnyk.cucumber.reporting.types.knownerrors.KnownErrorsResult
 
setJsonReportPaths(String[]) - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
setJsonUsageFile(String) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberUsageReporting
 
setJsonUsageFiles(String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberUsageReporting
 
setJsonUsageReportPaths(String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberCustomReport
 
setJsonUsageReportPaths(String[]) - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
setKnown(int) - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
setKnownErrorsConfig(String) - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
setKnownErrorsReport(boolean) - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
setMaxDuration(double) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.UsageDataBean.StepSourceData
 
setMedian(Double) - Method in class com.github.mkolisnyk.cucumber.reporting.types.usage.CucumberAggregatedDuration
 
setMedianDuration(double) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.UsageDataBean.StepSourceData
 
setMinDuration(double) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.UsageDataBean.StepSourceData
 
setModel(RetrospectiveModel) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.RetrospectiveDataBean
 
setName(String) - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
setNextFile(String) - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownReportInfo
 
setNotCovered(int) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.CoverageDataBean.FeatureStatusRow
 
setOrderBy(KnownErrorOrderBy) - Method in class com.github.mkolisnyk.cucumber.reporting.types.knownerrors.KnownErrorsResult
 
setOutputDirectory(String) - Method in class com.github.mkolisnyk.cucumber.reporting.interfaces.CucumberResultsCommon
 
setOutputFolder(String) - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
setOutputName(String) - Method in class com.github.mkolisnyk.cucumber.reporting.interfaces.CucumberResultsCommon
 
setOverallRate(String) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.FeatureOverviewDataBean
 
setOverallStats(OverviewStats) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.OverviewDataBean
 
setOverviewChartsReport(boolean) - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
setOverviewData(OverviewStats) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.OverviewChartDataBean
 
setOverviewReport(boolean) - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
setPassed(int) - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
setPassRate(int) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.FeatureOverviewDataBean
 
setPdfPageSize(String) - Method in class com.github.mkolisnyk.cucumber.reporting.interfaces.CucumberResultsCommon
 
setPdfPageSize(String) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.CommonDataBean
 
setPdfPageSize(String) - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
setRefreshData(String) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.CommonDataBean
 
setReportPrefix(String) - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
setResults(CucumberFeatureResult[]) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.DetailedReportingDataBean
 
setResults(List<KnownErrorsResult>) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.KnownErrorsDataBean
 
setRetries(int) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.OverviewDataBean.ScenarioStatusRow
 
setRetryCount(int) - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
setRows(DataDimension) - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownTable
 
setRunResults(Map<String, CucumberFeatureResult[]>) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.CustomReportDataBean
 
setScenarioName(String) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.CoverageDataBean.ScenarioStatusRow
 
setScenarioName(String) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.OverviewDataBean.ScenarioStatusRow
 
setScenarioRows(BenchmarkRowData[]) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.BenchmarkDataBean
 
setScenarios(CoverageDataBean.ScenarioStatusRow[]) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.CoverageDataBean
 
setScenarios(CucumberScenarioResult[][][]) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.FeatureMapDataBean
 
setScenarios(OverviewDataBean.ScenarioStatusRow[]) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.OverviewDataBean
 
setScreenShotLocation(String) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberDetailedResults
 
setScreenShotLocation(String) - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
setScreenShotLocations(String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberStepResult
 
setScreenShotSize(String) - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
setScreenShotWidth(String) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberDetailedResults
 
setScreenShotWidth(String) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.DetailedReportingDataBean
 
setSkewness(double) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.UsageDataBean.StepSourceData
 
setSkipped(int) - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
setSource(CucumberStepSource) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.UsageDataBean.StepSourceData
 
setSourceFile(String) - Method in class com.github.mkolisnyk.cucumber.reporting.interfaces.CucumberResultsCommon
 
setSourceFiles(String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.interfaces.CucumberResultsCommon
 
setStats(BreakdownStats[][]) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.BreakdownDataBean
 
setStats(OverviewStats) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.DetailedReportingDataBean
 
setStats(OverviewStats) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.OverviewDataBean.FeatureStatusRow
 
setStats(BreakdownStats[]) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.RetrospectiveDataBean
 
setStatus(String) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.CoverageDataBean.FeatureStatusRow
 
setStatus(String) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.OverviewDataBean.FeatureStatusRow
 
setStatus(String) - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberResult
 
setSteps(CucumberStepResult[]) - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
setStepsData(UsageDataBean.StepSourceData[]) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.UsageDataBean
 
setStepsUseAverage(double) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.UsageDataBean
 
setStepsUseMax(int) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.UsageDataBean
 
setStepsUseMedian(double) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.UsageDataBean
 
setSystemInfoReport(boolean) - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
setSystemProperties(Properties) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.SystemInfoDataBean
 
setTable(BreakdownTable) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.BreakdownDataBean
 
setTable(BreakdownTable) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.FeatureMapDataBean
 
setTags(String[]) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.CoverageDataBean.FeatureStatusRow
 
setTags(CucumberTagResults[]) - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
setTemplatesLocation(String) - Method in class com.github.mkolisnyk.cucumber.reporting.interfaces.CucumberResultsCommon
 
setTitle(String) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.CommonDataBean
 
setToPDF(boolean) - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
setTotalDuration(double) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.UsageDataBean.StepSourceData
 
setTotalUsed(int) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.UsageDataBean.StepSourceData
 
setUndefined(int) - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
setUsageCounts(Map<Integer, Integer>) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.UsageDataBean
 
setUsageReport(boolean) - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
setUsageResults(Map<String, CucumberStepSource[]>) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.CustomReportDataBean
 
setUseTableOfContents(boolean) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.ConsolidatedDataBean
 
setVariance(double) - Method in class com.github.mkolisnyk.cucumber.reporting.types.beans.UsageDataBean.StepSourceData
 
SimpleMatcher - Class in com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers
 
SimpleMatcher() - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers.SimpleMatcher
 
SimpleReport - Class in com.github.mkolisnyk.cucumber.reporting.interfaces
 
SimpleReport() - Constructor for class com.github.mkolisnyk.cucumber.reporting.interfaces.SimpleReport
 
SimpleReport(ExtendedRuntimeOptions) - Constructor for class com.github.mkolisnyk.cucumber.reporting.interfaces.SimpleReport
 
skewness(List<Double>, double) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberUsageReporting
 
skewness - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.UsageDataBean.StepSourceData
Statistical information showing step skewness.
skipped - Variable in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownStats
 
skipped - Variable in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberFeatureResult
 
skipped - Variable in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
sortByValue(Map<K, V>) - Static method in class com.github.mkolisnyk.cucumber.reporting.utils.helpers.MapUtils
 
sortByValueLocal(Map<K, V>) - Method in class com.github.mkolisnyk.cucumber.reporting.utils.helpers.MapUtils
 
source - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.UsageDataBean.StepSourceData
The original step source data taken from original Cucumber-JVM usage report.
source - Variable in class com.github.mkolisnyk.cucumber.reporting.types.usage.CucumberStepSource
 
sourceFiles - Variable in class com.github.mkolisnyk.cucumber.reporting.interfaces.CucumberResultsCommon
 
stats - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.BreakdownDataBean
Contains the matrix of result statistics.
stats - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.DetailedReportingDataBean
General consolidated statistics of the run.
stats - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.OverviewDataBean.FeatureStatusRow
Overall resutls statistics for current feature/scenario
stats - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.RetrospectiveDataBean
Contains the list of statistics for each run participating in the retrospective report.
status - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.CoverageDataBean.FeatureStatusRow
Represents the status string
status - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.OverviewDataBean.FeatureStatusRow
String containing feature/scenario status, e.g.
status - Variable in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberResult
 
StepMatcher - Class in com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers
 
StepMatcher() - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers.StepMatcher
 
StepParamMatcher - Class in com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers
 
StepParamMatcher() - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers.StepParamMatcher
 
steps - Variable in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
steps - Variable in class com.github.mkolisnyk.cucumber.reporting.types.usage.CucumberStepSource
 
stepsData - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.UsageDataBean
Detailed steps data for all step sources.
StepSequenceMatcher - Class in com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers
 
StepSequenceMatcher() - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers.StepSequenceMatcher
 
stepsFailed - Variable in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
The number of failed steps.
stepsKnown - Variable in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
The number of steps failed on known error.
StepSourceData() - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.beans.UsageDataBean.StepSourceData
 
stepsPassed - Variable in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
The number of passed steps.
stepsUndefined - Variable in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
The number of undefined steps.
stepsUseAverage - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.UsageDataBean
The average number of steps use.
stepsUseMax - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.UsageDataBean
The maximal number of use of single step source.
stepsUseMedian - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.UsageDataBean
The median number of steps use.
StepsValuator - Class in com.github.mkolisnyk.cucumber.reporting.types.breakdown.valuators
 
StepsValuator() - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.breakdown.valuators.StepsValuator
 
stepValues() - Method in enum com.github.mkolisnyk.cucumber.reporting.types.breakdown.DimensionValue
 
StringConversionUtils - Class in com.github.mkolisnyk.cucumber.reporting.utils.helpers
 
StringConversionUtils() - Constructor for class com.github.mkolisnyk.cucumber.reporting.utils.helpers.StringConversionUtils
 
stringMatches(String, String) - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers.BaseMatcher
 
subElements - Variable in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.DataDimension
 
SystemInfoDataBean - Class in com.github.mkolisnyk.cucumber.reporting.types.beans
Data structure which is used for the System Info report generation.
SystemInfoDataBean() - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.beans.SystemInfoDataBean
 
systemInfoReport - Variable in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
systemProperties - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.SystemInfoDataBean
The collection of system properties.

T

table - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.BreakdownDataBean
Contains the structure of the breakdown table row and column headers.
table - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.FeatureMapDataBean
The data structure containing Feature Map report table row and column data including headers with their labels.
table - Variable in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownReportInfo
 
TagMatcher - Class in com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers
 
TagMatcher() - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.breakdown.matchers.TagMatcher
 
tags - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.CoverageDataBean.FeatureStatusRow
Contains the list of tags applicable for the feature/scenario.
tags - Variable in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberFeatureResult
 
tags - Variable in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
TEMPLATE_EXTENSION - Static variable in class com.github.mkolisnyk.cucumber.reporting.utils.helpers.FreemarkerConfiguration
 
templatesLocation - Variable in class com.github.mkolisnyk.cucumber.reporting.interfaces.CucumberResultsCommon
 
threadsCount - Variable in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
threadsCountValue - Variable in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
title - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.CommonDataBean
Contains the report title.
title - Variable in class com.github.mkolisnyk.cucumber.reporting.types.benchmark.BenchmarkReportInfo
 
title - Variable in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownReportInfo
 
title - Variable in class com.github.mkolisnyk.cucumber.reporting.types.consolidated.ConsolidatedItemInfo
 
title - Variable in class com.github.mkolisnyk.cucumber.reporting.types.consolidated.ConsolidatedReportModel
 
title - Variable in class com.github.mkolisnyk.cucumber.reporting.types.knownerrors.KnownErrorsInfo
 
title - Variable in class com.github.mkolisnyk.cucumber.reporting.types.retrospective.RetrospectiveModel
 
toPDF - Variable in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
toScenarioList(CucumberFeatureResult[][]) - Static method in class com.github.mkolisnyk.cucumber.reporting.types.benchmark.BenchmarkRowData
 
toString() - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.DataDimension
 
toString() - Method in enum com.github.mkolisnyk.cucumber.reporting.types.enums.CucumberReportError
 
toString() - Method in enum com.github.mkolisnyk.cucumber.reporting.types.enums.CucumberReportLink
 
toString() - Method in enum com.github.mkolisnyk.cucumber.reporting.types.enums.CucumberReportTypes
 
toString() - Method in class com.github.mkolisnyk.cucumber.reporting.types.knownerrors.KnownErrorsInfo
 
toString() - Method in class com.github.mkolisnyk.cucumber.reporting.types.knownerrors.KnownErrorsResult
 
toString() - Method in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
toTagArray(JsonObject<String, Object>) - Static method in class com.github.mkolisnyk.cucumber.reporting.utils.helpers.JsonUtils
 
totalDuration - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.UsageDataBean.StepSourceData
Total duration of the steps from current step source.
totalUsed - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.UsageDataBean.StepSourceData
The number of times this specific step source was used during the run.
transformPathString(String) - Static method in class com.github.mkolisnyk.cucumber.reporting.utils.helpers.StringConversionUtils
 
type - Variable in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 

U

undefined - Variable in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberFeatureResult
 
undefined - Variable in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
updateFailedToKnown() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
USAGE_RESOURCE - Static variable in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
usageCounts - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.UsageDataBean
The map containing step usage counts.
UsageDataBean - Class in com.github.mkolisnyk.cucumber.reporting.types.beans
Data structure which is used for the Usage Report genearation.
UsageDataBean() - Constructor for class com.github.mkolisnyk.cucumber.reporting.types.beans.UsageDataBean
 
UsageDataBean.StepSourceData - Class in com.github.mkolisnyk.cucumber.reporting.types.beans
Represents the data structure containing all usage information for specific step.
usageResults - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.CustomReportDataBean
Map containing steps usage data.
usageText - Static variable in class com.github.mkolisnyk.cucumber.runner.runtime.ExtendedRuntimeOptions
 
useTableOfContents - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.ConsolidatedDataBean
Flag indicating whether table of contents should be generated.
useTableOfContents - Variable in class com.github.mkolisnyk.cucumber.reporting.types.consolidated.ConsolidatedReportModel
 

V

validateParameters() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberBenchmarkReport
 
validateParameters() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberBreakdownReport
 
validateParameters() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberConsolidatedReport
 
validateParameters() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberCustomReport
 
validateParameters() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberDetailedResults
 
validateParameters() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberKnownErrorsReport
 
validateParameters() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberOverviewChartsReport
 
validateParameters() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberResultsOverview
 
validateParameters() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberRetrospectiveOverviewReport
 
validateParameters() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberSystemInfo
 
validateParameters() - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberUsageReporting
 
validateParameters() - Method in class com.github.mkolisnyk.cucumber.reporting.interfaces.CucumberResultsCommon
 
valuate(CucumberScenarioResult[]) - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownTable
 
valuate(CucumberScenarioResult[], String, Matcher[]) - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.valuators.ScenarioValuator
 
valuate(CucumberScenarioResult[], String, Matcher[]) - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.valuators.StepsValuator
 
valuate(CucumberScenarioResult[], String, Matcher[]) - Method in interface com.github.mkolisnyk.cucumber.reporting.types.breakdown.valuators.Valuator
 
valuate(CucumberScenarioResult[], KnownErrorsModel) - Method in class com.github.mkolisnyk.cucumber.reporting.types.knownerrors.KnownErrorsResultSet
 
valuate(CucumberScenarioResult) - Method in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
Calculates overall statistics for specific scenario.
valuate(CucumberFeatureResult) - Method in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
Calculates run statistics for the single feature result.
valuate(CucumberFeatureResult[]) - Method in class com.github.mkolisnyk.cucumber.reporting.types.OverviewStats
Calculates overall statistics for the group of features.
valuate() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberFeatureResult
 
valuate() - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
valuateCell(CucumberScenarioResult[], DataDimension[], Matcher[]) - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownTable
 
valuateKnownErrors(KnownErrorsModel) - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberFeatureResult
 
valuateScenarios(CucumberScenarioResult[]) - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownTable
 
valuateStepStatus(String) - Method in class com.github.mkolisnyk.cucumber.reporting.types.result.CucumberScenarioResult
 
Valuator - Interface in com.github.mkolisnyk.cucumber.reporting.types.breakdown.valuators
 
VALUATORS_MAP - Static variable in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownTable
 
value - Variable in enum com.github.mkolisnyk.cucumber.reporting.types.enums.CucumberReportError
 
value - Variable in enum com.github.mkolisnyk.cucumber.reporting.types.enums.CucumberReportLink
 
value - Variable in enum com.github.mkolisnyk.cucumber.reporting.types.enums.CucumberReportTypes
 
valueOf(String) - Static method in enum com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownCellDisplayType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownCellValue
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.mkolisnyk.cucumber.reporting.types.breakdown.DimensionValue
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.mkolisnyk.cucumber.reporting.types.enums.CucumberReportError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.mkolisnyk.cucumber.reporting.types.enums.CucumberReportLink
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.mkolisnyk.cucumber.reporting.types.enums.CucumberReportTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.mkolisnyk.cucumber.reporting.types.knownerrors.KnownErrorOrderBy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.mkolisnyk.cucumber.reporting.types.knownerrors.KnownErrorPriority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.mkolisnyk.cucumber.reporting.types.retrospective.RetrospectiveOrderBy
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownCellDisplayType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.mkolisnyk.cucumber.reporting.types.breakdown.BreakdownCellValue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.mkolisnyk.cucumber.reporting.types.breakdown.DimensionValue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.mkolisnyk.cucumber.reporting.types.enums.CucumberReportError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.mkolisnyk.cucumber.reporting.types.enums.CucumberReportLink
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.mkolisnyk.cucumber.reporting.types.enums.CucumberReportTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.mkolisnyk.cucumber.reporting.types.knownerrors.KnownErrorOrderBy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.mkolisnyk.cucumber.reporting.types.knownerrors.KnownErrorPriority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.mkolisnyk.cucumber.reporting.types.retrospective.RetrospectiveOrderBy
Returns an array containing the constants of this enum type, in the order they are declared.
variance(List<Double>, double) - Method in class com.github.mkolisnyk.cucumber.reporting.CucumberUsageReporting
 
variance - Variable in class com.github.mkolisnyk.cucumber.reporting.types.beans.UsageDataBean.StepSourceData
Statistical information showing step variance.

W

width() - Method in class com.github.mkolisnyk.cucumber.reporting.types.breakdown.DataDimension
 
width - Variable in class com.github.mkolisnyk.cucumber.reporting.types.retrospective.RetrospectiveModel
 
A B C D E F G H I J K L M N O P R S T U V W 
Skip navigation links

Copyright © 2013-2017. All Rights Reserved.