@Entity public class DeploymentPattern extends AbstractUUIDEntity implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
DEPLOYMENT_PATTERN_TABLE
Deployment pattern table name.
|
static String |
NAME_COLUMN
Column names of the table.
|
static String |
PRODUCT_COLUMN |
ID_COLUMN| Constructor and Description |
|---|
DeploymentPattern() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTestPlan(TestPlan testPlan)
Adds a test plan to the test plans list.
|
String |
getName()
Returns the name of the test plan.
|
Product |
getProduct()
Returns the product associated with the deployment pattern.
|
List<TestPlan> |
getTestPlans()
Returns the test plans associated with.
|
void |
setName(String name)
Sets the name of test plan.
|
void |
setProduct(Product product)
Sets the product associated with the deployment pattern.
|
void |
setTestPlans(List<TestPlan> testPlans)
Sets the test plans associated with.
|
String |
toString() |
generateUUID, getCreatedTimestamp, getId, getModifiedTimestamp, setCreatedTimestamp, setId, setModifiedTimestamppublic static final String DEPLOYMENT_PATTERN_TABLE
public static final String NAME_COLUMN
public static final String PRODUCT_COLUMN
public String getName()
public void setName(String name)
name - name of the test planpublic Product getProduct()
public void setProduct(Product product)
product - product associated with the deployment patternpublic List<TestPlan> getTestPlans()
public void setTestPlans(List<TestPlan> testPlans)
testPlans - test plans associated withpublic void addTestPlan(TestPlan testPlan)
testPlan - test plan to be addedCopyright © 2019 WSO2. All rights reserved.