Package com.splunk.splunkjenkins.model
Class EmptyTestCaseGroup
java.lang.Object
com.splunk.splunkjenkins.model.JunitTestCaseGroup
com.splunk.splunkjenkins.model.EmptyTestCaseGroup
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatintintintgetSkips()List<hudson.tasks.test.TestResult>intgetTotal()voidsetWarning(boolean flag) Methods inherited from class com.splunk.splunkjenkins.model.JunitTestCaseGroup
add, toString
-
Constructor Details
-
EmptyTestCaseGroup
public EmptyTestCaseGroup()
-
-
Method Details
-
getMessage
-
getFailures
public int getFailures()- Overrides:
getFailuresin classJunitTestCaseGroup
-
getPasses
public int getPasses()- Overrides:
getPassesin classJunitTestCaseGroup
-
getSkips
public int getSkips()- Overrides:
getSkipsin classJunitTestCaseGroup
-
getTotal
public int getTotal()- Overrides:
getTotalin classJunitTestCaseGroup
-
getDuration
public float getDuration()- Overrides:
getDurationin classJunitTestCaseGroup
-
getTestcase
- Overrides:
getTestcasein classJunitTestCaseGroup
-
setWarning
public void setWarning(boolean flag)
-