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 TypeMethodDescriptionfloat
int
int
int
getSkips()
List<hudson.tasks.test.TestResult>
int
getTotal()
void
setWarning
(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:
getFailures
in classJunitTestCaseGroup
-
getPasses
public int getPasses()- Overrides:
getPasses
in classJunitTestCaseGroup
-
getSkips
public int getSkips()- Overrides:
getSkips
in classJunitTestCaseGroup
-
getTotal
public int getTotal()- Overrides:
getTotal
in classJunitTestCaseGroup
-
getDuration
public float getDuration()- Overrides:
getDuration
in classJunitTestCaseGroup
-
getTestcase
- Overrides:
getTestcase
in classJunitTestCaseGroup
-
setWarning
public void setWarning(boolean flag)
-