Class TestResults
java.lang.Object
org.jenkinsci.plugins.githubautostatus.model.TestResults
- Author:
- Jeff Pearce (GitHub jeffpearce)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic TestResultsfromJUnitTestResults(hudson.tasks.junit.TestResultAction testResultAction) intintintinthashCode()voidsetFailedTestCaseCount(int failedTestCaseCount) voidsetPassedTestCaseCount(int passedTestCaseCount) voidsetSkippedTestCaseCount(int skippedTestCaseCount) voidsetTestSuites(ArrayList<TestSuite> testSuites)
-
Constructor Details
-
TestResults
public TestResults()
-
-
Method Details
-
setTestSuites
-
fromJUnitTestResults
public static TestResults fromJUnitTestResults(@Nullable hudson.tasks.junit.TestResultAction testResultAction) -
getPassedTestCaseCount
public int getPassedTestCaseCount() -
setPassedTestCaseCount
public void setPassedTestCaseCount(int passedTestCaseCount) -
getSkippedTestCaseCount
public int getSkippedTestCaseCount() -
setSkippedTestCaseCount
public void setSkippedTestCaseCount(int skippedTestCaseCount) -
getFailedTestCaseCount
public int getFailedTestCaseCount() -
setFailedTestCaseCount
public void setFailedTestCaseCount(int failedTestCaseCount) -
getTestSuites
-
equals
-
hashCode
public int hashCode()
-