A B C D E F G H I N O P S T U 

A

addBackgroundResult(StringBuilder, BackgroundResult) - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.ScenarioToHTML
 
addBeforeAfterResult(StringBuilder, String, BeforeAfterResult) - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.ScenarioToHTML
 
addComment(StringBuilder, Comment) - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.ScenarioToHTML
 
addDescribedStatement(StringBuilder, DescribedStatement) - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.ScenarioToHTML
 
addFailure(StringBuilder, Result) - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.ScenarioToHTML
 
addStepResult(StringBuilder, StepResult) - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.ScenarioToHTML
 
appendKeyword(StringBuilder, String) - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.ScenarioToHTML
 

B

BackgroundResult - Class in org.jenkinsci.plugins.cucumber.jsontestsupport
Represents a Background belonging to a Scenario.
BeforeAfterResult - Class in org.jenkinsci.plugins.cucumber.jsontestsupport
Represents a Before or After belonging to a Scenario.
BeforeAfterResult(Match, Result) - Constructor for class org.jenkinsci.plugins.cucumber.jsontestsupport.BeforeAfterResult
 

C

createAggregator(MatrixBuild, Launcher, BuildListener) - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResultArchiver
 
createEmbedFile(byte[]) - Static method in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberUtils
Create a temporary file on the slave to store the embedded content
CucumberJSONParser - Class in org.jenkinsci.plugins.cucumber.jsontestsupport
Parser that understands Cucumbers JSON notation and will generate TestResult so that Jenkins will display the results.
CucumberJSONParser() - Constructor for class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberJSONParser
 
CucumberJSONParser(boolean) - Constructor for class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberJSONParser
 
CucumberJSONSupportPlugin - Class in org.jenkinsci.plugins.cucumber.jsontestsupport
Plugin that understands Cucumbers JSON notation and will report it as standard test metrics.
CucumberJSONSupportPlugin() - Constructor for class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberJSONSupportPlugin
 
CucumberModelException - Exception in org.jenkinsci.plugins.cucumber.jsontestsupport
An exception caused by failing to parse the Cucumber JSON file.
CucumberModelException(String) - Constructor for exception org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberModelException
 
CucumberPluginException - Exception in org.jenkinsci.plugins.cucumber.jsontestsupport
A generic exception indicating that something bad has happened.
CucumberPluginException(String) - Constructor for exception org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberPluginException
 
CucumberPluginException(String, Exception) - Constructor for exception org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberPluginException
 
CucumberTestResult - Class in org.jenkinsci.plugins.cucumber.jsontestsupport
Represents all the Features from Cucumber.
CucumberTestResult() - Constructor for class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResult
 
CucumberTestResultAction - Class in org.jenkinsci.plugins.cucumber.jsontestsupport
Action that displays the Cucumber test result.
CucumberTestResultAction(AbstractBuild, CucumberTestResult, BuildListener) - Constructor for class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResultAction
 
CucumberTestResultArchiver - Class in org.jenkinsci.plugins.cucumber.jsontestsupport
Generates HTML report from Cucumber JSON files.
CucumberTestResultArchiver(String) - Constructor for class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResultArchiver
 
CucumberTestResultArchiver(String, boolean) - Constructor for class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResultArchiver
 
CucumberTestResultArchiver.DescriptorImpl - Class in org.jenkinsci.plugins.cucumber.jsontestsupport
 
CucumberTestResultArchiver.DescriptorImpl() - Constructor for class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResultArchiver.DescriptorImpl
 
CucumberUtils - Class in org.jenkinsci.plugins.cucumber.jsontestsupport
 
CucumberUtils() - Constructor for class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberUtils
 

D

DefaultTestResultParserImpl - Class in org.jenkinsci.plugins.cucumber.jsontestsupport
Default partial implementation of TestResultParser that handles GLOB dereferencing and other checks for user errors, such as misconfigured GLOBs, up-to-date checks on test reports.
DefaultTestResultParserImpl() - Constructor for class org.jenkinsci.plugins.cucumber.jsontestsupport.DefaultTestResultParserImpl
 
doCheckTestResults(AbstractProject, String) - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResultArchiver.DescriptorImpl
Performs on-the-fly validation on the file mask wildcard.

E

EmbeddedItem - Class in org.jenkinsci.plugins.cucumber.jsontestsupport
An EmbeddedItem represents an item that has been embedded in a test report.
EmbeddedItem(String, String) - Constructor for class org.jenkinsci.plugins.cucumber.jsontestsupport.EmbeddedItem
 

F

FAILED_TEST_STRING - Static variable in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberUtils
 
FeatureResult - Class in org.jenkinsci.plugins.cucumber.jsontestsupport
Represents a single Feature in Cucumber.
findCorrespondingResult(String) - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.BackgroundResult
 
findCorrespondingResult(String) - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.BeforeAfterResult
 
findCorrespondingResult(String) - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResult
 
findCorrespondingResult(String) - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.FeatureResult
 
findCorrespondingResult(String) - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.ScenarioResult
 
findCorrespondingResult(String) - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.StepResult
 
findCorrespondingResult(String) - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.TagResult
 

G

getAfterResults() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.ScenarioResult
 
getAge() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.ScenarioResult
Gets the number of consecutive builds (including this) that this test case has been failing.
getBackground() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.BackgroundResult
 
getBackgroundResult() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.ScenarioResult
 
getBeforeResults() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.ScenarioResult
 
getChildren() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResult
 
getChildren() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.FeatureResult
 
getChildren() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.TagResult
 
getChildTitle() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResult
 
getChildTitle() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.FeatureResult
 
getChildTitle() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.TagResult
 
getDescription() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResult
 
getDescriptor() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResultArchiver
 
getDisplayName() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.BackgroundResult
 
getDisplayName() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.BeforeAfterResult
 
getDisplayName() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberJSONParser
 
getDisplayName() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResult
 
getDisplayName() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResultAction
 
getDisplayName() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResultArchiver.DescriptorImpl
 
getDisplayName() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.FeatureResult
 
getDisplayName() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.ScenarioResult
 
getDisplayName() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.StepResult
 
getDisplayName() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.TagResult
 
getDuration() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.BackgroundResult
 
getDuration() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.BeforeAfterResult
 
getDuration() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResult
 
getDuration() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.FeatureResult
 
getDuration() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.ScenarioResult
 
getDuration() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.StepResult
 
getDuration() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.TagResult
 
getDynamic(String, StaplerRequest, StaplerResponse) - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResult
 
getDynamic(String, StaplerRequest, StaplerResponse) - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.FeatureResult
 
getDynamic(String, StaplerRequest, StaplerResponse) - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.ScenarioResult
 
getDynamic(String, StaplerRequest, StaplerResponse) - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.TagResult
 
getEmbeddedItems() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.ScenarioResult
 
getErrorDetails() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.ScenarioResult
If there was an error or a failure, this is the text from the message.
getFailCount() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.BackgroundResult
 
getFailCount() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.BeforeAfterResult
Gets the total number of failed tests.
getFailCount() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResult
 
getFailCount() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResultAction
 
getFailCount() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.FeatureResult
 
getFailCount() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.ScenarioResult
 
getFailCount() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.StepResult
Gets the total number of failed tests.
getFailCount() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.TagResult
 
getFailedSince() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.ScenarioResult
If this test failed, then return the build number when this test started failing.
getFailedTests() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResult
 
getFailedTests() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.FeatureResult
 
getFailedTests() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.TagResult
 
getFeature() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.FeatureResult
 
getFeatures() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResult
 
getFilename() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.EmbeddedItem
 
getFullName() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.ScenarioResult
 
getHTML(ScenarioResult) - Static method in class org.jenkinsci.plugins.cucumber.jsontestsupport.ScenarioToHTML
 
getHTML() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.ScenarioToHTML
Builds a Gherkin file from the results of the parsing and formats it for HTML.
getId(TagStatement) - Static method in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberUtils
Get the ID from the TagStatement.
getIgnoreBadSteps() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResultArchiver
 
getMimetype() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.EmbeddedItem
 
getName() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.BackgroundResult
 
getName() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.BeforeAfterResult
 
getName() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResult
 
getName() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.FeatureResult
 
getName() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.ScenarioResult
 
getName() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.TagResult
 
getOwner() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.BackgroundResult
 
getOwner() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.BeforeAfterResult
 
getOwner() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResult
 
getOwner() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.FeatureResult
 
getOwner() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.ScenarioResult
 
getOwner() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.StepResult
 
getOwner() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.TagResult
 
getParent() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.BackgroundResult
 
getParent() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.BeforeAfterResult
 
getParent() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResult
 
getParent() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.FeatureResult
 
getParent() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.ScenarioResult
 
getParent() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.StepResult
 
getParent() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.TagResult
 
getPassCount() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.BackgroundResult
 
getPassCount() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.BeforeAfterResult
Gets the total number of passed tests.
getPassCount() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResult
 
getPassCount() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.FeatureResult
 
getPassCount() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.ScenarioResult
 
getPassCount() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.StepResult
Gets the total number of passed tests.
getPassCount() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.TagResult
 
getProjectActions(AbstractProject<?, ?>) - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResultArchiver
 
getRelativePathFrom(TestObject) - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.ScenarioResult
 
getRequiredMonitorService() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResultArchiver
This class does explicit checkpointing.
getResult() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResultAction
 
getSafeName() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.FeatureResult
 
getSafeName() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.ScenarioResult
 
getSafeName() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.TagResult
 
getScenario() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.ScenarioResult
 
getScenarioResults() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.FeatureResult
 
getScenarioResults() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.TagResult
 
getSkipCount() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.BackgroundResult
 
getSkipCount() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.BeforeAfterResult
Gets the total number of skipped tests.
getSkipCount() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResult
 
getSkipCount() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResultAction
 
getSkipCount() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.FeatureResult
 
getSkipCount() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.ScenarioResult
 
getSkipCount() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.StepResult
Gets the total number of skipped tests.
getSkipCount() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.TagResult
 
getSource() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.ScenarioResult
 
getStatus() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.ScenarioResult
 
getStepResults() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.ScenarioResult
 
getTagMap() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResult
Map of TagNames to TagResults.
getTagName() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.TagResult
 
getTarget() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResultAction
 
getTestResults() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResultArchiver
 
getTotalCount() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResultAction
 
getTotalCount() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.TagResult
 
getURI() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.FeatureResult
 
getUrlName() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResultAction
 

H

hasChildren() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResult
 
hasChildren() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.FeatureResult
 
hasChildren() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.TagResult
 

I

IGNORE_TIMESTAMP_CHECK - Static variable in class org.jenkinsci.plugins.cucumber.jsontestsupport.DefaultTestResultParserImpl
 
isApplicable(Class<? extends AbstractProject>) - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResultArchiver.DescriptorImpl
 
isPassed() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResult
 

N

newInstance(StaplerRequest, JSONObject) - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResultArchiver.DescriptorImpl
 

O

org.jenkinsci.plugins.cucumber.jsontestsupport - package org.jenkinsci.plugins.cucumber.jsontestsupport
 

P

parse(List<File>, TaskListener) - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberJSONParser
 
parse(String, AbstractBuild, Launcher, TaskListener) - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberJSONParser
 
parse(List<File>, TaskListener) - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.DefaultTestResultParserImpl
This method is executed on the slave that has the report files to parse test reports and builds TestResult.
parse(String, AbstractBuild, Launcher, TaskListener) - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.DefaultTestResultParserImpl
 
PASSED_TEST_STRING - Static variable in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberUtils
 
PENDING_TEST_STRING - Static variable in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberUtils
 
perform(AbstractBuild, Launcher, BuildListener) - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResultArchiver
 

S

ScenarioResult - Class in org.jenkinsci.plugins.cucumber.jsontestsupport
Represents a Scenario belonging to a Feature from Cucumber.
ScenarioToHTML - Class in org.jenkinsci.plugins.cucumber.jsontestsupport
 
ScenarioToHTML(ScenarioResult) - Constructor for class org.jenkinsci.plugins.cucumber.jsontestsupport.ScenarioToHTML
 
setIgnoreBadSteps(boolean) - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResultArchiver
 
setOwner(AbstractBuild<?, ?>) - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.FeatureResult
 
setOwner(AbstractBuild<?, ?>) - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.ScenarioResult
 
setOwner(AbstractBuild<?, ?>) - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.TagResult
 
setParent(CucumberTestResult) - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.FeatureResult
 
setParent(FeatureResult) - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.ScenarioResult
 
setParent(ScenarioResult) - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.StepResult
 
setParent(CucumberTestResult) - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.TagResult
 
setResult(CucumberTestResult, BuildListener) - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResultAction
Overwrites the CucumberTestResult by a new data set.
SKIPPED_TEST_STRING - Static variable in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberUtils
 
StepResult - Class in org.jenkinsci.plugins.cucumber.jsontestsupport
Represents a Step belonging to a Scenario from Cucumber.

T

TagResult - Class in org.jenkinsci.plugins.cucumber.jsontestsupport
A TagResult is a pseudo result to link scenarios with the same tag.
tally() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.BackgroundResult
 
tally() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResult
 
tally() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.FeatureResult
 
tally() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.ScenarioResult
 
tally() - Method in class org.jenkinsci.plugins.cucumber.jsontestsupport.TagResult
 

U

UNDEFINED_TEST_STRING - Static variable in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberUtils
 
UNTAGGED_TEST_TAG - Static variable in class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResult
 
A B C D E F G H I N O P S T U 

Copyright © 2013-2015. All Rights Reserved.