Modifier and Type | Method and Description |
---|---|
Summary |
CucumberProjectAction.getFeature(String pageLink) |
Summary |
CucumberProjectAction.getScenario(String pageLink) |
Summary |
CucumberProjectAction.getStep(String pageLink) |
Modifier and Type | Method and Description |
---|---|
Summary |
ProjectSummary.getOverallSummary() |
Modifier and Type | Method and Description |
---|---|
Map<String,Summary> |
ProjectSummary.assembleAllSummaries() |
Map<String,Summary> |
ProjectSummary.getFeatureSummaries() |
Collection<Summary> |
ProjectSummary.getFeatureSummaryList() |
Map<String,Summary> |
ProjectSummary.getScenarioSummaries() |
Collection<Summary> |
ProjectSummary.getScenarioSummaryList() |
Collection<Summary> |
ProjectSummary.getSortedFeatureSummaryList() |
Collection<Summary> |
ProjectSummary.getSortedScenarioSummaryList() |
Collection<Summary> |
ProjectSummary.getSortedStepSummaryList() |
Map<String,Summary> |
ProjectSummary.getStepSummaries() |
Collection<Summary> |
ProjectSummary.getStepSummaryList() |
List<Summary> |
Summary.getSubSummaries() |
Modifier and Type | Method and Description |
---|---|
void |
ProjectSummary.setOverallSummary(Summary overallSummary) |
Modifier and Type | Method and Description |
---|---|
void |
ProjectSummary.setFeatureSummaries(Map<String,Summary> featureSummaries) |
void |
ProjectSummary.setScenarioSummaries(Map<String,Summary> scenarioSummaries) |
void |
ProjectSummary.setStepSummaries(Map<String,Summary> stepSummaries) |
void |
Summary.setSubSummaries(List<Summary> subSummaries) |
Modifier and Type | Method and Description |
---|---|
int |
SummaryOrderComparator.compare(Summary summary1,
Summary summary2) |
int |
SummaryAverageDurationDescComparator.compare(Summary summary1,
Summary summary2) |
Modifier and Type | Method and Description |
---|---|
Summary |
PerformanceReporter.getPerformanceData(List<ProjectRun> runs) |
Modifier and Type | Method and Description |
---|---|
Map<String,Summary> |
PerformanceReporter.getFeatureSummaries() |
Map<String,Summary> |
PerformanceReporter.getScenarioSummaries() |
Map<String,Summary> |
PerformanceReporter.getStepSummaries() |
Modifier and Type | Method and Description |
---|---|
static List<Summary> |
CucumberPerfUtils.getRelevantSummaries(Map<String,Summary> summaries,
String seniorId) |
Modifier and Type | Method and Description |
---|---|
static List<Summary> |
CucumberPerfUtils.getRelevantSummaries(Map<String,Summary> summaries,
String seniorId) |
static void |
CucumberPerfUtils.sortSummaryList(List<Summary> summaries) |
Copyright © 2016. All rights reserved.