public class TestPlanStatus extends Object
| Constructor and Description |
|---|
TestPlanStatus() |
| Modifier and Type | Method and Description |
|---|---|
TestPlan |
getLastBuild()
Returns the last build for the bean.
|
TestPlan |
getLastFailure()
Returns the last failed build for the bean
|
void |
setLastBuild(TestPlan lastBuild)
Set the last build for the bean
|
void |
setLastFailure(TestPlan lastFailure)
Set the last failed build for the bean
|
public TestPlan getLastBuild()
TestPlanpublic void setLastBuild(TestPlan lastBuild)
lastBuild - TestPlan for beanpublic TestPlan getLastFailure()
TestPlanCopyright © 2019 WSO2. All rights reserved.