public class Report extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
void |
addTestCase(TestCaseWrapper testCase) |
int |
getBlocked() |
int |
getBuildId() |
String |
getBuildName() |
int |
getFailed() |
int |
getNotRun() |
int |
getPassed() |
List<TestCaseWrapper> |
getTestCases() |
int |
getTestsTotal() |
void |
setBlocked(int blocked) |
void |
setFailed(int failed) |
void |
setNotRun(int notRun) |
void |
setPassed(int passed) |
void |
tally() |
public int getTestsTotal()
public int getPassed()
public void setPassed(int passed)
passed
- the passed to setpublic int getFailed()
public void setFailed(int failed)
failed
- the failed to setpublic int getBlocked()
public void setBlocked(int blocked)
blocked
- the blocked to setpublic int getNotRun()
public void setNotRun(int notRun)
notRun
- the notRun to setpublic int getBuildId()
public String getBuildName()
public void addTestCase(TestCaseWrapper testCase)
testCase
- public List<TestCaseWrapper> getTestCases()
public void tally()
Copyright © 2010–2019 Jenkins. All rights reserved.