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

A

addClassList(List<ClassResult>) - Method in class hudson.plugins.testng.results.TestResult
Adds only the classes that already aren't part of the list
addConfigurationMethod(MethodResult) - Method in class hudson.plugins.testng.results.GroupedTestRun
 
addTestMethod(MethodResult) - Method in class hudson.plugins.testng.results.ClassResult
 
addTestMethod(MethodResult) - Method in class hudson.plugins.testng.results.GroupedTestRun
 
addTestMethods(List<MethodResult>) - Method in class hudson.plugins.testng.results.ClassResult
 
addUniqueTests(List<TestResult>) - Method in class hudson.plugins.testng.results.TestResults
Adds only the s that already aren't part of the list

B

BaseResult - Class in hudson.plugins.testng.results
 
BaseResult(String) - Constructor for class hudson.plugins.testng.results.BaseResult
 
BuildIndividualReport - Class in hudson.plugins.testng
Deprecated. since v0.22
BuildIndividualReport(AbstractBuild<?, ?>, TestResults) - Constructor for class hudson.plugins.testng.BuildIndividualReport
Deprecated.  

C

ClassResult - Class in hudson.plugins.testng.results
 
ClassResult(String) - Constructor for class hudson.plugins.testng.results.ClassResult
 
createChart(StaplerRequest, CategoryDataset) - Static method in class hudson.plugins.testng.util.GraphHelper
 
createMethodChart(StaplerRequest, CategoryDataset, Map<ChartUtil.NumberOnlyBuildLabel, String>, String) - Static method in class hudson.plugins.testng.util.GraphHelper
Creates the graph displayed on Method results page to compare execution duration and status of a test method across builds.

D

DATE_FORMAT - Static variable in class hudson.plugins.testng.parser.ResultsParser
 
DESCRIPTOR - Static variable in class hudson.plugins.testng.Publisher
 
DISPLAY_NAME - Static variable in class hudson.plugins.testng.PluginImpl
 
doGraph(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.testng.results.MethodResult
Creates test method execution history graph
doGraph(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.testng.TestNGProjectAction
Generates the graph that shows test pass/fail ratio
doGraphMap(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.testng.results.MethodResult
Creates map to make the graph clickable
doGraphMap(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.testng.TestNGProjectAction
 

E

equals(Object) - Method in class hudson.plugins.testng.results.TestResults
 
escapeExceptionMsg - Variable in class hudson.plugins.testng.Publisher
 
escapeString(String) - Static method in class hudson.plugins.testng.util.FormatUtil
Replaces newline characters in string with <br/> to retain the newlines when the string is displayed in HTML It also replaces < , > , & and " characters with their corresponding html code ref : http://www.theukwebdesigncompany.com/articles/entity-escape-characters.php
escapeTestDescp - Variable in class hudson.plugins.testng.Publisher
 

F

formatLong(long) - Static method in class hudson.plugins.testng.util.FormatUtil
Formats a long value and prepends it with a - or + This functions is used for showing the diff values for test runs
formatStackTraceForHTML(String) - Static method in class hudson.plugins.testng.util.FormatUtil
Formats the stack trace for easier readability
formatTimeInMilliSeconds(long) - Static method in class hudson.plugins.testng.util.FormatUtil
Formats the time into mill
FormatUtil - Class in hudson.plugins.testng.util
These methods are used to format strings in jelly files
FormatUtil() - Constructor for class hudson.plugins.testng.util.FormatUtil
 
fullName - Variable in class hudson.plugins.testng.results.BaseResult
Deprecated. since v0.21 keeping fullName here just to avoid errors when jenkins deserializes result objects from XML

G

getAge() - Method in class hudson.plugins.testng.results.ClassResult
 
getAge() - Method in class hudson.plugins.testng.results.PackageResult
Gets the age of a result
getAllSortedTestMethodsByStartTime() - Method in class hudson.plugins.testng.results.PackageResult
Gets table row representation for all the method results associated with this package (sorted based on start time)
getApi() - Method in class hudson.plugins.testng.results.BaseResult
 
getApi() - Method in class hudson.plugins.testng.TestNGBuildAction
 
getBuild() - Method in class hudson.plugins.testng.TestNGBuildAction
Getter for property 'build'.
getBuildActionClass() - Method in class hudson.plugins.testng.TestNGProjectAction
 
getClassList() - Method in class hudson.plugins.testng.results.PackageResult
 
getClassList() - Method in class hudson.plugins.testng.results.TestResult
 
getClassName() - Method in class hudson.plugins.testng.results.MethodResult
Added only to expose class name as part of method result via .../api/xxx
getConfigurationMethods() - Method in class hudson.plugins.testng.results.ClassResult
 
getConfigurationMethods() - Method in class hudson.plugins.testng.results.GroupedTestRun
 
getCssClass() - Method in class hudson.plugins.testng.results.MethodResult
 
getDescription() - Method in class hudson.plugins.testng.results.MethodResult
 
getDescriptor() - Method in class hudson.plugins.testng.Publisher
getDisplayDescription() - Method in class hudson.plugins.testng.results.MethodResult
Used on jelly page to display the proper (un)escaped version of description
getDisplayDuration() - Method in class hudson.plugins.testng.results.MethodResult
Used on jelly page to display duration in human readable form
getDisplayExceptionMessage() - Method in class hudson.plugins.testng.results.MethodResult
Used on jelly page to display the proper (un)escaped version of excp msg
getDisplayGroups() - Method in class hudson.plugins.testng.results.MethodResult
Used on jelly page to display comma separate list of groups
getDisplayName() - Method in class hudson.plugins.testng.Publisher.DescriptorImpl
getDisplayName() - Method in class hudson.plugins.testng.results.BaseResult
 
getDisplayName() - Method in class hudson.plugins.testng.TestNGBuildAction
getDisplayName() - Method in class hudson.plugins.testng.TestNGProjectAction
getDuration() - Method in class hudson.plugins.testng.results.ClassResult
 
getDuration() - Method in class hudson.plugins.testng.results.MethodResult
 
getDuration() - Method in class hudson.plugins.testng.results.PackageResult
 
getDuration() - Method in class hudson.plugins.testng.results.TestResults
 
getDynamic(String, StaplerRequest, StaplerResponse) - Method in class hudson.plugins.testng.results.ClassResult
 
getDynamic(String, StaplerRequest, StaplerResponse) - Method in class hudson.plugins.testng.results.PackageResult
 
getDynamic(String, StaplerRequest, StaplerResponse) - Method in class hudson.plugins.testng.results.TestResults
 
getDynamic(String, StaplerRequest, StaplerResponse) - Method in class hudson.plugins.testng.TestNGBuildAction
 
getEscapeExceptionMsg() - Method in class hudson.plugins.testng.TestNGProjectAction
 
getEscapeTestDescp() - Method in class hudson.plugins.testng.TestNGProjectAction
 
getException() - Method in class hudson.plugins.testng.results.MethodResult
 
getExceptionName() - Method in class hudson.plugins.testng.results.MethodResultException
 
getExceptionString() - Method in class hudson.plugins.testng.results.MethodResult
Added only to expose possible exception via .../api/xxx
getFail() - Method in class hudson.plugins.testng.results.ClassResult
 
getFail() - Method in class hudson.plugins.testng.results.PackageResult
 
getFailedConfigCount() - Method in class hudson.plugins.testng.results.TestResults
 
getFailedConfigs() - Method in class hudson.plugins.testng.results.TestResults
 
getFailedTestCount() - Method in class hudson.plugins.testng.results.TestResults
 
getFailedTestCount() - Method in class hudson.plugins.testng.TestNGBuildAction
 
getFailedTests() - Method in class hudson.plugins.testng.results.TestResults
 
getFailedTestsDiffCount() - Method in class hudson.plugins.testng.results.ClassResult
 
getFailedTestsDiffCount() - Method in class hudson.plugins.testng.results.PackageResult
 
getFirstXSortedTestMethodsByStartTime() - Method in class hudson.plugins.testng.results.PackageResult
Gets table row representation for the first PackageResult.MAX_EXEC_MTHD_LIST_SIZE method results associated with this package (sorted based on start time)
getFullUrl() - Method in class hudson.plugins.testng.results.MethodResult
 
getGraphHeight() - Method in class hudson.plugins.testng.TestNGProjectAction
Getter for property 'graphHeight'.
getGraphName() - Method in class hudson.plugins.testng.TestNGProjectAction
Getter for property 'graphName'.
getGraphWidth() - Method in class hudson.plugins.testng.TestNGProjectAction
Getter for property 'graphWidth'.
getGroups() - Method in class hudson.plugins.testng.results.MethodResult
 
getIconFileName() - Method in class hudson.plugins.testng.TestNGBuildAction
getIconFileName() - Method in class hudson.plugins.testng.TestNGProjectAction
getLastCompletedBuildAction() - Method in class hudson.plugins.testng.TestNGProjectAction
 
getMessage() - Method in class hudson.plugins.testng.results.MethodResultException
 
getName() - Method in class hudson.plugins.testng.results.BaseResult
 
getOwner() - Method in class hudson.plugins.testng.results.BaseResult
 
getPackageList() - Method in class hudson.plugins.testng.results.TestResults
 
getPackageMap() - Method in class hudson.plugins.testng.results.TestResults
 
getPackageNames() - Method in class hudson.plugins.testng.results.TestResults
 
getParameters() - Method in class hudson.plugins.testng.results.MethodResult
 
getParent() - Method in class hudson.plugins.testng.results.BaseResult
 
getParentSuiteName() - Method in class hudson.plugins.testng.results.MethodResult
 
getParentTestName() - Method in class hudson.plugins.testng.results.MethodResult
 
getPassedTestCount() - Method in class hudson.plugins.testng.results.TestResults
 
getPassedTestCount() - Method in class hudson.plugins.testng.TestNGBuildAction
 
getPassedTests() - Method in class hudson.plugins.testng.results.TestResults
 
getPreviousBuildTestResults(AbstractBuild<?, ?>) - Static method in class hudson.plugins.testng.util.TestResultHistoryUtil
Gets the latest build before this one and return's it's test result.
getProject() - Method in class hudson.plugins.testng.TestNGProjectAction
Getter for property 'project'.
getProjectActions(AbstractProject<?, ?>) - Method in class hudson.plugins.testng.Publisher
getRequiredMonitorService() - Method in class hudson.plugins.testng.Publisher
 
getResults() - Method in class hudson.plugins.testng.TestNGBuildAction
 
getSearchUrl() - Method in class hudson.plugins.testng.TestNGProjectAction
getSkip() - Method in class hudson.plugins.testng.results.ClassResult
 
getSkip() - Method in class hudson.plugins.testng.results.PackageResult
 
getSkippedConfigCount() - Method in class hudson.plugins.testng.results.TestResults
 
getSkippedConfigs() - Method in class hudson.plugins.testng.results.TestResults
 
getSkippedTestCount() - Method in class hudson.plugins.testng.results.TestResults
 
getSkippedTestCount() - Method in class hudson.plugins.testng.TestNGBuildAction
 
getSkippedTests() - Method in class hudson.plugins.testng.results.TestResults
 
getSkippedTestsDiffCount() - Method in class hudson.plugins.testng.results.ClassResult
 
getSkippedTestsDiffCount() - Method in class hudson.plugins.testng.results.PackageResult
 
getSortedTestMethodsByStartTime() - Method in class hudson.plugins.testng.results.PackageResult
Gets all the method results related to this package sorted by the time the methods were executed
getStackTrace() - Method in class hudson.plugins.testng.results.MethodResultException
 
getStartedAt() - Method in class hudson.plugins.testng.results.MethodResult
 
getStatus() - Method in class hudson.plugins.testng.results.MethodResult
 
getSuiteName() - Method in class hudson.plugins.testng.results.GroupedTestRun
 
getSummary() - Method in class hudson.plugins.testng.TestNGBuildAction
The summary of this build report for display on the build index page.
getTestInstanceName() - Method in class hudson.plugins.testng.results.MethodResult
 
getTestList() - Method in class hudson.plugins.testng.results.TestResults
 
getTestMethodList() - Method in class hudson.plugins.testng.results.ClassResult
 
getTestMethods() - Method in class hudson.plugins.testng.results.ClassResult
 
getTestMethods() - Method in class hudson.plugins.testng.results.GroupedTestRun
 
getTestName() - Method in class hudson.plugins.testng.results.GroupedTestRun
 
getTestRunId() - Method in class hudson.plugins.testng.results.GroupedTestRun
 
getTestRunId() - Method in class hudson.plugins.testng.results.MethodResult
 
getTestRunMap() - Method in class hudson.plugins.testng.results.ClassResult
Called only from jelly file
getTestUuid() - Method in class hudson.plugins.testng.results.MethodResult
 
getTotal() - Method in class hudson.plugins.testng.results.ClassResult
 
getTotal() - Method in class hudson.plugins.testng.results.PackageResult
 
getTotalTestCount() - Method in class hudson.plugins.testng.results.TestResults
 
getTotalTestsDiffCount() - Method in class hudson.plugins.testng.results.ClassResult
 
getTotalTestsDiffCount() - Method in class hudson.plugins.testng.results.PackageResult
 
getUrl() - Method in class hudson.plugins.testng.results.BaseResult
 
getUrl() - Method in class hudson.plugins.testng.results.MethodResult
 
getUrlName() - Method in class hudson.plugins.testng.TestNGBuildAction
getUrlName() - Method in class hudson.plugins.testng.TestNGProjectAction
GRAPH_NAME - Static variable in class hudson.plugins.testng.PluginImpl
 
GraphHelper - Class in hudson.plugins.testng.util
Helper class for trend graph generation
GroupedTestRun - Class in hudson.plugins.testng.results
Class used for rendering Class Results
GroupedTestRun(String, String, String) - Constructor for class hudson.plugins.testng.results.GroupedTestRun
 

H

hashCode() - Method in class hudson.plugins.testng.results.TestResults
 
hudson.plugins.testng - package hudson.plugins.testng
 
hudson.plugins.testng.parser - package hudson.plugins.testng.parser
 
hudson.plugins.testng.results - package hudson.plugins.testng.results
 
hudson.plugins.testng.util - package hudson.plugins.testng.util
 

I

ICON_FILE_NAME - Static variable in class hudson.plugins.testng.PluginImpl
 
isApplicable(Class<? extends AbstractProject>) - Method in class hudson.plugins.testng.Publisher.DescriptorImpl
 
isConfig() - Method in class hudson.plugins.testng.results.MethodResult
 
isFloatingBoxActive() - Method in class hudson.plugins.testng.TestNGBuildAction
Override to control when the floating box should be displayed.
isGraphActive() - Method in class hudson.plugins.testng.TestNGBuildAction
Override to control when the action displays a trend graph.
isGraphActive() - Method in class hudson.plugins.testng.TestNGProjectAction
Returns true if there is a graph to plot.

M

MAX_EXEC_MTHD_LIST_SIZE - Variable in class hudson.plugins.testng.results.PackageResult
 
MethodResult - Class in hudson.plugins.testng.results
 
MethodResult(String, String, String, String, Date, String, String, String, String, String) - Constructor for class hudson.plugins.testng.results.MethodResult
 
MethodResultException - Class in hudson.plugins.testng.results
 
MethodResultException(String, String, String) - Constructor for class hudson.plugins.testng.results.MethodResultException
 

N

name - Variable in class hudson.plugins.testng.results.BaseResult
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.testng.Publisher.DescriptorImpl
 

O

owner - Variable in class hudson.plugins.testng.results.BaseResult
 

P

PackageResult - Class in hudson.plugins.testng.results
 
PackageResult(String) - Constructor for class hudson.plugins.testng.results.PackageResult
 
parent - Variable in class hudson.plugins.testng.results.BaseResult
 
parse(FilePath[]) - Method in class hudson.plugins.testng.parser.ResultsParser
Parses the XML for relevant information
PARSER_FACTORY - Static variable in class hudson.plugins.testng.parser.ResultsParser
 
perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class hudson.plugins.testng.Publisher
PluginImpl - Class in hudson.plugins.testng
Entry point of TestNG Results plugin.
PluginImpl() - Constructor for class hudson.plugins.testng.PluginImpl
 
populateDataSetBuilder(DataSetBuilder<String, ChartUtil.NumberOnlyBuildLabel>) - Method in class hudson.plugins.testng.TestNGProjectAction
 
prebuild(AbstractBuild<?, ?>, BuildListener) - Method in class hudson.plugins.testng.Publisher
Publisher - Class in hudson.plugins.testng
This class defines a @Publisher and @Extension
Publisher(String, boolean, boolean) - Constructor for class hudson.plugins.testng.Publisher
 
Publisher.DescriptorImpl - Class in hudson.plugins.testng
 

R

readResolve() - Method in class hudson.plugins.testng.TestNGBuildAction
NOTE: Executed when build action is read from disk - e.g.
redirectWhenGraphUnsupported(StaplerResponse, StaplerRequest) - Static method in class hudson.plugins.testng.util.GraphHelper
 
reportFilenamePattern - Variable in class hudson.plugins.testng.Publisher
 
ResultsParser - Class in hudson.plugins.testng.parser
Parses testng result XMLs generated using org.testng.reporters.XmlReporter into objects that are then used to display results in Jenkins.
ResultsParser() - Constructor for class hudson.plugins.testng.parser.ResultsParser
 
ResultsParser(PrintStream) - Constructor for class hudson.plugins.testng.parser.ResultsParser
 

S

setException(MethodResultException) - Method in class hudson.plugins.testng.results.MethodResult
 
setGroups(List<String>) - Method in class hudson.plugins.testng.results.MethodResult
 
setOwner(AbstractBuild<?, ?>) - Method in class hudson.plugins.testng.results.BaseResult
 
setOwner(AbstractBuild<?, ?>) - Method in class hudson.plugins.testng.results.ClassResult
 
setOwner(AbstractBuild<?, ?>) - Method in class hudson.plugins.testng.results.PackageResult
 
setOwner(AbstractBuild<?, ?>) - Method in class hudson.plugins.testng.results.TestResults
 
setParameters(List<String>) - Method in class hudson.plugins.testng.results.MethodResult
 
setParent(BaseResult) - Method in class hudson.plugins.testng.results.BaseResult
 
setTestUuid(String) - Method in class hudson.plugins.testng.results.MethodResult
 
sortTestMethods() - Method in class hudson.plugins.testng.results.PackageResult
Sorts the test method results associated with this package based on the start time for method execution

T

tally() - Method in class hudson.plugins.testng.results.ClassResult
 
tally() - Method in class hudson.plugins.testng.results.PackageResult
 
tally() - Method in class hudson.plugins.testng.results.TestResults
Updates the calculated fields
TestNGBuildAction - Class in hudson.plugins.testng
 
TestNGBuildAction(AbstractBuild<?, ?>, TestResults) - Constructor for class hudson.plugins.testng.TestNGBuildAction
 
TestNGProjectAction - Class in hudson.plugins.testng
Action to associate the TestNG reports with the project
TestNGProjectAction(AbstractProject<?, ?>, boolean, boolean) - Constructor for class hudson.plugins.testng.TestNGProjectAction
 
TestResult - Class in hudson.plugins.testng.results
Represents a single TestNG XML tag
TestResult(String) - Constructor for class hudson.plugins.testng.results.TestResult
 
TestResultHistoryUtil - Class in hudson.plugins.testng.util
 
TestResultHistoryUtil() - Constructor for class hudson.plugins.testng.util.TestResultHistoryUtil
 
TestResults - Class in hudson.plugins.testng.results
Represents all the results gathered for a single build (or a single suite, while parsing the test results)
TestResults(String) - Constructor for class hudson.plugins.testng.results.TestResults
 
toString() - Method in class hudson.plugins.testng.results.MethodResultException
 
toString() - Method in class hudson.plugins.testng.results.TestResults
 
toSummary(TestNGBuildAction) - Static method in class hudson.plugins.testng.util.TestResultHistoryUtil
Summarizes the delta in tests and also displays a list of failed/skipped tests and configuration methods.

U

URL - Static variable in class hudson.plugins.testng.PluginImpl
 

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

Copyright © 2004-2012. All Rights Reserved.