public class TestResultHistoryUtil extends Object
Constructor and Description |
---|
TestResultHistoryUtil() |
Modifier and Type | Method and Description |
---|---|
static TestNGResult |
getPreviousBuildTestResults(hudson.model.AbstractBuild<?,?> owner)
Gets the latest build before this one and returns it's test result.
|
static String |
toSummary(TestNGTestResultBuildAction action)
Summarizes the delta in tests and also displays a list of failed/skipped
tests and configuration methods.
|
public static TestNGResult getPreviousBuildTestResults(hudson.model.AbstractBuild<?,?> owner)
TestNGTestResultBuildAction
,
otherwise returns an empty TestNGResult
object. Never returns null
.public static String toSummary(TestNGTestResultBuildAction action)
action
- TestNG build actionCopyright © 2004-2016. All Rights Reserved.