Package hudson.tasks.junit
Class History
- java.lang.Object
-
- hudson.tasks.junit.History
-
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public class History extends Object
History ofTestObject
over time.- Since:
- 1.320
-
-
Constructor Summary
Constructors Constructor Description History(TestObject testObject)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static int
asInt(String s, int defaultValue)
String
getTestDurationTrend()
TestObject
getTestObject()
String
getTestResultTrend()
boolean
historyAvailable()
-
-
-
Constructor Detail
-
History
public History(TestObject testObject)
-
-
Method Detail
-
getTestObject
public TestObject getTestObject()
-
historyAvailable
public boolean historyAvailable()
-
getTestResultTrend
@JavaScriptMethod public String getTestResultTrend()
-
getTestDurationTrend
@JavaScriptMethod public String getTestDurationTrend()
-
asInt
public static int asInt(String s, int defaultValue)
-
-