Index
All Classes and Interfaces|All Packages|Serialized Form
A
- ActionableFlakyTestObject - Interface in com.google.jenkins.flakyTestHandler.junit
- add(FlakyCaseResult) - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyClassResult
- aggregateOneBuild(Run<?, ?>) - Method in class com.google.jenkins.flakyTestHandler.plugin.HistoryAggregatedFlakyTestResultAction
-
Aggregate flaky runs one previous build and put results into a map between test name and its map between scm revisions and aggregated flaky stats for that revision
- annotate(String) - Method in class com.google.jenkins.flakyTestHandler.plugin.JUnitFlakyTestDataAction
-
Returns text with annotations.
B
- byPackage(String) - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyTestResult
C
- call() - Method in class com.google.jenkins.flakyTestHandler.plugin.FlakyTestResultCollector
- com.google.jenkins.flakyTestHandler.junit - package com.google.jenkins.flakyTestHandler.junit
- com.google.jenkins.flakyTestHandler.plugin - package com.google.jenkins.flakyTestHandler.plugin
- com.google.jenkins.flakyTestHandler.plugin.deflake - package com.google.jenkins.flakyTestHandler.plugin.deflake
- compareTo(FlakyCaseResult) - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult
- compareTo(FlakyClassResult) - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyClassResult
- compareTo(FlakyPackageResult) - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyPackageResult
- compareTo(TestFlakyStatsOverRevision.RevisionLabel) - Method in class com.google.jenkins.flakyTestHandler.plugin.TestFlakyStatsOverRevision.RevisionLabel
- contributeTestData(Run<?, ?>, FilePath, Launcher, TaskListener, TestResult) - Method in class com.google.jenkins.flakyTestHandler.plugin.JUnitFlakyTestDataPublisher
D
- DeflakeAction - Class in com.google.jenkins.flakyTestHandler.plugin.deflake
-
Deflake action used to configure and trigger deflake build
- DeflakeAction(Map<String, Set<String>>) - Constructor for class com.google.jenkins.flakyTestHandler.plugin.deflake.DeflakeAction
- DeflakeCause - Class in com.google.jenkins.flakyTestHandler.plugin.deflake
-
Represents the cause of a deflake build.
- DeflakeCause(Run<?, ?>) - Constructor for class com.google.jenkins.flakyTestHandler.plugin.deflake.DeflakeCause
-
DeflakeCause constructor.
- DeflakeGitBuildChooser - Class in com.google.jenkins.flakyTestHandler.plugin.deflake
-
For a failing build, restore the source code status to the one it failed on and then re-run failing tests.
- DeflakeGitBuildChooser() - Constructor for class com.google.jenkins.flakyTestHandler.plugin.deflake.DeflakeGitBuildChooser
- DeflakeGitBuildChooser.DescriptorImpl - Class in com.google.jenkins.flakyTestHandler.plugin.deflake
- DeflakeListener - Class in com.google.jenkins.flakyTestHandler.plugin.deflake
-
Listener to add deflake action when there are failing tests
- DeflakeListener() - Constructor for class com.google.jenkins.flakyTestHandler.plugin.deflake.DeflakeListener
- DescriptorImpl() - Constructor for class com.google.jenkins.flakyTestHandler.plugin.deflake.DeflakeGitBuildChooser.DescriptorImpl
- DescriptorImpl() - Constructor for class com.google.jenkins.flakyTestHandler.plugin.JUnitFlakyResultArchiver.DescriptorImpl
- DescriptorImpl() - Constructor for class com.google.jenkins.flakyTestHandler.plugin.JUnitFlakyTestDataPublisher.DescriptorImpl
- doIndex(StaplerRequest, StaplerResponse) - Method in class com.google.jenkins.flakyTestHandler.plugin.deflake.DeflakeAction
-
Handles the rebuild request and redirects to deflake config page
- doShowAll(StaplerRequest, StaplerResponse) - Method in class com.google.jenkins.flakyTestHandler.plugin.HistoryAggregatedFlakyTestResultAction
- doSubmitDeflakeRequest(StaplerRequest, StaplerResponse) - Method in class com.google.jenkins.flakyTestHandler.plugin.deflake.DeflakeAction
-
Get parameters from submitted form and submit deflake request
E
- equals(Object) - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult
- equals(Object) - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyClassResult
- equals(Object) - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyPackageResult
- equals(Object) - Method in class com.google.jenkins.flakyTestHandler.plugin.TestFlakyStatsOverRevision.RevisionLabel
F
- FAILED - Enum constant in enum com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult.Status
-
This test failed, just like its previous run.
- findCorrespondingResult(String) - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult
-
Case results have no children
- findCorrespondingResult(String) - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyClassResult
- findCorrespondingResult(String) - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyPackageResult
- findCorrespondingResult(String) - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyTestResult
- FIXED - Enum constant in enum com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult.Status
-
This test has been failing, but now it runs OK.
- FlakyCaseResult - Class in com.google.jenkins.flakyTestHandler.junit
-
One test result augmented with flaky information.
- FlakyCaseResult(FlakySuiteResult, String, String) - Constructor for class com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult
-
Used to create a fake failure, when Hudson fails to load data from XML files.
- FlakyCaseResult.FlakyRunInformation - Class in com.google.jenkins.flakyTestHandler.junit
- FlakyCaseResult.Status - Enum in com.google.jenkins.flakyTestHandler.junit
-
Constants that represent the status of this test.
- FlakyClassResult - Class in com.google.jenkins.flakyTestHandler.junit
-
Cumulative test result of a test class augmented with flaky information.
- FlakyPackageResult - Class in com.google.jenkins.flakyTestHandler.junit
-
Cumulative test result for a package augmented with flaky information.
- FlakyRunInformation(String, String, String, String) - Constructor for class com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult.FlakyRunInformation
- FlakyRunStats() - Constructor for class com.google.jenkins.flakyTestHandler.plugin.FlakyTestResultAction.FlakyRunStats
- FlakyRunStats(Map<String, HistoryAggregatedFlakyTestResultAction.SingleTestFlakyStatsWithRevision>) - Constructor for class com.google.jenkins.flakyTestHandler.plugin.FlakyTestResultAction.FlakyRunStats
- flakyStatsRevisionMap - Variable in class com.google.jenkins.flakyTestHandler.plugin.TestFlakyStatsOverRevision
- FlakySuiteResult - Class in com.google.jenkins.flakyTestHandler.junit
-
Result of one test suite augmented with flaky information.
- FlakySuiteResult.SuiteResultParserConfigurationContext - Class in com.google.jenkins.flakyTestHandler.junit
-
Passed to
ParserConfigurator
. - FlakyTestResult - Class in com.google.jenkins.flakyTestHandler.junit
-
Root of all the test results for one build, including flaky runs information.
- FlakyTestResult() - Constructor for class com.google.jenkins.flakyTestHandler.junit.FlakyTestResult
- FlakyTestResult(TestResult) - Constructor for class com.google.jenkins.flakyTestHandler.junit.FlakyTestResult
-
Construct
FlakyTestResult()
fromTestResult
- FlakyTestResultAction - Class in com.google.jenkins.flakyTestHandler.plugin
-
Action for each test run, to record flaky stats for all the tests
- FlakyTestResultAction(AbstractBuild, Launcher, TaskListener) - Constructor for class com.google.jenkins.flakyTestHandler.plugin.FlakyTestResultAction
-
Construct a FlakyTestResultAction object with Run and BuildListener
- FlakyTestResultAction.FlakyRunStats - Class in com.google.jenkins.flakyTestHandler.plugin
-
Class to hold all the passing/failing/flaky tests for one run
- FlakyTestResultCollector - Class in com.google.jenkins.flakyTestHandler.plugin
- FlakyTestResultCollector(TestResult) - Constructor for class com.google.jenkins.flakyTestHandler.plugin.FlakyTestResultCollector
- freeze(FlakySuiteResult) - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult
- freeze(AbstractTestResultAction, Run) - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyTestResult
-
Builds up the transient part of the data structure from results
parsed
so far.
G
- getAggregatedFlakyStats() - Method in class com.google.jenkins.flakyTestHandler.plugin.HistoryAggregatedFlakyTestResultAction
- getAggregatedTestFlakyStatsWithRevision() - Method in class com.google.jenkins.flakyTestHandler.plugin.HistoryAggregatedFlakyTestResultAction
- getAllTests() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyTestResult
- getBigImagePath(int) - Static method in class com.google.jenkins.flakyTestHandler.plugin.JUnitFlakyTestDataAction
- getCandidateRevisions(boolean, String, GitClient, TaskListener, BuildData, BuildChooserContext) - Method in class com.google.jenkins.flakyTestHandler.plugin.deflake.DeflakeGitBuildChooser
-
Get failing build revision if this is a deflake build, otherwise use the default build chooser
- getCase(String) - Method in class com.google.jenkins.flakyTestHandler.junit.FlakySuiteResult
-
Returns the
CaseResult
whoseCaseResult.getName()
is the same as the given string. - getCaseResult(String) - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyClassResult
- getCases() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakySuiteResult
- getChildren() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyClassResult
- getChildren() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyPackageResult
- getChildren() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyTestResult
- getChildTitle() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyClassResult
- getChildTitle() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyPackageResult
- getChildTitle() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyTestResult
- getClassName() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult
-
Gets the class name of a test class.
- getClassName() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyClassResult
- getClassNames() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakySuiteResult
- getClassResult(String) - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyPackageResult
- getContainsFlakyRuns() - Method in class com.google.jenkins.flakyTestHandler.plugin.JUnitFlakyTestDataAction
- getCssClass() - Method in enum com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult.Status
- getDescriptor() - Method in class com.google.jenkins.flakyTestHandler.plugin.JUnitFlakyTestDataPublisher
- getDisplayName() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult
- getDisplayName() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyClassResult
- getDisplayName() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyPackageResult
- getDisplayName() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyTestResult
- getDisplayName() - Method in class com.google.jenkins.flakyTestHandler.plugin.deflake.DeflakeAction
- getDisplayName() - Method in class com.google.jenkins.flakyTestHandler.plugin.deflake.DeflakeGitBuildChooser.DescriptorImpl
- getDisplayName() - Method in class com.google.jenkins.flakyTestHandler.plugin.FlakyTestResultAction
- getDisplayName() - Method in class com.google.jenkins.flakyTestHandler.plugin.HistoryAggregatedFlakyTestResultAction
- getDisplayName() - Method in class com.google.jenkins.flakyTestHandler.plugin.JUnitFlakyAggregatedTestDataAction
- getDisplayName() - Method in class com.google.jenkins.flakyTestHandler.plugin.JUnitFlakyResultArchiver.DescriptorImpl
- getDisplayName() - Method in class com.google.jenkins.flakyTestHandler.plugin.JUnitFlakyTestDataAction
- getDisplayName() - Method in class com.google.jenkins.flakyTestHandler.plugin.JUnitFlakyTestDataPublisher.DescriptorImpl
- getDisplayName() - Method in class com.google.jenkins.flakyTestHandler.plugin.TestFlakyStatsOverRevision
- getDuration() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult
-
Gets the duration of the test, in seconds
- getDuration() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyClassResult
- getDuration() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyPackageResult
- getDuration() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakySuiteResult
- getDuration() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyTestResult
- getDynamic(String, StaplerRequest, StaplerResponse) - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyClassResult
- getDynamic(String, StaplerRequest, StaplerResponse) - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyPackageResult
- getDynamic(String, StaplerRequest, StaplerResponse) - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyTestResult
- getErrorDetails() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult
-
If there was an error or a failure, this is the text from the message.
- getErrorDetails() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyTestResult
-
If there was an error or a failure, this is the text from the message.
- getErrorStackTrace() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult
-
If there was an error or a failure, this is the stack trace, or otherwise null.
- getErrorStackTrace() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyTestResult
-
If there was an error or a failure, this is the stack trace, or otherwise null.
- getFail() - Method in class com.google.jenkins.flakyTestHandler.plugin.HistoryAggregatedFlakyTestResultAction.SingleTestFlakyStats
- getFailCount() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult
- getFailCount() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyClassResult
- getFailCount() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyPackageResult
- getFailCount() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyTestResult
- getFailed() - Method in class com.google.jenkins.flakyTestHandler.plugin.JUnitFlakyAggregatedTestDataAction
- getFailedTests() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult
-
Gets the "children" of this test result that failed
- getFailedTests() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyPackageResult
-
Returns a list of the failed cases, in no particular sort order
- getFailedTests() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyTestResult
- getFile() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakySuiteResult
- getFilteredAggregatedFlakyStats() - Method in class com.google.jenkins.flakyTestHandler.plugin.HistoryAggregatedFlakyTestResultAction
-
Get filtered tests to display on the project page.
- getFlake() - Method in class com.google.jenkins.flakyTestHandler.plugin.HistoryAggregatedFlakyTestResultAction.SingleTestFlakyStats
- getFlakeCount() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyClassResult
- getFlakeCount() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyPackageResult
- getFlaked() - Method in class com.google.jenkins.flakyTestHandler.plugin.JUnitFlakyAggregatedTestDataAction
- getFlakyErrorDetails() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult.FlakyRunInformation
- getFlakyErrorStackTrace() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult.FlakyRunInformation
- getFlakyRuns() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult
- getFlakyRuns() - Method in class com.google.jenkins.flakyTestHandler.plugin.JUnitFlakyTestDataAction
- getFlakyRunStats() - Method in class com.google.jenkins.flakyTestHandler.plugin.FlakyTestResultAction
- getFlakyStatsMap(String) - Method in class com.google.jenkins.flakyTestHandler.plugin.TestFlakyStatsOverRevision
- getFlakyStdErr() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult.FlakyRunInformation
- getFlakyStdOut() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult.FlakyRunInformation
- getFlakyTests() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyPackageResult
-
Gets the "children" of this test result that were flaky
- getFlakyTests() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyTestResult
- getFullDisplayName() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult
- getFullDisplayName() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyClassResult
- getFullName() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult
- getFullName() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyClassResult
- getIconFileName() - Method in class com.google.jenkins.flakyTestHandler.plugin.deflake.DeflakeAction
- getIconFileName() - Method in class com.google.jenkins.flakyTestHandler.plugin.FlakyTestResultAction
- getIconFileName() - Method in class com.google.jenkins.flakyTestHandler.plugin.HistoryAggregatedFlakyTestResultAction
- getIconFileName() - Method in class com.google.jenkins.flakyTestHandler.plugin.JUnitFlakyAggregatedTestDataAction
- getIconFileName() - Method in class com.google.jenkins.flakyTestHandler.plugin.JUnitFlakyTestDataAction
- getIconFileName() - Method in class com.google.jenkins.flakyTestHandler.plugin.TestFlakyStatsOverRevision
- getId() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakySuiteResult
- getImagePath() - Method in class com.google.jenkins.flakyTestHandler.plugin.JUnitFlakyAggregatedTestDataAction
-
Get the path of the image to display for the test class
- getIsFailed() - Method in class com.google.jenkins.flakyTestHandler.plugin.JUnitFlakyTestDataAction
- getIsFlaked() - Method in class com.google.jenkins.flakyTestHandler.plugin.JUnitFlakyTestDataAction
- getIsPassed() - Method in class com.google.jenkins.flakyTestHandler.plugin.JUnitFlakyTestDataAction
- getMessage() - Method in enum com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult.Status
- getName() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult
-
Gets the name of the test, which is returned from
TestCase.getName()
- getName() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyClassResult
- getName() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyPackageResult
- getName() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakySuiteResult
- getName() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyTestResult
- getOnlyShowFlakyTests() - Method in class com.google.jenkins.flakyTestHandler.plugin.HistoryAggregatedFlakyTestResultAction
- getOwner() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult
- getOwner() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyClassResult
- getOwner() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyPackageResult
- getPackageName() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult
-
Gets the package name of a test case
- getParent() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult
- getParent() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyClassResult
- getParent() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyPackageResult
- getParent() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakySuiteResult
- getParent() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyTestResult
- getParentAction() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyTestResult
- getPass() - Method in class com.google.jenkins.flakyTestHandler.plugin.HistoryAggregatedFlakyTestResultAction.SingleTestFlakyStats
- getPassCount() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult
- getPassCount() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyClassResult
- getPassCount() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyPackageResult
- getPassCount() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyTestResult
- getPassed() - Method in class com.google.jenkins.flakyTestHandler.plugin.JUnitFlakyAggregatedTestDataAction
- getPassedTests() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult
-
Gets the "children" of this test result that passed
- getPassedTests() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyPackageResult
-
Gets the "children" of this test result that passed without a flake
- getPassedTests() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyTestResult
-
Gets the "children" of this test result that passed
- getPreviousResult() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult
- getPreviousResult() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyClassResult
- getPreviousResult() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakySuiteResult
- getProjectActions(AbstractProject<?, ?>) - Method in class com.google.jenkins.flakyTestHandler.plugin.JUnitFlakyResultArchiver
-
Get the action to display aggregated flaky information for all the tests for the given project
- getRelativePathFrom(TestObject) - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyClassResult
-
Gets the relative path to this test case from the given object.
- getRequiredMonitorService() - Method in class com.google.jenkins.flakyTestHandler.plugin.JUnitFlakyResultArchiver
- getRevision() - Method in class com.google.jenkins.flakyTestHandler.plugin.HistoryAggregatedFlakyTestResultAction.SingleTestFlakyStatsWithRevision
- getRun() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyTestResult
- getSafeName() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult
-
Gets the version of
FlakyCaseResult.getName()
that's URL-safe. - getSafeName() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyClassResult
- getSafeName() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyPackageResult
- getSafeTestName(String) - Static method in class com.google.jenkins.flakyTestHandler.plugin.TestFlakyStatsOverRevision
-
Get the name of a test that's URL-safe.
- getShortDescription() - Method in class com.google.jenkins.flakyTestHandler.plugin.deflake.DeflakeCause
- getSimpleName() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult
-
Gets the simple (not qualified) class name.
- getSkipCount() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult
- getSkipCount() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyClassResult
- getSkipCount() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyPackageResult
- getSkipCount() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyTestResult
- getSkippedMessage() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult
-
Provides the reason given for the test being being skipped.
- getSkippedTests() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult
-
Gets the "children" of this test result that were skipped
- getSkippedTests() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyPackageResult
-
Gets the "children" of this test result that were skipped
- getSmallImagePath(int) - Static method in class com.google.jenkins.flakyTestHandler.plugin.JUnitFlakyTestDataAction
- getStats() - Method in class com.google.jenkins.flakyTestHandler.plugin.HistoryAggregatedFlakyTestResultAction.SingleTestFlakyStatsWithRevision
- getStatsGraph() - Method in class com.google.jenkins.flakyTestHandler.plugin.TestFlakyStatsOverRevision
- getStatus() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult
- getStderr() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult
-
The stderr of this test.
- getStderr() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakySuiteResult
-
The stderr of this test.
- getStderr() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyTestResult
- getStdout() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult
-
The stdout of this test.
- getStdout() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakySuiteResult
-
The stdout of this test.
- getStdout() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyTestResult
- getSuite(String) - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyTestResult
- getSuiteResult() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult
- getSuites() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyTestResult
- getTestAction() - Method in interface com.google.jenkins.flakyTestHandler.junit.ActionableFlakyTestObject
- getTestAction() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult
- getTestAction() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyClassResult
- getTestAction(TestObject) - Method in class com.google.jenkins.flakyTestHandler.plugin.JUnitFlakyTestData
-
Get action to display rerun information for each test case
- getTestFlakyStatsMap() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyTestResult
-
Get the map between test name and a
HistoryAggregatedFlakyTestResultAction.SingleTestFlakyStatsWithRevision
, which counts all its passing runs and failing runs. - getTestFlakyStatsWithRevisionMap() - Method in class com.google.jenkins.flakyTestHandler.plugin.FlakyTestResultAction.FlakyRunStats
- getTestIdFromTestResults(Collection<? extends TestResult>) - Static method in class com.google.jenkins.flakyTestHandler.plugin.FlakyTestResultAction
-
Get display names for all the test cases
- getTimestamp() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakySuiteResult
- getTitle() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult
-
Gets the human readable title of this result object.
- getTitle() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyClassResult
- getTitle() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyPackageResult
- getTitle() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyTestResult
- getTotalCount() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyPackageResult
- getTotalCount() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyTestResult
- getUrlName() - Method in class com.google.jenkins.flakyTestHandler.plugin.deflake.DeflakeAction
- getUrlName() - Method in class com.google.jenkins.flakyTestHandler.plugin.FlakyTestResultAction
- getUrlName() - Method in class com.google.jenkins.flakyTestHandler.plugin.HistoryAggregatedFlakyTestResultAction
- getUrlName() - Method in class com.google.jenkins.flakyTestHandler.plugin.JUnitFlakyAggregatedTestDataAction
- getUrlName() - Method in class com.google.jenkins.flakyTestHandler.plugin.JUnitFlakyTestDataAction
- getUrlName() - Method in class com.google.jenkins.flakyTestHandler.plugin.TestFlakyStatsOverRevision
H
- hasChildren() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyClassResult
- hasChildren() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyPackageResult
-
Whether this test result has children.
- hasChildren() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyTestResult
-
Whether this test result has children.
- hashCode() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult
- hashCode() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyClassResult
- hashCode() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyPackageResult
- hashCode() - Method in class com.google.jenkins.flakyTestHandler.plugin.TestFlakyStatsOverRevision.RevisionLabel
- HistoryAggregatedFlakyTestResultAction - Class in com.google.jenkins.flakyTestHandler.plugin
-
Action for aggregate and display information for flaky history for all the tests
- HistoryAggregatedFlakyTestResultAction(AbstractProject<?, ?>) - Constructor for class com.google.jenkins.flakyTestHandler.plugin.HistoryAggregatedFlakyTestResultAction
- HistoryAggregatedFlakyTestResultAction.SingleTestFlakyStats - Class in com.google.jenkins.flakyTestHandler.plugin
-
Class for flaky information for one single test
- HistoryAggregatedFlakyTestResultAction.SingleTestFlakyStatsWithRevision - Class in com.google.jenkins.flakyTestHandler.plugin
-
A class which augments
HistoryAggregatedFlakyTestResultAction.SingleTestFlakyStats
with a revision string.
I
- increaseFail() - Method in class com.google.jenkins.flakyTestHandler.plugin.HistoryAggregatedFlakyTestResultAction.SingleTestFlakyStats
- increaseFlake() - Method in class com.google.jenkins.flakyTestHandler.plugin.HistoryAggregatedFlakyTestResultAction.SingleTestFlakyStats
- increasePass() - Method in class com.google.jenkins.flakyTestHandler.plugin.HistoryAggregatedFlakyTestResultAction.SingleTestFlakyStats
- isApplicable(Class<? extends AbstractProject>) - Method in class com.google.jenkins.flakyTestHandler.plugin.JUnitFlakyResultArchiver.DescriptorImpl
- isEmpty() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyTestResult
- isFailed() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult
- isFailed() - Method in class com.google.jenkins.flakyTestHandler.plugin.HistoryAggregatedFlakyTestResultAction.SingleTestFlakyStats
- isFlaked() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult
- isFlaked() - Method in class com.google.jenkins.flakyTestHandler.plugin.FlakyTestResultAction.FlakyRunStats
-
Is current run flaky or not.
- isFlaked() - Method in class com.google.jenkins.flakyTestHandler.plugin.HistoryAggregatedFlakyTestResultAction.SingleTestFlakyStats
- isOK - Variable in enum com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult.Status
- isPassed() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult
- isPassed() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyPackageResult
- isPassed() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyTestResult
- isPassed() - Method in class com.google.jenkins.flakyTestHandler.plugin.HistoryAggregatedFlakyTestResultAction.SingleTestFlakyStats
- isRegression() - Method in enum com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult.Status
- isSkipped() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult
-
Tests whether the test was skipped or not.
- isUnknown() - Method in class com.google.jenkins.flakyTestHandler.plugin.HistoryAggregatedFlakyTestResultAction.SingleTestFlakyStats
J
- JUnitFlakyAggregatedTestDataAction - Class in com.google.jenkins.flakyTestHandler.plugin
-
Action to aggregate flaky information for a single test class
- JUnitFlakyAggregatedTestDataAction(int, int, int) - Constructor for class com.google.jenkins.flakyTestHandler.plugin.JUnitFlakyAggregatedTestDataAction
- JUnitFlakyResultArchiver - Class in com.google.jenkins.flakyTestHandler.plugin
-
Record flaky information to get flaky stats for all the tests
- JUnitFlakyResultArchiver() - Constructor for class com.google.jenkins.flakyTestHandler.plugin.JUnitFlakyResultArchiver
- JUnitFlakyResultArchiver.DescriptorImpl - Class in com.google.jenkins.flakyTestHandler.plugin
- JUnitFlakyTestData - Class in com.google.jenkins.flakyTestHandler.plugin
-
Data object to hold rerun information for all the test cases
- JUnitFlakyTestData(FlakyTestResult) - Constructor for class com.google.jenkins.flakyTestHandler.plugin.JUnitFlakyTestData
- JUnitFlakyTestDataAction - Class in com.google.jenkins.flakyTestHandler.plugin
-
Action to display rerun information (message, stackTrace, stdout/stderr)
- JUnitFlakyTestDataAction(List<FlakyCaseResult.FlakyRunInformation>, boolean) - Constructor for class com.google.jenkins.flakyTestHandler.plugin.JUnitFlakyTestDataAction
- JUnitFlakyTestDataPublisher - Class in com.google.jenkins.flakyTestHandler.plugin
-
Publisher for publishing rerun information
- JUnitFlakyTestDataPublisher() - Constructor for class com.google.jenkins.flakyTestHandler.plugin.JUnitFlakyTestDataPublisher
- JUnitFlakyTestDataPublisher.DescriptorImpl - Class in com.google.jenkins.flakyTestHandler.plugin
L
- logger - Static variable in class com.google.jenkins.flakyTestHandler.plugin.FlakyTestResultAction
M
- merge(HistoryAggregatedFlakyTestResultAction.SingleTestFlakyStats) - Method in class com.google.jenkins.flakyTestHandler.plugin.HistoryAggregatedFlakyTestResultAction.SingleTestFlakyStats
N
- newInstance(StaplerRequest, JSONObject) - Method in class com.google.jenkins.flakyTestHandler.plugin.JUnitFlakyResultArchiver.DescriptorImpl
- number - Variable in class com.google.jenkins.flakyTestHandler.plugin.TestFlakyStatsOverRevision.RevisionLabel
O
- onAttached(Run<?, ?>) - Method in class com.google.jenkins.flakyTestHandler.plugin.FlakyTestResultAction
- onCompleted(Run, TaskListener) - Method in class com.google.jenkins.flakyTestHandler.plugin.deflake.DeflakeListener
- onLoad(Run<?, ?>) - Method in class com.google.jenkins.flakyTestHandler.plugin.FlakyTestResultAction
- onStarted(Run, TaskListener) - Method in class com.google.jenkins.flakyTestHandler.plugin.deflake.DeflakeListener
P
- parentAction - Variable in class com.google.jenkins.flakyTestHandler.plugin.TestFlakyStatsOverRevision
- parse(long, File, String[]) - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyTestResult
-
Collect reports from the given report files, while filtering out all files that were created before the given time.
- parse(long, Iterable<File>) - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyTestResult
-
Collect reports from the given report files
- parse(long, DirectoryScanner) - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyTestResult
-
Collect reports from the given
DirectoryScanner
, while filtering out all files that were created before the given time. - parse(File) - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyTestResult
-
Parses an additional report file.
- PASSED - Enum constant in enum com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult.Status
-
This test runs OK, just like its previous run.
- perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class com.google.jenkins.flakyTestHandler.plugin.JUnitFlakyResultArchiver
-
Perform collecting of flaky stats for the current run
- project - Variable in class com.google.jenkins.flakyTestHandler.plugin.TestFlakyStatsOverRevision
R
- REGRESSION - Enum constant in enum com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult.Status
-
This test has been running OK, but now it failed.
- revision - Variable in class com.google.jenkins.flakyTestHandler.plugin.TestFlakyStatsOverRevision.RevisionLabel
- REVISION_STATS_MAP_TO_AGGREGATED_STATS - Static variable in class com.google.jenkins.flakyTestHandler.plugin.HistoryAggregatedFlakyTestResultAction
-
Function to aggregate flaky stats over revisions
- RevisionLabel(int, String) - Constructor for class com.google.jenkins.flakyTestHandler.plugin.TestFlakyStatsOverRevision.RevisionLabel
S
- setFlakyRunStats(FlakyTestResultAction.FlakyRunStats, TaskListener) - Method in class com.google.jenkins.flakyTestHandler.plugin.FlakyTestResultAction
-
Overwrites the
FlakyTestResultAction.FlakyRunStats
by a new data set. - setParent(TestObject) - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyTestResult
- setParentAction(AbstractTestResultAction) - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyTestResult
- setParentSuiteResult(FlakySuiteResult) - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult
- SingleTestFlakyStats(int, int, int) - Constructor for class com.google.jenkins.flakyTestHandler.plugin.HistoryAggregatedFlakyTestResultAction.SingleTestFlakyStats
- SingleTestFlakyStats(HistoryAggregatedFlakyTestResultAction.SingleTestFlakyStats) - Constructor for class com.google.jenkins.flakyTestHandler.plugin.HistoryAggregatedFlakyTestResultAction.SingleTestFlakyStats
- SingleTestFlakyStatsWithRevision(HistoryAggregatedFlakyTestResultAction.SingleTestFlakyStats, Run) - Constructor for class com.google.jenkins.flakyTestHandler.plugin.HistoryAggregatedFlakyTestResultAction.SingleTestFlakyStatsWithRevision
-
Construct a SingleTestFlakyStatsWithRevision object with
HistoryAggregatedFlakyTestResultAction.SingleTestFlakyStats
and build information. - SingleTestFlakyStatsWithRevision(HistoryAggregatedFlakyTestResultAction.SingleTestFlakyStats, String) - Constructor for class com.google.jenkins.flakyTestHandler.plugin.HistoryAggregatedFlakyTestResultAction.SingleTestFlakyStatsWithRevision
- SKIPPED - Enum constant in enum com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult.Status
-
This test was skipped due to configuration or the failure or skipping of a method that it depends on.
T
- tally() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyClassResult
-
Recount my children.
- tally() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyPackageResult
-
Recount my children
- tally() - Method in class com.google.jenkins.flakyTestHandler.junit.FlakyTestResult
-
Recount my children.
- TestFlakyStatsOverRevision - Class in com.google.jenkins.flakyTestHandler.plugin
-
Generate a table to show for a given test, how many passes/fails at given revision
- TestFlakyStatsOverRevision(AbstractProject<?, ?>, HistoryAggregatedFlakyTestResultAction) - Constructor for class com.google.jenkins.flakyTestHandler.plugin.TestFlakyStatsOverRevision
- TestFlakyStatsOverRevision.RevisionLabel - Class in com.google.jenkins.flakyTestHandler.plugin
- toString() - Method in class com.google.jenkins.flakyTestHandler.plugin.TestFlakyStatsOverRevision.RevisionLabel
V
- valueOf(String) - Static method in enum com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult.Status
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.google.jenkins.flakyTestHandler.junit.FlakyCaseResult.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
X
- xmlReport - Variable in class com.google.jenkins.flakyTestHandler.junit.FlakySuiteResult.SuiteResultParserConfigurationContext
All Classes and Interfaces|All Packages|Serialized Form