| 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.
|
| 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 |
InfrastructureValueSet.setValues(Set<InfrastructureParameter> values) |
| Constructor and Description |
|---|
InfrastructureCombination(Set<InfrastructureParameter> parameters)
Initializes an @
InfrastructureCombination object with the given
set of infrastructure parameters. |
InfrastructureValueSet(String type,
Set<InfrastructureParameter> infrastructureParameters)
Creates an instance of
InfrastructureValueSet. |
Copyright © 2018 WSO2. All rights reserved.