| Package | Description |
|---|---|
| org.wso2.testgrid.common.infrastructure |
This package handles the infrastructure value-sets, and
takes care of generating infrastructure combinations needed
for each test run.
|
| org.wso2.testgrid.common.util |
| Modifier and Type | Method and Description |
|---|---|
InfrastructureParameter |
InfrastructureParameter.clone() |
| Modifier and Type | Method and Description |
|---|---|
Set<InfrastructureParameter> |
InfrastructureCombination.getParameters()
Get the list of infrastructure parameters.
|
Set<InfrastructureParameter> |
InfrastructureValueSet.getValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
InfrastructureCombination.addParameter(InfrastructureParameter param)
Add another infrastructure parameter.
|
int |
InfrastructureParameter.compareTo(InfrastructureParameter o) |
| Modifier and Type | Method and Description |
|---|---|
void |
InfrastructureCombination.addParameters(Set<InfrastructureParameter> params)
Add another set of infrastructure parameters.
|
void |
InfrastructureValueSet.setValues(Set<InfrastructureParameter> values) |
| Constructor and Description |
|---|
InfrastructureCombination(InfrastructureParameter... parameter)
Initializes an @
InfrastructureCombination object with the given number of infrastructure parameters. |
| Constructor and Description |
|---|
InfrastructureValueSet(String type,
Set<InfrastructureParameter> infrastructureParameters)
Creates an instance of
InfrastructureValueSet. |
| Modifier and Type | Method and Description |
|---|---|
static List<InfrastructureParameter> |
TestGridUtil.getInfraParamsOfTestPlan(Set<InfrastructureValueSet> valueSets,
TestPlan testPlan)
Read the infra params from the infrastructure_parameter db table, and return
the list of infra params used in the given test plan.
|
static List<InfrastructureParameter> |
TestGridUtil.parseInfraParameters(Set<InfrastructureValueSet> valueSets,
String infraParameters)
Parse infrastructure parameters to its display values.
|
Copyright © 2019 WSO2. All rights reserved.