Skip navigation links
A C D E F G H I J L N O P R S T U V Y 

A

AbstractUUIDEntity - Class in org.wso2.testgrid.common
Abstract class containing the common behaviour for entity classes.
AbstractUUIDEntity() - Constructor for class org.wso2.testgrid.common.AbstractUUIDEntity
 
accept(T, U) - Method in interface org.wso2.testgrid.common.util.LambdaExceptionUtils.BiConsumerWithExceptions
 
accept(T) - Method in interface org.wso2.testgrid.common.util.LambdaExceptionUtils.ConsumerWithExceptions
 
addParameter(InfrastructureParameter) - Method in class org.wso2.testgrid.common.infrastructure.InfrastructureCombination
Add another infrastructure parameter.
addTestCase(TestCase) - Method in class org.wso2.testgrid.common.TestScenario
Adds a test case to the test case list.
addTestPlan(TestPlan) - Method in class org.wso2.testgrid.common.DeploymentPattern
Adds a test plan to the test plans list.
apply(T) - Method in interface org.wso2.testgrid.common.util.LambdaExceptionUtils.FunctionWithExceptions
 

C

canHandle(InfrastructureConfig) - Method in interface org.wso2.testgrid.common.InfrastructureProvider
This method returns whether the provider can handle the requested infrastructure.
clone() - Method in class org.wso2.testgrid.common.infrastructure.InfrastructureCombination
performs a shallow clone of this infrastructure combination.
clone() - Method in class org.wso2.testgrid.common.TestPlan
 
CommandExecutionException - Exception in org.wso2.testgrid.common.exception
This is a custom exception class to throw all issues related to command execution.
CommandExecutionException() - Constructor for exception org.wso2.testgrid.common.exception.CommandExecutionException
Constructs a new exception with null as its detail message.
CommandExecutionException(String) - Constructor for exception org.wso2.testgrid.common.exception.CommandExecutionException
Constructs a new exception with the specified detail message.
CommandExecutionException(Throwable) - Constructor for exception org.wso2.testgrid.common.exception.CommandExecutionException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) which typically contains the class and detail message of the cause.
CommandExecutionException(String, Throwable) - Constructor for exception org.wso2.testgrid.common.exception.CommandExecutionException
Constructs a new exception with the specified detail message and cause.
compareTo(InfrastructureParameter) - Method in class org.wso2.testgrid.common.infrastructure.InfrastructureParameter
 
concatStrings(Object...) - Static method in class org.wso2.testgrid.common.util.StringUtil
Returns a string concatenating the given strings.
ConfigurationContext - Class in org.wso2.testgrid.common.config
Implementation of configuration context which will contain functions relates with property file.
ConfigurationContext() - Constructor for class org.wso2.testgrid.common.config.ConfigurationContext
 
ConfigurationContext.ConfigurationProperties - Enum in org.wso2.testgrid.common.config
Defines the testgrid configuration properties.

D

DATABASE - Static variable in class org.wso2.testgrid.common.infrastructure.DefaultInfrastructureTypes
DB_ENGINE - Static variable in class org.wso2.testgrid.common.infrastructure.DefaultInfrastructureTypes
 
DB_ENGINE_VERSION - Static variable in class org.wso2.testgrid.common.infrastructure.DefaultInfrastructureTypes
 
DEFAULT_DEPLOYMENT_PATTERN_NAME - Static variable in class org.wso2.testgrid.common.TestGridConstants
 
DEFAULT_TESTGRID_HOME - Static variable in class org.wso2.testgrid.common.TestGridConstants
 
DefaultInfrastructureTypes - Class in org.wso2.testgrid.common.infrastructure
This constants class lists the default infrastructure types that is frequently used.
deploy(TestPlan, InfrastructureProvisionResult) - Method in interface org.wso2.testgrid.common.Deployer
Runs deploy.sh script and deploys artifacts in the provided infrastructure.
Deployer - Interface in org.wso2.testgrid.common
Interface for the deployment of the artifacts.
DeployerInitializationException - Exception in org.wso2.testgrid.common.exception
This is a custom exception class to throw exceptions when there's an issue in creating instances of Deployer.
DeployerInitializationException() - Constructor for exception org.wso2.testgrid.common.exception.DeployerInitializationException
Constructs a new exception with null as its detail message.
DeployerInitializationException(String) - Constructor for exception org.wso2.testgrid.common.exception.DeployerInitializationException
Constructs a new exception with the specified detail message.
DeployerInitializationException(Throwable) - Constructor for exception org.wso2.testgrid.common.exception.DeployerInitializationException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) which typically contains the class and detail message of the cause.
DeployerInitializationException(String, Throwable) - Constructor for exception org.wso2.testgrid.common.exception.DeployerInitializationException
Constructs a new exception with the specified detail message and cause.
Deployment - Class in org.wso2.testgrid.common
Defines a model object for a created deployment.
Deployment() - Constructor for class org.wso2.testgrid.common.Deployment
 
DEPLOYMENT_PATTERN_COLUMN - Static variable in class org.wso2.testgrid.common.TestPlan
 
DEPLOYMENT_PATTERN_TABLE - Static variable in class org.wso2.testgrid.common.DeploymentPattern
Deployment pattern table name.
DeploymentConfig - Class in org.wso2.testgrid.common.config
This describes a deployment repository.
DeploymentConfig() - Constructor for class org.wso2.testgrid.common.config.DeploymentConfig
 
DeploymentConfig(List<DeploymentConfig.DeploymentPattern>) - Constructor for class org.wso2.testgrid.common.config.DeploymentConfig
 
DeploymentConfig.DeploymentPattern - Class in org.wso2.testgrid.common.config
Describes a given deployment pattern within a deployment repository.
DeploymentCreationResult - Class in org.wso2.testgrid.common
This is a DTO that contain the output of the deployment creation scripts.
DeploymentCreationResult() - Constructor for class org.wso2.testgrid.common.DeploymentCreationResult
 
DeploymentPattern() - Constructor for class org.wso2.testgrid.common.config.DeploymentConfig.DeploymentPattern
 
DeploymentPattern - Class in org.wso2.testgrid.common
This represents a model of the DeploymentPattern.
DeploymentPattern() - Constructor for class org.wso2.testgrid.common.DeploymentPattern
 
DeploymentPatternTestFailureStat - Class in org.wso2.testgrid.common
This class holds the deployment-patterns with test failure counts.
DeploymentPatternTestFailureStat(String, Long) - Constructor for class org.wso2.testgrid.common.DeploymentPatternTestFailureStat
 

E

EnvironmentUtil - Class in org.wso2.testgrid.common.util
Utility class for obtaining environment variable values.
EnvironmentUtil() - Constructor for class org.wso2.testgrid.common.util.EnvironmentUtil
 
equals(Object) - Method in class org.wso2.testgrid.common.infrastructure.InfrastructureParameter
 
executeCommand(String) - Method in class org.wso2.testgrid.common.ShellExecutor
Executes a shell command.
executeCommand(String, File) - Static method in class org.wso2.testgrid.common.util.TestGridUtil
Executes a command.
executeCommand(String, File, DeploymentCreationResult) - Static method in class org.wso2.testgrid.common.util.TestGridUtil
Executes a command.

F

FAILURE_MESSAGE_COLUMN - Static variable in class org.wso2.testgrid.common.TestCase
 
FileUtil - Class in org.wso2.testgrid.common.util
Utility class for handling file operations.
FileUtil() - Constructor for class org.wso2.testgrid.common.util.FileUtil
 

G

generateRandomString(int) - Static method in class org.wso2.testgrid.common.util.StringUtil
Generates a random string with the given character count using the below charset as input: ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890
generateUUID() - Method in class org.wso2.testgrid.common.AbstractUUIDEntity
Sets an UUID for the id field (primary key of the table) if not set.
get() - Method in interface org.wso2.testgrid.common.util.LambdaExceptionUtils.SupplierWithExceptions
 
getContainerOrchestrationEngine() - Method in class org.wso2.testgrid.common.config.InfrastructureConfig
 
getCreatedTimestamp() - Method in class org.wso2.testgrid.common.AbstractUUIDEntity
Returns the created timestamp.
getDeployerName() - Method in interface org.wso2.testgrid.common.Deployer
This method returns the deployer name (Puppet/Ansible/Chef etc).
getDeployerType() - Method in class org.wso2.testgrid.common.TestPlan
Returns the deployer-type (puppet/ansible) of the test plan.
getDeploymentConfig() - Method in class org.wso2.testgrid.common.TestPlan
Returns the deployment configuration in the test-plan.
getDeploymentPattern() - Method in class org.wso2.testgrid.common.ProductTestStatus
 
getDeploymentPattern() - Method in class org.wso2.testgrid.common.TestPlan
Returns the deployment pattern associated with.
getDeploymentPatternId() - Method in class org.wso2.testgrid.common.DeploymentPatternTestFailureStat
 
getDeploymentPatternId() - Method in class org.wso2.testgrid.common.ProductTestStatus
 
getDeploymentPatternName(TestPlan) - Static method in class org.wso2.testgrid.common.util.TestGridUtil
Return the deployment pattern name under the DeploymentConfig of a TestPlan.
getDeploymentPatterns() - Method in class org.wso2.testgrid.common.config.DeploymentConfig
 
getDeploymentPatterns() - Method in class org.wso2.testgrid.common.Product
Returns the associated test plans list.
getDeploymentRepository() - Method in class org.wso2.testgrid.common.config.JobConfigFile
 
getDeploymentRepository() - Method in class org.wso2.testgrid.common.TestPlan
Returns the path of the deployment repository.
getDeploymentScriptsDir() - Method in class org.wso2.testgrid.common.Deployment
Returns the location of the deployment scripts.
getDeploymentScriptsDir() - Method in class org.wso2.testgrid.common.InfrastructureProvisionResult
 
getDescription() - Method in class org.wso2.testgrid.common.config.DeploymentConfig.DeploymentPattern
 
getDescription() - Method in class org.wso2.testgrid.common.config.Script
 
getDir() - Method in class org.wso2.testgrid.common.config.DeploymentConfig.DeploymentPattern
Returns the relative location where the deployment pattern is located wrt to the Deployment repo directory.
getFailureCount() - Method in class org.wso2.testgrid.common.DeploymentPatternTestFailureStat
 
getFailureMessage() - Method in class org.wso2.testgrid.common.TestCase
Returns the failure message of the test case.
getFile() - Method in class org.wso2.testgrid.common.config.Script
 
getHosts() - Method in class org.wso2.testgrid.common.Deployment
Returns the list of hosts in the deployment.
getHosts() - Method in class org.wso2.testgrid.common.DeploymentCreationResult
 
getHosts() - Method in class org.wso2.testgrid.common.InfrastructureProvisionResult
 
getIacProvider() - Method in class org.wso2.testgrid.common.config.InfrastructureConfig
 
getId() - Method in class org.wso2.testgrid.common.AbstractUUIDEntity
Returns the primary key value of the entity.
getId() - Method in class org.wso2.testgrid.common.ProductTestStatus
 
getInfraParameters() - Method in class org.wso2.testgrid.common.TestPlan
Returns the infra parameters.
getInfrastructureConfig() - Method in class org.wso2.testgrid.common.TestPlan
 
getInfrastructureProvider() - Method in class org.wso2.testgrid.common.config.InfrastructureConfig
 
getInfrastructureRepository() - Method in class org.wso2.testgrid.common.config.JobConfigFile
 
getInfrastructureRepository() - Method in class org.wso2.testgrid.common.TestPlan
Returns the path of the test plans' infrastructure artifacts.
getInputParameters() - Method in class org.wso2.testgrid.common.config.Script
 
getIp() - Method in class org.wso2.testgrid.common.Host
 
getLabel() - Method in class org.wso2.testgrid.common.Host
 
getModifiedTimestamp() - Method in class org.wso2.testgrid.common.AbstractUUIDEntity
Returns the modified timestamp of the test case.
getName() - Method in class org.wso2.testgrid.common.config.DeploymentConfig.DeploymentPattern
 
getName() - Method in class org.wso2.testgrid.common.config.Script
 
getName() - Method in class org.wso2.testgrid.common.Deployment
Returns the name of the deployment.
getName() - Method in class org.wso2.testgrid.common.DeploymentCreationResult
 
getName() - Method in class org.wso2.testgrid.common.DeploymentPattern
Returns the name of the test plan.
getName() - Method in class org.wso2.testgrid.common.infrastructure.InfrastructureParameter
Name is a unique identifier for a given infrastructure.
getName() - Method in class org.wso2.testgrid.common.InfrastructureProvisionResult
 
getName() - Method in class org.wso2.testgrid.common.Product
Returns the product name.
getName() - Method in class org.wso2.testgrid.common.ProductTestStatus
 
getName() - Method in class org.wso2.testgrid.common.TestCase
Returns the name of the test case.
getName() - Method in class org.wso2.testgrid.common.TestScenario
Returns the name of the test scenario.
getParameters() - Method in class org.wso2.testgrid.common.config.InfrastructureConfig
 
getParameters() - Method in class org.wso2.testgrid.common.infrastructure.InfrastructureCombination
Get the list of infrastructure parameters.
getParameterString(String, Properties) - Static method in class org.wso2.testgrid.common.util.TestGridUtil
This method builds and returns the parameter string from given properties.
getPhase() - Method in class org.wso2.testgrid.common.config.Script
 
getPortNumber() - Method in class org.wso2.testgrid.common.Port
 
getPorts() - Method in class org.wso2.testgrid.common.Host
 
getProduct() - Method in class org.wso2.testgrid.common.DeploymentPattern
Returns the product associated with the deployment pattern.
getProperties() - Method in class org.wso2.testgrid.common.infrastructure.InfrastructureParameter
The properties list make include information about this InfrastructureParameter.
getProperties() - Method in class org.wso2.testgrid.common.InfrastructureProvisionResult
 
getPropertiesAsString(Properties) - Static method in class org.wso2.testgrid.common.util.StringUtil
Generate a string which include all the properties (key and the value).
getProperty(Enum) - Static method in class org.wso2.testgrid.common.config.ConfigurationContext
Retrieve property from the property file.
getProtocol() - Method in class org.wso2.testgrid.common.Port
 
getProviderName() - Method in interface org.wso2.testgrid.common.InfrastructureProvider
This method returns the provider name (AWS/GCP/Open Stack etc).
getProvisioners() - Method in class org.wso2.testgrid.common.config.InfrastructureConfig
 
getResultLocation() - Method in class org.wso2.testgrid.common.InfrastructureProvisionResult
 
getScenarioConfig() - Method in class org.wso2.testgrid.common.TestPlan
 
getScenarios() - Method in class org.wso2.testgrid.common.config.ScenarioConfig
This method returns the list of scenarios.
getScenarioTestsRepository() - Method in class org.wso2.testgrid.common.config.JobConfigFile
 
getScenarioTestsRepository() - Method in class org.wso2.testgrid.common.TestPlan
Returns the path of the test plans' test artifacts.
getScripts() - Method in class org.wso2.testgrid.common.config.DeploymentConfig.DeploymentPattern
 
getStatus() - Method in class org.wso2.testgrid.common.ProductTestStatus
 
getStatus() - Method in class org.wso2.testgrid.common.TestPlan
Returns the status of the infrastructure.
getStatus() - Method in class org.wso2.testgrid.common.TestScenario
Returns the status of the test scenario.
getSystemVariableValue(String) - Static method in class org.wso2.testgrid.common.util.EnvironmentUtil
Returns the system property value or environment variable value (highest priority for environment variable) for the given key.
getTestCases() - Method in class org.wso2.testgrid.common.TestScenario
Returns the associated test cases list.
getTestExecutionTime() - Method in class org.wso2.testgrid.common.ProductTestStatus
 
getTestGridHomePath() - Static method in class org.wso2.testgrid.common.util.TestGridUtil
Returns the path of the test grid home.
getTestgridYamlLocation() - Method in class org.wso2.testgrid.common.config.JobConfigFile
The recommended way to load the testgrid.yaml config is via the testgrid.yaml file located inside testgrid-compatible repositories.
getTestPlan() - Method in class org.wso2.testgrid.common.TestScenario
Returns the test plan associated with this test scenario.
getTestPlanDirectory() - Static method in class org.wso2.testgrid.common.util.TestGridUtil
Returns the directory location where the test-plans are stored.
getTestPlans() - Method in class org.wso2.testgrid.common.DeploymentPattern
Returns the test plans associated with.
getTestRunArtifactsDirectory(TestPlan) - Static method in class org.wso2.testgrid.common.util.TestGridUtil
Returns the directory location where the test run artifacts resides.
getTestRunNumber() - Method in class org.wso2.testgrid.common.TestPlan
Returns the test run number.
getTestScenario() - Method in class org.wso2.testgrid.common.TestCase
Returns the test scenario for the test case.
getTestScenarios() - Method in class org.wso2.testgrid.common.TestPlan
Returns the associated test scenarios.
getType() - Method in class org.wso2.testgrid.common.config.Script
 
getType() - Method in class org.wso2.testgrid.common.infrastructure.InfrastructureParameter
 
getType() - Method in class org.wso2.testgrid.common.infrastructure.InfrastructureValueSet
 
getValues() - Method in class org.wso2.testgrid.common.infrastructure.InfrastructureValueSet
 
getVersion() - Method in class org.wso2.testgrid.common.config.TestgridYaml
 
getWorkingDir() - Method in class org.wso2.testgrid.common.config.JobConfigFile
The relative paths mentioned in the JobConfigFile are resolved wrt to the working directory.
getWorkingDirectory() - Method in class org.wso2.testgrid.common.ShellExecutor
Returns current working directory.

H

hashCode() - Method in class org.wso2.testgrid.common.infrastructure.InfrastructureParameter
 
Host - Class in org.wso2.testgrid.common
Defines a model object for a created HOST.
Host() - Constructor for class org.wso2.testgrid.common.Host
 

I

ID_COLUMN - Static variable in class org.wso2.testgrid.common.AbstractUUIDEntity
Column names of the table.
IncompatibleInfrastructureParameterException - Exception in org.wso2.testgrid.common.infrastructure
Thrown if the InfrastructureValueSet's type does not match with the infrastructure parameter added to it.
IncompatibleInfrastructureParameterException() - Constructor for exception org.wso2.testgrid.common.infrastructure.IncompatibleInfrastructureParameterException
Constructs a new exception with null as its detail message.
IncompatibleInfrastructureParameterException(String) - Constructor for exception org.wso2.testgrid.common.infrastructure.IncompatibleInfrastructureParameterException
Constructs a new exception with the specified detail message.
IncompatibleInfrastructureParameterException(Throwable) - Constructor for exception org.wso2.testgrid.common.infrastructure.IncompatibleInfrastructureParameterException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) which typically contains the class and detail message of the cause.
IncompatibleInfrastructureParameterException(String, Throwable) - Constructor for exception org.wso2.testgrid.common.infrastructure.IncompatibleInfrastructureParameterException
Constructs a new exception with the specified detail message and cause.
INFRASTRUCTURE_PARAMETER_NAME_COLUMN - Static variable in class org.wso2.testgrid.common.infrastructure.InfrastructureParameter
 
INFRASTRUCTURE_PARAMETER_READY_FOR_TESTGRID_METAMODEL_NAME - Static variable in class org.wso2.testgrid.common.infrastructure.InfrastructureParameter
 
INFRASTRUCTURE_PARAMETER_TYPE_METAMODEL_NAME - Static variable in class org.wso2.testgrid.common.infrastructure.InfrastructureParameter
We need to replace these metamodel names by generating the JPA Metamodel for this entity.
InfrastructureCombination - Class in org.wso2.testgrid.common.infrastructure
Reperesents an infrastructure combination against which a test-plan can be instantiated and run.
InfrastructureCombination(Set<InfrastructureParameter>) - Constructor for class org.wso2.testgrid.common.infrastructure.InfrastructureCombination
Initializes an @InfrastructureCombination object with the given set of infrastructure parameters.
InfrastructureConfig - Class in org.wso2.testgrid.common.config
Defines a model object for a InfrastructureConfig.
InfrastructureConfig() - Constructor for class org.wso2.testgrid.common.config.InfrastructureConfig
 
InfrastructureConfig.ContainerOrchestrationEngine - Enum in org.wso2.testgrid.common.config
Defines the ContainerOrchestrationEngine types.
InfrastructureConfig.IACProvider - Enum in org.wso2.testgrid.common.config
Defines the infrastructure-as-Code provider types.
InfrastructureConfig.InfrastructureProvider - Enum in org.wso2.testgrid.common.config
Defines the infrastructure provider types.
InfrastructureConfig.Provisioner - Class in org.wso2.testgrid.common.config
Describe an infrastructure provisoner located within an infrastructure repository.
InfrastructureParameter - Class in org.wso2.testgrid.common.infrastructure
This represents the InfrastructureParameter entity.
InfrastructureParameter(String, String, String, boolean) - Constructor for class org.wso2.testgrid.common.infrastructure.InfrastructureParameter
 
InfrastructureParameter() - Constructor for class org.wso2.testgrid.common.infrastructure.InfrastructureParameter
 
InfrastructureProvider - Interface in org.wso2.testgrid.common
This Interface has to be implemented by the InfrastructureProviders like AWS, GCC, OpenStack.
InfrastructureProviderInitializationException - Exception in org.wso2.testgrid.common.exception
This is a custom exception class to throw exceptions when there's an issue in creating instances of InfrastructureProvider.
InfrastructureProviderInitializationException() - Constructor for exception org.wso2.testgrid.common.exception.InfrastructureProviderInitializationException
Constructs a new exception with null as its detail message.
InfrastructureProviderInitializationException(String) - Constructor for exception org.wso2.testgrid.common.exception.InfrastructureProviderInitializationException
Constructs a new exception with the specified detail message.
InfrastructureProviderInitializationException(Throwable) - Constructor for exception org.wso2.testgrid.common.exception.InfrastructureProviderInitializationException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) which typically contains the class and detail message of the cause.
InfrastructureProviderInitializationException(String, Throwable) - Constructor for exception org.wso2.testgrid.common.exception.InfrastructureProviderInitializationException
Constructs a new exception with the specified detail message and cause.
InfrastructureProvisionResult - Class in org.wso2.testgrid.common
This is a DTO that contain the output of the infrastructure provisioning scripts.
InfrastructureProvisionResult() - Constructor for class org.wso2.testgrid.common.InfrastructureProvisionResult
 
InfrastructureValueSet - Class in org.wso2.testgrid.common.infrastructure
Represents a set of values of a given infrastructure 'type'.
InfrastructureValueSet(String, Set<InfrastructureParameter>) - Constructor for class org.wso2.testgrid.common.infrastructure.InfrastructureValueSet
Creates an instance of InfrastructureValueSet.
init() - Method in interface org.wso2.testgrid.common.InfrastructureProvider
This method can be used to initialize the infrastructure provider.
IS_SUCCESS_COLUMN - Static variable in class org.wso2.testgrid.common.TestCase
 
isPostScriptSuccessful() - Method in class org.wso2.testgrid.common.TestScenario
Checks if post script is successful.
isPreScriptSuccessful() - Method in class org.wso2.testgrid.common.TestScenario
Checks if pre script is successful.
isReadyForTestGrid() - Method in class org.wso2.testgrid.common.infrastructure.InfrastructureParameter
 
isRelativePaths() - Method in class org.wso2.testgrid.common.config.JobConfigFile
Default is set to true.
isStringNullOrEmpty(String) - Static method in class org.wso2.testgrid.common.util.StringUtil
Returns whether the given string is a null or empty.
isSuccess() - Method in class org.wso2.testgrid.common.DeploymentCreationResult
 
isSuccess() - Method in class org.wso2.testgrid.common.InfrastructureProvisionResult
 
isSuccess() - Method in class org.wso2.testgrid.common.TestCase
Returns whether the test is successful or failed.

J

JDK - Static variable in class org.wso2.testgrid.common.infrastructure.DefaultInfrastructureTypes
 
JobConfigFile - Class in org.wso2.testgrid.common.config
Describes the job configuration of a given product.
JobConfigFile() - Constructor for class org.wso2.testgrid.common.config.JobConfigFile
 

L

LambdaExceptionUtils - Class in org.wso2.testgrid.common.util
A Utility which provides a way to throw checked exceptions from the lambda expressions.
LambdaExceptionUtils() - Constructor for class org.wso2.testgrid.common.util.LambdaExceptionUtils
 
LambdaExceptionUtils.BiConsumerWithExceptions<T,U,E extends Exception> - Interface in org.wso2.testgrid.common.util
Represents a BiConsumer interface which can throw exceptions.
LambdaExceptionUtils.ConsumerWithExceptions<T,E extends Exception> - Interface in org.wso2.testgrid.common.util
Represents a Consumer interface which can throw exceptions.
LambdaExceptionUtils.FunctionWithExceptions<T,R,E extends Exception> - Interface in org.wso2.testgrid.common.util
Represents a Function interface which can throw exceptions.
LambdaExceptionUtils.RunnableWithExceptions<E extends Exception> - Interface in org.wso2.testgrid.common.util
Represents a Runnable interface which can throw exceptions.
LambdaExceptionUtils.SupplierWithExceptions<T,E extends Exception> - Interface in org.wso2.testgrid.common.util
Represents a Supplier interface which can throw exceptions.

N

NAME_COLUMN - Static variable in class org.wso2.testgrid.common.DeploymentPattern
Column names of the table.
NAME_COLUMN - Static variable in class org.wso2.testgrid.common.Product
Column names of the table.
NAME_COLUMN - Static variable in class org.wso2.testgrid.common.TestCase
Column names of the table.
NAME_COLUMN - Static variable in class org.wso2.testgrid.common.TestScenario
Column names of the table.

O

OPERATING_SYSTEM - Static variable in class org.wso2.testgrid.common.infrastructure.DefaultInfrastructureTypes
 
org.wso2.testgrid.common - package org.wso2.testgrid.common
 
org.wso2.testgrid.common.config - package org.wso2.testgrid.common.config
 
org.wso2.testgrid.common.exception - package org.wso2.testgrid.common.exception
 
org.wso2.testgrid.common.infrastructure - package 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 - package org.wso2.testgrid.common.util
 

P

Port - Class in org.wso2.testgrid.common
Defines a model object for the exposed Ports of the created host.
Port() - Constructor for class org.wso2.testgrid.common.Port
 
POST_SCRIPT_STATUS_COLUMN - Static variable in class org.wso2.testgrid.common.TestScenario
 
PRE_SCRIPT_STATUS_COLUMN - Static variable in class org.wso2.testgrid.common.TestScenario
 
Product - Class in org.wso2.testgrid.common
This represents a model of the Product.
Product() - Constructor for class org.wso2.testgrid.common.Product
 
PRODUCT_COLUMN - Static variable in class org.wso2.testgrid.common.DeploymentPattern
 
PRODUCT_TABLE - Static variable in class org.wso2.testgrid.common.Product
Product test plan table name.
PRODUCT_TEST_PLANS_DIR - Static variable in class org.wso2.testgrid.common.TestGridConstants
 
ProductTestStatus - Class in org.wso2.testgrid.common
This represents a model of the Product with its recent test statuses.
ProductTestStatus(String, String, String, String, String, Timestamp) - Constructor for class org.wso2.testgrid.common.ProductTestStatus
 
provision(TestPlan) - Method in interface org.wso2.testgrid.common.InfrastructureProvider
This method creates the necessary infrastructureConfig using the provided configuration.
Provisioner() - Constructor for class org.wso2.testgrid.common.config.InfrastructureConfig.Provisioner
 

R

readYamlFile(String, Class<T>) - Static method in class org.wso2.testgrid.common.util.FileUtil
Returns an instance of the specified type from the given configuration YAML.
release(InfrastructureConfig, String) - Method in interface org.wso2.testgrid.common.InfrastructureProvider
This method executes commands needed to remove the infrastructure.
rethrowBiConsumer(LambdaExceptionUtils.BiConsumerWithExceptions<T, U, E>) - Static method in class org.wso2.testgrid.common.util.LambdaExceptionUtils
This method allows a BiConsumer which throws exceptions to be used in places which expects a BiConsumer.
rethrowConsumer(LambdaExceptionUtils.ConsumerWithExceptions<T, E>) - Static method in class org.wso2.testgrid.common.util.LambdaExceptionUtils
This method allows a Consumer which throws exceptions to be used in places which expects a Consumer.
rethrowFunction(LambdaExceptionUtils.FunctionWithExceptions<T, R, E>) - Static method in class org.wso2.testgrid.common.util.LambdaExceptionUtils
This method allows a Function which throws exceptions to be used in places which expects a Function.
rethrowSupplier(LambdaExceptionUtils.SupplierWithExceptions<T, E>) - Static method in class org.wso2.testgrid.common.util.LambdaExceptionUtils
This method allows a Supplier which throws exceptions to be used in places which expects a Supplier.
run() - Method in interface org.wso2.testgrid.common.util.LambdaExceptionUtils.RunnableWithExceptions
 

S

ScenarioConfig - Class in org.wso2.testgrid.common.config
Represent the scenario configuration in the testgrid.yaml file that is denoted by the TestgridYaml.
ScenarioConfig() - Constructor for class org.wso2.testgrid.common.config.ScenarioConfig
 
Script - Class in org.wso2.testgrid.common.config
Defines a model object for a provided custom script.
Script() - Constructor for class org.wso2.testgrid.common.config.Script
 
Script.Phase - Enum in org.wso2.testgrid.common.config
This defines the supported executable script types.
Script.ScriptType - Enum in org.wso2.testgrid.common.config
This defines the supported executable script types.
setContainerOrchestrationEngine(InfrastructureConfig.ContainerOrchestrationEngine) - Method in class org.wso2.testgrid.common.config.InfrastructureConfig
 
setCreatedTimestamp(Timestamp) - Method in class org.wso2.testgrid.common.AbstractUUIDEntity
Sets the created time stamp.
setDeployerType(TestPlan.DeployerType) - Method in class org.wso2.testgrid.common.TestPlan
Sets the deployer-type (puppet/ansible) of the test plan.
setDeploymentConfig(DeploymentConfig) - Method in class org.wso2.testgrid.common.TestPlan
Sets the deployment configuration of the test plan.
setDeploymentPattern(String) - Method in class org.wso2.testgrid.common.ProductTestStatus
 
setDeploymentPattern(DeploymentPattern) - Method in class org.wso2.testgrid.common.TestPlan
Sets the deployment pattern associated with.
setDeploymentPatternId(String) - Method in class org.wso2.testgrid.common.DeploymentPatternTestFailureStat
 
setDeploymentPatternId(String) - Method in class org.wso2.testgrid.common.ProductTestStatus
 
setDeploymentPatterns(List<DeploymentConfig.DeploymentPattern>) - Method in class org.wso2.testgrid.common.config.DeploymentConfig
 
setDeploymentPatterns(List<DeploymentPattern>) - Method in class org.wso2.testgrid.common.Product
Sets the associated test plans list.
setDeploymentRepository(String) - Method in class org.wso2.testgrid.common.config.JobConfigFile
 
setDeploymentRepository(String) - Method in class org.wso2.testgrid.common.TestPlan
Sets the path of the deployment repository, which contains deploy.sh.
setDeploymentScriptsDir(String) - Method in class org.wso2.testgrid.common.Deployment
Sets the location of the deployment scripts.
setDeploymentScriptsDir(String) - Method in class org.wso2.testgrid.common.InfrastructureProvisionResult
 
setDescription(String) - Method in class org.wso2.testgrid.common.config.DeploymentConfig.DeploymentPattern
 
setDescription(String) - Method in class org.wso2.testgrid.common.config.Script
 
setDir(String) - Method in class org.wso2.testgrid.common.config.DeploymentConfig.DeploymentPattern
 
setFailureCount(Long) - Method in class org.wso2.testgrid.common.DeploymentPatternTestFailureStat
 
setFailureMessage(String) - Method in class org.wso2.testgrid.common.TestCase
Sets the failure message of the test case.
setFile(String) - Method in class org.wso2.testgrid.common.config.Script
 
setHosts(List<Host>) - Method in class org.wso2.testgrid.common.Deployment
Sets the list of hosts in the deployment.
setHosts(List<Host>) - Method in class org.wso2.testgrid.common.DeploymentCreationResult
 
setHosts(List<Host>) - Method in class org.wso2.testgrid.common.InfrastructureProvisionResult
 
setIacProvider(InfrastructureConfig.IACProvider) - Method in class org.wso2.testgrid.common.config.InfrastructureConfig
 
setId(String) - Method in class org.wso2.testgrid.common.AbstractUUIDEntity
Sets the primary key value of the entity.
setId(String) - Method in class org.wso2.testgrid.common.ProductTestStatus
 
setInfraParameters(String) - Method in class org.wso2.testgrid.common.TestPlan
Sets the infra parameters.
setInfrastructureConfig(InfrastructureConfig) - Method in class org.wso2.testgrid.common.TestPlan
 
setInfrastructureProvider(InfrastructureConfig.InfrastructureProvider) - Method in class org.wso2.testgrid.common.config.InfrastructureConfig
 
setInfrastructureRepository(String) - Method in class org.wso2.testgrid.common.config.JobConfigFile
 
setInfrastructureRepository(String) - Method in class org.wso2.testgrid.common.TestPlan
Sets the path of the test plans' infrastructure artifacts.
setInputParameters(Properties) - Method in class org.wso2.testgrid.common.config.Script
 
setIp(String) - Method in class org.wso2.testgrid.common.Host
 
setIsPostScriptSuccessful(boolean) - Method in class org.wso2.testgrid.common.TestScenario
Sets the status of the post script execution.
setIsPreScriptSuccessful(boolean) - Method in class org.wso2.testgrid.common.TestScenario
Sets the status of the pre script execution.
setLabel(String) - Method in class org.wso2.testgrid.common.Host
 
setModifiedTimestamp(Timestamp) - Method in class org.wso2.testgrid.common.AbstractUUIDEntity
Sets the modified timestamp of the test case.
setName(String) - Method in class org.wso2.testgrid.common.config.DeploymentConfig.DeploymentPattern
 
setName(String) - Method in class org.wso2.testgrid.common.config.Script
 
setName(String) - Method in class org.wso2.testgrid.common.Deployment
Sets the name of the deployment.
setName(String) - Method in class org.wso2.testgrid.common.DeploymentCreationResult
 
setName(String) - Method in class org.wso2.testgrid.common.DeploymentPattern
Sets the name of test plan.
setName(String) - Method in class org.wso2.testgrid.common.infrastructure.InfrastructureParameter
 
setName(String) - Method in class org.wso2.testgrid.common.InfrastructureProvisionResult
 
setName(String) - Method in class org.wso2.testgrid.common.Product
Sets the product name.
setName(String) - Method in class org.wso2.testgrid.common.ProductTestStatus
 
setName(String) - Method in class org.wso2.testgrid.common.TestCase
Sets the name of the test case.
setName(String) - Method in class org.wso2.testgrid.common.TestScenario
Sets the test scenario name.
setParameters(Properties) - Method in class org.wso2.testgrid.common.config.InfrastructureConfig
 
setPhase(Script.Phase) - Method in class org.wso2.testgrid.common.config.Script
 
setPortNumber(int) - Method in class org.wso2.testgrid.common.Port
 
setPorts(List<Port>) - Method in class org.wso2.testgrid.common.Host
 
setProduct(Product) - Method in class org.wso2.testgrid.common.DeploymentPattern
Sets the product associated with the deployment pattern.
setProperties(String) - Method in class org.wso2.testgrid.common.infrastructure.InfrastructureParameter
 
setProperties(Properties) - Method in class org.wso2.testgrid.common.InfrastructureProvisionResult
 
setProtocol(String) - Method in class org.wso2.testgrid.common.Port
 
setProvisioners(List<InfrastructureConfig.Provisioner>) - Method in class org.wso2.testgrid.common.config.InfrastructureConfig
 
setReadyForTestGrid(boolean) - Method in class org.wso2.testgrid.common.infrastructure.InfrastructureParameter
 
setRelativePaths(boolean) - Method in class org.wso2.testgrid.common.config.JobConfigFile
Set whether the paths in the @JobConfigFile need to be resolved as relative paths or not.
setResultLocation(String) - Method in class org.wso2.testgrid.common.InfrastructureProvisionResult
 
setScenarioConfig(ScenarioConfig) - Method in class org.wso2.testgrid.common.TestPlan
 
setScenarios(List<String>) - Method in class org.wso2.testgrid.common.config.ScenarioConfig
 
setScenarioTestsRepository(String) - Method in class org.wso2.testgrid.common.config.JobConfigFile
 
setScenarioTestsRepository(String) - Method in class org.wso2.testgrid.common.TestPlan
Sets the path of the test plans' test artifacts.
setScripts(List<Script>) - Method in class org.wso2.testgrid.common.config.DeploymentConfig.DeploymentPattern
 
setStatus(String) - Method in class org.wso2.testgrid.common.ProductTestStatus
 
setStatus(Status) - Method in class org.wso2.testgrid.common.TestPlan
Sets the status of the infrastructure.
setStatus(Status) - Method in class org.wso2.testgrid.common.TestScenario
Sets the test scenario status.
setSuccess(boolean) - Method in class org.wso2.testgrid.common.DeploymentCreationResult
 
setSuccess(boolean) - Method in class org.wso2.testgrid.common.InfrastructureProvisionResult
 
setSuccess(boolean) - Method in class org.wso2.testgrid.common.TestCase
Sets whether the test is successful or failed.
setTestCases(List<TestCase>) - Method in class org.wso2.testgrid.common.TestScenario
Sets the associated test cases list.
setTestExecutionTime(Timestamp) - Method in class org.wso2.testgrid.common.ProductTestStatus
 
setTestgridYamlLocation(String) - Method in class org.wso2.testgrid.common.config.JobConfigFile
 
setTestPlan(TestPlan) - Method in class org.wso2.testgrid.common.TestScenario
Sets the test plan associated with this test scenario.
setTestPlans(List<TestPlan>) - Method in class org.wso2.testgrid.common.DeploymentPattern
Sets the test plans associated with.
setTestRunNumber(int) - Method in class org.wso2.testgrid.common.TestPlan
Sets the test run number.
setTestScenario(TestScenario) - Method in class org.wso2.testgrid.common.TestCase
Sets the test scenario for the test case.
setTestScenarios(List<TestScenario>) - Method in class org.wso2.testgrid.common.TestPlan
Sets the associated test scenarios.
setType(Script.ScriptType) - Method in class org.wso2.testgrid.common.config.Script
 
setType(String) - Method in class org.wso2.testgrid.common.infrastructure.InfrastructureParameter
 
setType(String) - Method in class org.wso2.testgrid.common.infrastructure.InfrastructureValueSet
 
setValues(Set<InfrastructureParameter>) - Method in class org.wso2.testgrid.common.infrastructure.InfrastructureValueSet
 
setVersion(String) - Method in class org.wso2.testgrid.common.config.TestgridYaml
 
setWorkingDir(String) - Method in class org.wso2.testgrid.common.config.JobConfigFile
 
ShellExecutor - Class in org.wso2.testgrid.common
Responsible in executing given shell scripts
ShellExecutor() - Constructor for class org.wso2.testgrid.common.ShellExecutor
 
ShellExecutor(Path) - Constructor for class org.wso2.testgrid.common.ShellExecutor
 
Status - Enum in org.wso2.testgrid.common
This defines the possible statuses of an entity.
STATUS_COLUMN - Static variable in class org.wso2.testgrid.common.TestPlan
Column names of the table.
STATUS_COLUMN - Static variable in class org.wso2.testgrid.common.TestScenario
 
StringUtil - Class in org.wso2.testgrid.common.util
Utility class to handle String related operations.
StringUtil() - Constructor for class org.wso2.testgrid.common.util.StringUtil
 

T

TEST_CASE_TABLE - Static variable in class org.wso2.testgrid.common.TestCase
Test plan table name.
TEST_LOG_FILE_NAME - Static variable in class org.wso2.testgrid.common.TestGridConstants
 
TEST_PLAN_COLUMN - Static variable in class org.wso2.testgrid.common.TestScenario
 
TEST_PLAN_TABLE - Static variable in class org.wso2.testgrid.common.TestPlan
TestPlan table name.
TEST_PLAN_YAML_PREFIX - Static variable in class org.wso2.testgrid.common.TestGridConstants
 
TEST_SCENARIO_COLUMN - Static variable in class org.wso2.testgrid.common.TestCase
 
TEST_SCENARIO_TABLE - Static variable in class org.wso2.testgrid.common.TestScenario
Test plan table name.
TestCase - Class in org.wso2.testgrid.common
Defines a model object of TestCase with required attributes.
TestCase() - Constructor for class org.wso2.testgrid.common.TestCase
 
TESTGRID_CONFIG_FILE - Static variable in class org.wso2.testgrid.common.TestGridConstants
 
TESTGRID_HOME_ENV - Static variable in class org.wso2.testgrid.common.TestGridConstants
 
TESTGRID_HOME_SYSTEM_PROPERTY - Static variable in class org.wso2.testgrid.common.TestGridConstants
 
TESTGRID_YAML - Static variable in class org.wso2.testgrid.common.TestGridConstants
 
TestGridConstants - Class in org.wso2.testgrid.common
Class to maintain constants across modules.
TestGridConstants() - Constructor for class org.wso2.testgrid.common.TestGridConstants
 
TestGridDeployerException - Exception in org.wso2.testgrid.common.exception
This is the custom exception class to wrap exceptions occurred during deployment process.
TestGridDeployerException() - Constructor for exception org.wso2.testgrid.common.exception.TestGridDeployerException
Constructs a new exception with null as its detail message.
TestGridDeployerException(String) - Constructor for exception org.wso2.testgrid.common.exception.TestGridDeployerException
Constructs a new exception with the specified detail message.
TestGridDeployerException(Throwable) - Constructor for exception org.wso2.testgrid.common.exception.TestGridDeployerException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) which typically contains the class and detail message of the cause.
TestGridDeployerException(String, Throwable) - Constructor for exception org.wso2.testgrid.common.exception.TestGridDeployerException
Constructs a new exception with the specified detail message and cause.
TestGridError - Error in org.wso2.testgrid.common
Represents an Error during testgrid execution.
TestGridError() - Constructor for error org.wso2.testgrid.common.TestGridError
Constructs a new exception with null as its detail message.
TestGridError(String) - Constructor for error org.wso2.testgrid.common.TestGridError
Constructs a new exception with the specified detail message.
TestGridError(Throwable) - Constructor for error org.wso2.testgrid.common.TestGridError
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) which typically contains the class and detail message of the cause.
TestGridError(String, Throwable) - Constructor for error org.wso2.testgrid.common.TestGridError
Constructs a new exception with the specified detail message and cause.
TestGridException - Exception in org.wso2.testgrid.common.exception
This is a custom exception class to throw all issues related to TestGrid.
TestGridException() - Constructor for exception org.wso2.testgrid.common.exception.TestGridException
Constructs a new exception with null as its detail message.
TestGridException(String) - Constructor for exception org.wso2.testgrid.common.exception.TestGridException
Constructs a new exception with the specified detail message.
TestGridException(Throwable) - Constructor for exception org.wso2.testgrid.common.exception.TestGridException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) which typically contains the class and detail message of the cause.
TestGridException(String, Throwable) - Constructor for exception org.wso2.testgrid.common.exception.TestGridException
Constructs a new exception with the specified detail message and cause.
TestGridInfrastructureException - Exception in org.wso2.testgrid.common.exception
This is the custom exception class to wrap exceptions occurred during infrastructure creation process.
TestGridInfrastructureException() - Constructor for exception org.wso2.testgrid.common.exception.TestGridInfrastructureException
Constructs a new exception with null as its detail message.
TestGridInfrastructureException(String) - Constructor for exception org.wso2.testgrid.common.exception.TestGridInfrastructureException
Constructs a new exception with the specified detail message.
TestGridInfrastructureException(Throwable) - Constructor for exception org.wso2.testgrid.common.exception.TestGridInfrastructureException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) which typically contains the class and detail message of the cause.
TestGridInfrastructureException(String, Throwable) - Constructor for exception org.wso2.testgrid.common.exception.TestGridInfrastructureException
Constructs a new exception with the specified detail message and cause.
TestGridLoggingException - Exception in org.wso2.testgrid.common.exception
This is a custom exception class to throw all issues related to test grid logging.
TestGridLoggingException() - Constructor for exception org.wso2.testgrid.common.exception.TestGridLoggingException
Constructs a new exception with null as its detail message.
TestGridLoggingException(String) - Constructor for exception org.wso2.testgrid.common.exception.TestGridLoggingException
Constructs a new exception with the specified detail message.
TestGridLoggingException(Throwable) - Constructor for exception org.wso2.testgrid.common.exception.TestGridLoggingException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) which typically contains the class and detail message of the cause.
TestGridLoggingException(String, Throwable) - Constructor for exception org.wso2.testgrid.common.exception.TestGridLoggingException
Constructs a new exception with the specified detail message and cause.
TestGridRuntimeException - Exception in org.wso2.testgrid.common.exception
This is a custom exception class to throw all runtime issues related to TestGrid.
TestGridRuntimeException() - Constructor for exception org.wso2.testgrid.common.exception.TestGridRuntimeException
Constructs a new exception with null as its detail message.
TestGridRuntimeException(String) - Constructor for exception org.wso2.testgrid.common.exception.TestGridRuntimeException
Constructs a new exception with the specified detail message.
TestGridRuntimeException(Throwable) - Constructor for exception org.wso2.testgrid.common.exception.TestGridRuntimeException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) which typically contains the class and detail message of the cause.
TestGridRuntimeException(String, Throwable) - Constructor for exception org.wso2.testgrid.common.exception.TestGridRuntimeException
Constructs a new exception with the specified detail message and cause.
TestGridUtil - Class in org.wso2.testgrid.common.util
This Util class holds the common utility methods.
TestGridUtil() - Constructor for class org.wso2.testgrid.common.util.TestGridUtil
 
TestgridYaml - Class in org.wso2.testgrid.common.config
Represents the object model of testgrid.yaml config file.
TestgridYaml() - Constructor for class org.wso2.testgrid.common.config.TestgridYaml
 
TestPlan - Class in org.wso2.testgrid.common
Defines a model object of TestPlan with required attributes.
TestPlan() - Constructor for class org.wso2.testgrid.common.TestPlan
 
TestPlan.DeployerType - Enum in org.wso2.testgrid.common
This defines the supported deployment automation tools.
TESTRUN_NUMBER_COLUMN - Static variable in class org.wso2.testgrid.common.TestPlan
 
TestScenario - Class in org.wso2.testgrid.common
Defines a model object of TestScenario with required attributes.
TestScenario() - Constructor for class org.wso2.testgrid.common.TestScenario
 
toString() - Method in enum org.wso2.testgrid.common.config.ConfigurationContext.ConfigurationProperties
 
toString() - Method in class org.wso2.testgrid.common.config.DeploymentConfig.DeploymentPattern
 
toString() - Method in enum org.wso2.testgrid.common.config.InfrastructureConfig.ContainerOrchestrationEngine
 
toString() - Method in enum org.wso2.testgrid.common.config.InfrastructureConfig.IACProvider
 
toString() - Method in enum org.wso2.testgrid.common.config.InfrastructureConfig.InfrastructureProvider
 
toString() - Method in class org.wso2.testgrid.common.config.JobConfigFile
 
toString() - Method in enum org.wso2.testgrid.common.config.Script.Phase
 
toString() - Method in enum org.wso2.testgrid.common.config.Script.ScriptType
 
toString() - Method in class org.wso2.testgrid.common.DeploymentPattern
 
toString() - Method in class org.wso2.testgrid.common.Host
 
toString() - Method in class org.wso2.testgrid.common.infrastructure.InfrastructureCombination
 
toString() - Method in class org.wso2.testgrid.common.infrastructure.InfrastructureParameter
 
toString() - Method in class org.wso2.testgrid.common.infrastructure.InfrastructureValueSet
 
toString() - Method in class org.wso2.testgrid.common.Product
 
toString() - Method in enum org.wso2.testgrid.common.Status
 
toString() - Method in class org.wso2.testgrid.common.TestCase
 
toString() - Method in enum org.wso2.testgrid.common.TestPlan.DeployerType
 
toString() - Method in class org.wso2.testgrid.common.TestPlan
 
toString() - Method in class org.wso2.testgrid.common.TestScenario
 
toTestPlanEntity(DeploymentPattern, TestPlan) - Static method in class org.wso2.testgrid.common.util.TestGridUtil
This method generates TestPlan object model that from the given input parameters.

U

UnsupportedDeployerException - Exception in org.wso2.testgrid.common.exception
A custom exception class to throw exceptions when an unsupported type of deployer is requested.
UnsupportedDeployerException() - Constructor for exception org.wso2.testgrid.common.exception.UnsupportedDeployerException
Constructs a new exception with null as its detail message.
UnsupportedDeployerException(String) - Constructor for exception org.wso2.testgrid.common.exception.UnsupportedDeployerException
Constructs a new exception with the specified detail message.
UnsupportedDeployerException(Throwable) - Constructor for exception org.wso2.testgrid.common.exception.UnsupportedDeployerException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) which typically contains the class and detail message of the cause.
UnsupportedDeployerException(String, Throwable) - Constructor for exception org.wso2.testgrid.common.exception.UnsupportedDeployerException
Constructs a new exception with the specified detail message and cause.
UnsupportedProviderException - Exception in org.wso2.testgrid.common.exception
This is a custom exception class to throw exceptions when an unsupported provider has requested.
UnsupportedProviderException() - Constructor for exception org.wso2.testgrid.common.exception.UnsupportedProviderException
Constructs a new exception with null as its detail message.
UnsupportedProviderException(String) - Constructor for exception org.wso2.testgrid.common.exception.UnsupportedProviderException
Constructs a new exception with the specified detail message.
UnsupportedProviderException(Throwable) - Constructor for exception org.wso2.testgrid.common.exception.UnsupportedProviderException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) which typically contains the class and detail message of the cause.
UnsupportedProviderException(String, Throwable) - Constructor for exception org.wso2.testgrid.common.exception.UnsupportedProviderException
Constructs a new exception with the specified detail message and cause.

V

valueOf(String) - Static method in enum org.wso2.testgrid.common.config.ConfigurationContext.ConfigurationProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.testgrid.common.config.InfrastructureConfig.ContainerOrchestrationEngine
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.testgrid.common.config.InfrastructureConfig.IACProvider
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.testgrid.common.config.InfrastructureConfig.InfrastructureProvider
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.testgrid.common.config.Script.Phase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.testgrid.common.config.Script.ScriptType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.testgrid.common.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.testgrid.common.TestPlan.DeployerType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.wso2.testgrid.common.config.ConfigurationContext.ConfigurationProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wso2.testgrid.common.config.InfrastructureConfig.ContainerOrchestrationEngine
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wso2.testgrid.common.config.InfrastructureConfig.IACProvider
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wso2.testgrid.common.config.InfrastructureConfig.InfrastructureProvider
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wso2.testgrid.common.config.Script.Phase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wso2.testgrid.common.config.Script.ScriptType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wso2.testgrid.common.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wso2.testgrid.common.TestPlan.DeployerType
Returns an array containing the constants of this enum type, in the order they are declared.

Y

YAML_EXTENSION - Static variable in class org.wso2.testgrid.common.util.FileUtil
 
A C D E F G H I J L N O P R S T U V Y 
Skip navigation links

Copyright © 2018 WSO2. All rights reserved.