public class ProductTestStatus extends Object
| Constructor and Description |
|---|
ProductTestStatus(String key) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Returns the id of the product.
|
String |
getName()
Returns the name of the product.
|
List<TestStatus> |
getTestStatuses()
Returns the testStatuses of the product test runs.
|
void |
setId(String id)
Sets the id of the product.
|
void |
setName(String name)
Sets the name of the product.
|
void |
setTestStatuses(List<TestStatus> testStatuses)
Sets the statues of the product test runs.
|
public ProductTestStatus(String key)
public String getId()
public void setId(String id)
id - product-idpublic String getName()
public void setName(String name)
name - product-namepublic List<TestStatus> getTestStatuses()
TestStatus statues of product tests runspublic void setTestStatuses(List<TestStatus> testStatuses)
testStatuses - TestStatus product test testStatusesCopyright © 2019 WSO2. All rights reserved.