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

A

abortExecution(String, String) - Method in class org.wso2.testgrid.common.util.tinkerer.TinkererSDK
Abort running operation by sending abort command.
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
 
addGrafanaDataSource() - Method in class org.wso2.testgrid.common.GrafanaDashboardHandler
This method will create a grafana datasource according to TestPlanID
addParameter(InfrastructureParameter) - Method in class org.wso2.testgrid.common.infrastructure.InfrastructureCombination
Add another infrastructure parameter.
addParameters(Set<InfrastructureParameter>) - Method in class org.wso2.testgrid.common.infrastructure.InfrastructureCombination
Add another set of infrastructure parameters.
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.
Agent - Class in org.wso2.testgrid.common
This class holds Agent data.
Agent(String) - Constructor for class org.wso2.testgrid.common.Agent
 
AgentObservable - Class in org.wso2.testgrid.common.agentoperation
Observable class to handle common observable operation on subscribed observers.
AgentObservable() - Constructor for class org.wso2.testgrid.common.agentoperation.AgentObservable
 
AMAZON_S3_DEFAULT_BUCKET_NAME - Static variable in class org.wso2.testgrid.common.TestGridConstants
 
AMAZON_S3_URL - Static variable in class org.wso2.testgrid.common.TestGridConstants
 
apply(T) - Method in interface org.wso2.testgrid.common.util.LambdaExceptionUtils.FunctionWithExceptions
 
ArtifactReadable - Interface in org.wso2.testgrid.common.plugins
The interface defines the contract for reading artifacts.
ArtifactReaderException - Exception in org.wso2.testgrid.common.plugins
Custom exception class to throw all exceptions related to ArtifactReadable.
ArtifactReaderException() - Constructor for exception org.wso2.testgrid.common.plugins.ArtifactReaderException
Constructs a new exception with null as its detail message.
ArtifactReaderException(String) - Constructor for exception org.wso2.testgrid.common.plugins.ArtifactReaderException
Constructs a new exception with the specified detail message.
ArtifactReaderException(Throwable) - Constructor for exception org.wso2.testgrid.common.plugins.ArtifactReaderException
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.
ArtifactReaderException(String, Throwable) - Constructor for exception org.wso2.testgrid.common.plugins.ArtifactReaderException
Constructs a new exception with the specified detail message and cause.
AsyncCommandResponse - Class in org.wso2.testgrid.common.util.tinkerer
Maintain details of the execution result of async command request.
AWS_LIMITS_YAML - Static variable in class org.wso2.testgrid.common.TestGridConstants
 
AWSArtifactReader - Class in org.wso2.testgrid.common.plugins
This class is responsible for downloading artifacts from AWS.
AWSArtifactReader(String, String) - Constructor for class org.wso2.testgrid.common.plugins.AWSArtifactReader
Creates an instance of AWSArtifactReader for the given region and bucket name.
AWSResourceLimit - Class in org.wso2.testgrid.common.infrastructure
Represents a AWS resource and its maximum limit in a particular AWS region.
AWSResourceLimit() - Constructor for class org.wso2.testgrid.common.infrastructure.AWSResourceLimit
 
AWSResourceRequirement - Class in org.wso2.testgrid.common.infrastructure
Represents an AWS resource required for a deployment pattern.
AWSResourceRequirement() - Constructor for class org.wso2.testgrid.common.infrastructure.AWSResourceRequirement
 

B

broadcastShellCommand(String, String) - Method in class org.wso2.testgrid.common.util.tinkerer.TinkererSDK
Send a command to all the tinkerer agents belongs to a given test-plan.

C

canHandle(Script.ScriptType) - Method in interface org.wso2.testgrid.common.InfrastructureProvider
This method returns whether the provider can handle the requested infrastructure.
cleanup(TestPlan) - Method in interface org.wso2.testgrid.common.InfrastructureProvider
This method can be used to cleanup any additional infrastructure provided.
clone() - Method in class org.wso2.testgrid.common.config.InfrastructureConfig
 
clone() - Method in class org.wso2.testgrid.common.config.InfrastructureConfig.Provisioner
 
clone() - Method in class org.wso2.testgrid.common.config.Script
 
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.infrastructure.InfrastructureParameter
 
clone() - Method in class org.wso2.testgrid.common.TestPlan
 
Column - Class in org.wso2.testgrid.common
Model class representing a table column in ResultFormat.
Column() - Constructor for class org.wso2.testgrid.common.Column
 
COLUMN - Static variable in class org.wso2.testgrid.common.Column
 
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.
CommandResponse - Class in org.wso2.testgrid.common.util.tinkerer
Abstract class to hold the result of execution.
CommandResponse() - Constructor for class org.wso2.testgrid.common.util.tinkerer.CommandResponse
 
COMMON_COLUMN - Static variable in class org.wso2.testgrid.common.Column
 
compareTo(InfrastructureParameter) - Method in class org.wso2.testgrid.common.infrastructure.InfrastructureParameter
 
compress(String, String) - Static method in class org.wso2.testgrid.common.util.FileUtil
Compress the files at sourceDir into the destination zip file.
compressFiles(List<String>, String) - Static method in class org.wso2.testgrid.common.util.FileUtil
Creates a archive file of the list of files passing in the given destination.
concatStrings(Object...) - Static method in class org.wso2.testgrid.common.util.StringUtil
Returns a string concatenating the given strings.
ConfigChangeSet - Class in org.wso2.testgrid.common
Defines a model object of Change config set with required attributes.
ConfigChangeSet() - Constructor for class org.wso2.testgrid.common.ConfigChangeSet
 
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.
convertToJsonString(Properties) - Static method in class org.wso2.testgrid.common.util.TestGridUtil
transform the properties object into a json string.

D

DATA_BUCKET_OUTPUT_DIR_NAME - Static variable in class org.wso2.testgrid.common.util.DataBucketsHelper
 
DATABASE - Static variable in class org.wso2.testgrid.common.infrastructure.DefaultInfrastructureTypes
DataBucketsHelper - Class in org.wso2.testgrid.common.util
A helper class to get the input and output directories of each testgrid step.
DataBucketsHelper() - Constructor for class org.wso2.testgrid.common.util.DataBucketsHelper
 
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
 
DEBUG_MODE - Static variable in class org.wso2.testgrid.common.TestGridConstants
 
DEFAULT_DEPLOYMENT_PATTERN_NAME - Static variable in class org.wso2.testgrid.common.TestGridConstants
 
DEFAULT_DEPLOYMENT_SCRIPT_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.
deleteTestPlan(TestPlan) - Static method in class org.wso2.testgrid.common.util.S3StorageUtil
This method delete the log files for a given test plan in S3
DEPL_OUT_FILE - Static variable in class org.wso2.testgrid.common.util.DataBucketsHelper
 
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
 
deriveLogDownloadLocation(TestPlan) - Static method in class org.wso2.testgrid.common.util.TestGridUtil
Returns the path of the directory where log files will be downloaded.
deriveS3DeploymentOutputsDir(TestPlan, ArtifactReadable) - Static method in class org.wso2.testgrid.common.util.S3StorageUtil
Returns the path for deployment-outputs for a given test-plan
deriveS3ScenarioArchiveFileDir(TestPlan, String, ArtifactReadable) - Static method in class org.wso2.testgrid.common.util.S3StorageUtil
Returns the scenario-archive file path in S3 for a scenario of a test-plan.
deriveS3ScenarioOutputsFilePath(TestPlan, ArtifactReadable) - Static method in class org.wso2.testgrid.common.util.S3StorageUtil
Returns the path to output.properties generated during scenario execution.
deriveS3TestPlanDirPath(TestPlan, ArtifactReadable) - Static method in class org.wso2.testgrid.common.util.S3StorageUtil
Returns the test-plan directory path in S3 for the test-plan.
deriveS3TestsResultsArchivePath(TestPlan, ArtifactReadable) - Static method in class org.wso2.testgrid.common.util.S3StorageUtil
Returns the test results archive file path in S3 of a test-plan.
deriveScenarioArtifactPath(TestScenario, String) - Static method in class org.wso2.testgrid.common.util.TestGridUtil
Derives the relative path of a scenario-artifact.
deriveTestGridLogFilePath(String, String) - Static method in class org.wso2.testgrid.common.util.TestGridUtil
Returns the path of the log file.
deriveTestPlanDirName(TestPlan) - Static method in class org.wso2.testgrid.common.util.TestGridUtil
Deprecated.
deriveTestPlanId(TestPlan, InfrastructureCombination, DeploymentPattern) - Static method in class org.wso2.testgrid.common.util.TestGridUtil
Returns the test-plan id based on the test-plan and the properties relevant to it.
deriveTestRunLogFilePath(TestPlan, Boolean) - Static method in class org.wso2.testgrid.common.util.TestGridUtil
Returns the path of the test-run log file.
DESCRIPTION_COLUMN - Static variable in class org.wso2.testgrid.common.TestScenario
 

E

endReadStream() - Method in class org.wso2.testgrid.common.util.tinkerer.AsyncCommandResponse
Remove persisted stream result from file.
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
 
EnvironmentUtil.OSType - Enum in org.wso2.testgrid.common.util
Types of Operating Systems
equals(Object) - Method in class org.wso2.testgrid.common.infrastructure.InfrastructureParameter
 
equals(Object) - Method in class org.wso2.testgrid.common.TestCase
 
executeCommand(String) - Method in class org.wso2.testgrid.common.ShellExecutor
Executes a shell command.
executeCommand(String, Map<String, String>) - Method in class org.wso2.testgrid.common.ShellExecutor
Executes a shell command.
executeCommandAsync(String, String) - Method in class org.wso2.testgrid.common.util.tinkerer.TinkererSDK
Send shell command as http request to the Tinkerer and get back the result as asynced result.
executeCommandSync(String, String, String, String) - Method in class org.wso2.testgrid.common.util.tinkerer.TinkererSDK
Send shell command as http request to the Tinkerer and get back the result as synced response.

F

FAILURE_MESSAGE_COLUMN - Static variable in class org.wso2.testgrid.common.TestCase
 
fibonacci(int) - Static method in class org.wso2.testgrid.common.util.TestGridUtil
Returns the number in fibonacci series for a given position.
FILE_SEPARATOR - Static variable in class org.wso2.testgrid.common.TestGridConstants
 
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
 
getAgentId() - Method in class org.wso2.testgrid.common.Agent
 
getAgentId() - Method in class org.wso2.testgrid.common.agentoperation.OperationRequest
Get agent id which is running command
getAgentListByInstantName(String, String) - Method in class org.wso2.testgrid.common.util.tinkerer.TinkererSDK
Get a list of agent by given test plan id and instant name.
getAgentListByTestPlanId(String) - Method in class org.wso2.testgrid.common.util.tinkerer.TinkererSDK
Get a list of agent for given set of test plans
getAgents() - Method in class org.wso2.testgrid.common.DeploymentCreationResult
 
getAllAgentList() - Method in class org.wso2.testgrid.common.util.tinkerer.TinkererSDK
Get a list of all agents from Tinkerer
getAllTestPlanIds() - Method in class org.wso2.testgrid.common.util.tinkerer.TinkererSDK
 
getArtifactStream(String) - Method in interface org.wso2.testgrid.common.plugins.ArtifactReadable
Read the artifacts for the given key and return an input stream without truncating.
getArtifactStream(String) - Method in class org.wso2.testgrid.common.plugins.AWSArtifactReader
 
getBastianIP() - Method in class org.wso2.testgrid.common.DeploymentCreationResult
 
getBuildOutputsDir(TestPlan) - Static method in class org.wso2.testgrid.common.util.DataBucketsHelper
Get the build outputs dir
getBuildURL() - Method in class org.wso2.testgrid.common.TestPlan
 
getCfnMD5Hash() - Method in class org.wso2.testgrid.common.infrastructure.AWSResourceRequirement
 
getCode() - Method in class org.wso2.testgrid.common.agentoperation.Operation
Get type of the operation SHELL/PING/STREAM_FILE/ABORT
getColumns() - Method in class org.wso2.testgrid.common.Column
 
getCompleted() - Method in class org.wso2.testgrid.common.agentoperation.OperationSegment
Check operation execution state is completed or not
getCompleteInputStreamSize() - Method in class org.wso2.testgrid.common.TruncatedInputStreamData
Returns the complete input stream size in human readable format.
getConfigChangeSetBranchName() - Method in class org.wso2.testgrid.common.config.JobConfigFile
Get config change set repository branch name
getConfigChangeSetBranchName() - Method in class org.wso2.testgrid.common.TestPlan
Get config change set repository branch name
getConfigChangeSetDescription() - Method in class org.wso2.testgrid.common.TestScenario
Get config change set description for current scenario
getConfigChangeSetName() - Method in class org.wso2.testgrid.common.TestScenario
Get config change set name for a current scenario
getConfigChangeSetRepository() - Method in class org.wso2.testgrid.common.config.JobConfigFile
Get config change set repository
getConfigChangeSetRepository() - Method in class org.wso2.testgrid.common.TestPlan
Return the path of config change set artifacts.
getConfigChangeSets() - Method in class org.wso2.testgrid.common.config.ScenarioConfig
This method returns the list of scenarios.
getConfigFilePath() - Static method in class org.wso2.testgrid.common.util.TestGridUtil
Returns the path of config.properties.
getContainerOrchestrationEngine() - Method in class org.wso2.testgrid.common.config.InfrastructureConfig
 
getCreatedTimestamp() - Method in class org.wso2.testgrid.common.AbstractUUIDEntity
Returns the created timestamp.
getCurrentUsage() - Method in class org.wso2.testgrid.common.infrastructure.AWSResourceLimit
 
getDashboardURLFor(String) - Static method in class org.wso2.testgrid.common.util.TestGridUtil
Generate the Dashboard URL for the given product/job name.
getDashboardURLFor(TestPlan) - Static method in class org.wso2.testgrid.common.util.TestGridUtil
Generate the Dashboard URL for the given test plan
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.
getDeploymentCreationResult() - Method in class org.wso2.testgrid.common.TestPlan
 
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
Deprecated.
getDescription() - Method in class org.wso2.testgrid.common.config.DeploymentConfig.DeploymentPattern
 
getDescription() - Method in class org.wso2.testgrid.common.config.Script
 
getDescription() - Method in class org.wso2.testgrid.common.ConfigChangeSet
 
getDescription() - Method in class org.wso2.testgrid.common.TestScenario
Returns the description of the test scenario.
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.
getDir() - Method in class org.wso2.testgrid.common.config.ScenarioConfig
 
getDir() - Method in class org.wso2.testgrid.common.TestScenario
Returns the directory of the test scenario.
getDividers() - Method in class org.wso2.testgrid.common.ResultFormat
 
getEmailToList() - Method in class org.wso2.testgrid.common.TestPlan
 
getExcludes() - Method in class org.wso2.testgrid.common.config.InfrastructureConfig
 
getExitValue() - Method in class org.wso2.testgrid.common.agentoperation.OperationSegment
Get exit value of the execution result
getExitValue() - Method in class org.wso2.testgrid.common.util.tinkerer.AsyncCommandResponse
Get exit value of the operation
getExitValue() - Method in class org.wso2.testgrid.common.util.tinkerer.CommandResponse
Get exit value of the operation
getExitValue() - Method in class org.wso2.testgrid.common.util.tinkerer.ScriptExecutorThread
Get the exit value of the current operation.
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.ScenarioConfig
Returns the file name of the test script (e.g.
getFile() - Method in class org.wso2.testgrid.common.config.Script
 
getFilePath() - Method in class org.wso2.testgrid.common.util.tinkerer.AsyncCommandResponse
Get file path of persisted logs
getFilesOnDirectory(String, String) - Static method in class org.wso2.testgrid.common.util.FileUtil
This method returns the list of files in a given directory after filtering a given glob pattern.
getFirstDeploymentPattern() - Method in class org.wso2.testgrid.common.config.DeploymentConfig
 
getFirstProvisioner() - Method in class org.wso2.testgrid.common.config.InfrastructureConfig
 
getHashValue(Path) - Static method in class org.wso2.testgrid.common.util.TestGridUtil
Returns the MD5 hash value of a given file.
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
Deprecated.
getHumanReadableTimeDiff(long) - Static method in class org.wso2.testgrid.common.util.StringUtil
Get time for summary logging purposes.
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
 
getIncludes() - Method in class org.wso2.testgrid.common.config.InfrastructureConfig
 
getInfraCombinationId() - Method in class org.wso2.testgrid.common.infrastructure.InfrastructureCombination
Return the created id of infra combination.
getInfraParameters() - Method in class org.wso2.testgrid.common.TestPlan
Returns the infra parameters.
getInfraParamsOfTestPlan(Set<InfrastructureValueSet>, TestPlan) - Static method in class org.wso2.testgrid.common.util.TestGridUtil
Read the infra params from the infrastructure_parameter db table, and return the list of infra params used in the given test plan.
getInfrastructureConfig() - Method in class org.wso2.testgrid.common.TestPlan
 
getInfrastructureProperties() - Method in class org.wso2.testgrid.common.TestPlan
 
getInfrastructureProvider() - Method in class org.wso2.testgrid.common.config.InfrastructureConfig
 
getInfrastructureProvisionResult() - Method in class org.wso2.testgrid.common.TestPlan
 
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.
getInputLocation(TestPlan) - Static method in class org.wso2.testgrid.common.util.DataBucketsHelper
Returns the path of infrastructure inputs (infra-inputs).
getInputParameters() - Method in class org.wso2.testgrid.common.config.ScenarioConfig
Returns the list of input parameters required for the test script.
getInputParameters() - Method in class org.wso2.testgrid.common.config.Script
 
getInputStreamContent() - Method in class org.wso2.testgrid.common.TruncatedInputStreamData
Returns the content of the truncated input stream as a string.
getInstanceId() - Method in class org.wso2.testgrid.common.Agent
 
getInstanceIp() - Method in class org.wso2.testgrid.common.Agent
 
getInstanceName() - Method in class org.wso2.testgrid.common.Agent
 
getInstanceUser() - Method in class org.wso2.testgrid.common.Agent
 
getIp() - Method in class org.wso2.testgrid.common.Host
 
getJobName() - Method in class org.wso2.testgrid.common.config.JobConfigFile
 
getJobName() - Method in class org.wso2.testgrid.common.TestPlan
 
getJobProperties() - Method in class org.wso2.testgrid.common.TestPlan
Get the list of build properties associated with this test plan.
getKeyFileLocation() - Method in class org.wso2.testgrid.common.config.JobConfigFile
 
getKeyFileLocation() - Method in class org.wso2.testgrid.common.TestPlan
Get the location of the key file used to access the instances.
getLabel() - Method in class org.wso2.testgrid.common.Host
 
getLastAccessedTimestamp() - Method in class org.wso2.testgrid.common.infrastructure.AWSResourceRequirement
 
getLastFailureTimestamp() - Method in class org.wso2.testgrid.common.Product
Returns the last failure timestamp of the product build.
getLastSuccessTimestamp() - Method in class org.wso2.testgrid.common.Product
Returns the last success timestamp of the product build.
getLimitName() - Method in class org.wso2.testgrid.common.infrastructure.AWSResourceLimit
 
getLimitName() - Method in class org.wso2.testgrid.common.infrastructure.AWSResourceRequirement
 
getLogUrl() - Method in class org.wso2.testgrid.common.TestPlan
Returns the URL to view WSO2 server logs.
getMaxAllowedLimit() - Method in class org.wso2.testgrid.common.infrastructure.AWSResourceLimit
 
getMetaData() - Method in class org.wso2.testgrid.common.agentoperation.Operation
Get meta data for file streaming
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.Column
 
getName() - Method in class org.wso2.testgrid.common.config.DeploymentConfig.DeploymentPattern
 
getName() - Method in class org.wso2.testgrid.common.config.ScenarioConfig
 
getName() - Method in class org.wso2.testgrid.common.config.Script
 
getName() - Method in class org.wso2.testgrid.common.ConfigChangeSet
 
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.
getOperatingSystemType() - Static method in class org.wso2.testgrid.common.util.EnvironmentUtil
Get the type of OS the current running environment
getOperationId() - Method in class org.wso2.testgrid.common.agentoperation.Operation
Get operation id for the given operation
getOperationId() - Method in class org.wso2.testgrid.common.util.tinkerer.CommandResponse
Get operation id of the response
getOutputDir() - Method in class org.wso2.testgrid.common.config.ScenarioConfig
 
getOutputDir() - Method in class org.wso2.testgrid.common.TestScenario
 
getOutputLocation(TestPlan) - Static method in class org.wso2.testgrid.common.util.DataBucketsHelper
Returns the path of infrastructure outputs (infra-outputs).
getParameters() - Method in class org.wso2.testgrid.common.config.InfrastructureConfig
Contains a list of properties that show the infrastructure combination.
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
Deprecated.
Parameter parsing should only happen via the databuckets
getPerformanceTestResults() - Method in class org.wso2.testgrid.common.TestScenario
Returns the performance results data section
getPhase() - Method in class org.wso2.testgrid.common.config.Script
 
getPhase() - Method in class org.wso2.testgrid.common.TestPlan
Returns the phase of the test-plan
getPollInterval() - Method in class org.wso2.testgrid.common.TimeOutBuilder
 
getPollUnit() - Method in class org.wso2.testgrid.common.TimeOutBuilder
 
getPortNumber() - Method in class org.wso2.testgrid.common.Port
 
getPorts() - Method in class org.wso2.testgrid.common.Host
 
getPrimaryDivider() - Method in class org.wso2.testgrid.common.ResultFormat
 
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.config.JobConfigFile
Get a list of dynamic properties added to the job-config.yaml.
getProperties() - Method in class org.wso2.testgrid.common.DeploymentCreationResult
 
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
 
getProperty(Enum) - Static method in class org.wso2.testgrid.common.config.ConfigurationContext
Retrieve property from the property file.
getProperty(Enum, String) - Method in class org.wso2.testgrid.common.config.PropertyFileReader
Retrieve property from the property file.
getProtocol() - Method in class org.wso2.testgrid.common.Port
 
getProvider() - Method in class org.wso2.testgrid.common.Agent
 
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
 
getRegion() - Method in class org.wso2.testgrid.common.Agent
 
getRegion() - Method in class org.wso2.testgrid.common.infrastructure.AWSResourceLimit
 
getRemoteBranch() - Method in class org.wso2.testgrid.common.config.DeploymentConfig.DeploymentPattern
The git branch name of the remote git repository.
getRemoteBranch() - Method in class org.wso2.testgrid.common.config.ScenarioConfig
The git branch name of the remote git repository.
getRemoteRepository() - Method in class org.wso2.testgrid.common.config.DeploymentConfig.DeploymentPattern
The git repo URL of the remote git repository.
getRemoteRepository() - Method in class org.wso2.testgrid.common.config.ScenarioConfig
The git repo URL of the remote git repository.
getReportStructure() - Method in class org.wso2.testgrid.common.ResultFormat
 
getRequest() - Method in class org.wso2.testgrid.common.agentoperation.OperationRequest
Get request command
getRequiredCount() - Method in class org.wso2.testgrid.common.infrastructure.AWSResourceRequirement
 
getResponse() - Method in class org.wso2.testgrid.common.agentoperation.OperationSegment
Get content of execution result
getResponse() - Method in class org.wso2.testgrid.common.util.tinkerer.SyncCommandResponse
Get result log of the execution.
getResultFormat() - Method in class org.wso2.testgrid.common.TestPlan
Returns the ResultFormatter object fot the specific TestPlan
getResultLocation() - Method in class org.wso2.testgrid.common.InfrastructureProvisionResult
Deprecated.
getS3BucketURL() - Static method in class org.wso2.testgrid.common.util.S3StorageUtil
Generate the S3 bucket URL for the current environment.
getS3LocationForTestRunLogFile(TestPlan, Boolean, ArtifactReadable) - Static method in class org.wso2.testgrid.common.util.S3StorageUtil
Returns the path of the test-run log file in S3 bucket.
getScenarioConfigs() - Method in class org.wso2.testgrid.common.TestPlan
 
getScenarios() - Method in class org.wso2.testgrid.common.config.ScenarioConfig
 
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
 
getScripts() - Method in class org.wso2.testgrid.common.config.ScenarioConfig
 
getSegmentCount() - Method in class org.wso2.testgrid.common.util.tinkerer.ScriptExecutorThread
Get current read Segment count
getServiceName() - Method in class org.wso2.testgrid.common.infrastructure.AWSResourceLimit
 
getServiceName() - Method in class org.wso2.testgrid.common.infrastructure.AWSResourceRequirement
 
getStatus() - Method in class org.wso2.testgrid.common.config.ScenarioConfig
 
getStatus() - Method in class org.wso2.testgrid.common.ProductTestStatus
 
getStatus() - Method in class org.wso2.testgrid.common.TestCase
Returns whether the test is successful or failed.
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.
getSubProperties() - Method in class org.wso2.testgrid.common.infrastructure.InfrastructureParameter
Processes the InfrastructureParameter.properties field, and generate a list of sub infrastructure parameters.
getSummaryGraphs() - Method in class org.wso2.testgrid.common.TestScenario
Returns a List of Paths referencing the summary graphs
getSurefireReportsDir(TestPlan) - Static method in class org.wso2.testgrid.common.util.TestGridUtil
Returns the absolute path of the integration test log file.
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.
getTable() - Method in class org.wso2.testgrid.common.ResultFormat
 
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.
getTestOutputsLocation(TestPlan) - Static method in class org.wso2.testgrid.common.util.DataBucketsHelper
Returns the location to where the test outputs should be saved.
getTestPlan() - Method in class org.wso2.testgrid.common.config.ScenarioConfig
 
getTestPlan() - Method in class org.wso2.testgrid.common.TestScenario
Returns the test plan associated with this test scenario.
getTestPlanId() - Method in class org.wso2.testgrid.common.Agent
 
getTestPlanIdByReadingTGYaml(String) - Static method in class org.wso2.testgrid.common.util.FileUtil
Get test plan ids by reading testgrid yaml files contains in the testgrid home.
getTestPlanRequestDirectory() - Static method in class org.wso2.testgrid.common.util.TestGridUtil
Returns the directory location where the test-plan requests are stored.
getTestPlans() - Method in class org.wso2.testgrid.common.DeploymentPattern
Returns the test plans associated with.
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.
getTestScenarioArtifactPath(TestScenario) - Static method in class org.wso2.testgrid.common.util.TestGridUtil
 
getTestScenarios() - Method in class org.wso2.testgrid.common.TestPlan
Returns the associated test scenarios.
getTestType() - Method in class org.wso2.testgrid.common.config.ScenarioConfig
 
getTimeOut() - Method in class org.wso2.testgrid.common.TimeOutBuilder
 
getTimeOutUnit() - Method in class org.wso2.testgrid.common.TimeOutBuilder
 
getType() - Method in class org.wso2.testgrid.common.Column
 
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.
getWorkspace() - Method in class org.wso2.testgrid.common.TestPlan
Return the workspace of the TestPlan.
GrafanaDashboardHandler - Class in org.wso2.testgrid.common
This class create a database in influxDB and a Data Source in Grafana according to the test plan
GrafanaDashboardHandler(String) - Constructor for class org.wso2.testgrid.common.GrafanaDashboardHandler
 

H

hashCode() - Method in class org.wso2.testgrid.common.infrastructure.InfrastructureParameter
 
hashCode() - Method in class org.wso2.testgrid.common.TestCase
 
hasMoreContent() - Method in class org.wso2.testgrid.common.util.tinkerer.AsyncCommandResponse
Check if more content available to read.
HIDDEN_FILE_INDICATOR - Static variable in class org.wso2.testgrid.common.TestGridConstants
 
Host - Class in org.wso2.testgrid.common
Defines a model object for a created HOST.
Host() - Constructor for class org.wso2.testgrid.common.Host
 
HostValidator - Class in org.wso2.testgrid.common
This class is to validate all hosts with SSL
HostValidator() - Constructor for class org.wso2.testgrid.common.HostValidator
 
HTML_LINE_SEPARATOR - Static variable in class org.wso2.testgrid.common.TestGridConstants
 
HTTP - Static variable in class org.wso2.testgrid.common.TestGridConstants
 

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.
INFRA_OUT_FILE - Static variable in class org.wso2.testgrid.common.util.DataBucketsHelper
 
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(InfrastructureParameter...) - Constructor for class org.wso2.testgrid.common.infrastructure.InfrastructureCombination
Initializes an @InfrastructureCombination object with the given number 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(TestPlan) - Method in interface org.wso2.testgrid.common.InfrastructureProvider
This method can be used to initialize the infrastructure provider.
initDashboard() - Method in class org.wso2.testgrid.common.GrafanaDashboardHandler
This method will create a DB in influxDB and add a new Data source to grafana
IS_SUCCESS_COLUMN - Static variable in class org.wso2.testgrid.common.TestCase
 
isArtifactExist(String) - Method in interface org.wso2.testgrid.common.plugins.ArtifactReadable
Verify the existence of the artifact for the given key.
isArtifactExist(String) - Method in class org.wso2.testgrid.common.plugins.AWSArtifactReader
 
isCompleted() - Method in class org.wso2.testgrid.common.util.tinkerer.AsyncCommandResponse
Check if execution completed
isCompleted() - Method in class org.wso2.testgrid.common.util.tinkerer.ScriptExecutorThread
Get operation execution status is completed or not.
isDebugMode(TestPlan) - Static method in class org.wso2.testgrid.common.util.TestGridUtil
Checks whether debug mode is enabled for this test plan or not.
isDeploymentTinkererEnabled() - Static method in class org.wso2.testgrid.common.config.ConfigurationContext
 
isFileExist(String) - Static method in class org.wso2.testgrid.common.util.FileUtil
Check if file exist in given file path
isGrafanaDashboardEnabled() - Static method in class org.wso2.testgrid.common.config.ConfigurationContext
 
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
 
isTruncated() - Method in class org.wso2.testgrid.common.TruncatedInputStreamData
Returns whether the input stream is actually truncated or not.

J

JDK - Static variable in class org.wso2.testgrid.common.infrastructure.DefaultInfrastructureTypes
 
JMETER_FILE_FILTER_PATTERN - Static variable in class org.wso2.testgrid.common.TestGridConstants
 
JMETER_FOLDER - Static variable in class org.wso2.testgrid.common.TestGridConstants
 
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
 

K

KEY_FILE_LOCATION - Static variable in class org.wso2.testgrid.common.TestGridConstants
 

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.
LIMIT_NAME_COLUMN - Static variable in class org.wso2.testgrid.common.infrastructure.AWSResourceLimit
 

M

MAVEN_RELATED_DIR - Static variable in class org.wso2.testgrid.common.TestGridConstants
 
MAX_BUFFER_IDLE_TIME_MS - Static variable in class org.wso2.testgrid.common.util.tinkerer.ScriptExecutorThread
 
MD5_HASH_COLUMN - Static variable in class org.wso2.testgrid.common.infrastructure.AWSResourceRequirement
 
mergeTestPlans(TestPlan, TestPlan, boolean) - Static method in class org.wso2.testgrid.common.util.TestGridUtil
Copies non existing properties from a persisted test plan to a test plan object generated from the config.

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.
NOT_CONFIGURED_STR - Static variable in class org.wso2.testgrid.common.TestGridConstants
 
notifyObservable(Object) - Method in class org.wso2.testgrid.common.agentoperation.AgentObservable
Notify observers that new message has been received.

O

OPERATING_SYSTEM - Static variable in class org.wso2.testgrid.common.infrastructure.DefaultInfrastructureTypes
 
Operation - Class in org.wso2.testgrid.common.agentoperation
Tinkerer operation class to handle response from and to Tinkerer message queue.
Operation() - Constructor for class org.wso2.testgrid.common.agentoperation.Operation
 
Operation.OperationCode - Enum in org.wso2.testgrid.common.agentoperation
Supported operations.
OperationRequest - Class in org.wso2.testgrid.common.agentoperation
Tinkerer response class to handle request from Tinkerer message queue.
OperationRequest() - Constructor for class org.wso2.testgrid.common.agentoperation.OperationRequest
Default constructor to create operation request
OperationRequest(String, Operation.OperationCode, String) - Constructor for class org.wso2.testgrid.common.agentoperation.OperationRequest
Generate operation request for given command and code
OperationSegment - Class in org.wso2.testgrid.common.agentoperation
Tinkerer response class to handle segment response from Tinkerer message queue.
OperationSegment() - Constructor for class org.wso2.testgrid.common.agentoperation.OperationSegment
 
org.wso2.testgrid.common - package org.wso2.testgrid.common
 
org.wso2.testgrid.common.agentoperation - package org.wso2.testgrid.common.agentoperation
 
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.plugins - package org.wso2.testgrid.common.plugins
 
org.wso2.testgrid.common.util - package org.wso2.testgrid.common.util
 
org.wso2.testgrid.common.util.tinkerer - package org.wso2.testgrid.common.util.tinkerer
 
org.wso2.testgrid.common.util.tinkerer.exception - package org.wso2.testgrid.common.util.tinkerer.exception
 
OUTPUT_BASTIAN_IP - Static variable in class org.wso2.testgrid.common.TestGridConstants
 

P

PARAM_SEPARATOR - Static variable in class org.wso2.testgrid.common.TestGridConstants
 
parseInfraParameters(Set<InfrastructureValueSet>, String) - Static method in class org.wso2.testgrid.common.util.TestGridUtil
Parse infrastructure parameters to its display values.
parseInfraParametersString(String) - Static method in class org.wso2.testgrid.common.util.TestGridUtil
Parse the infra param string of TestPlan.getInfraParameters() into a map of key-value pairs.
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
 
POST_STRING - Static variable in class org.wso2.testgrid.common.TestGridConstants
 
PRE_SCRIPT_STATUS_COLUMN - Static variable in class org.wso2.testgrid.common.TestScenario
 
PRE_STRING - Static variable in class org.wso2.testgrid.common.TestGridConstants
 
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
 
PropertyFileReader - Class in org.wso2.testgrid.common.config
Implementation of a dynamic property file reader, which can be used to read properties from TestGrid property files.
PropertyFileReader() - Constructor for class org.wso2.testgrid.common.config.PropertyFileReader
 
PropertyFileReader.BuildOutputProperties - Enum in org.wso2.testgrid.common.config
Defines the Testgrid build output properties.
provision(TestPlan, Script) - 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

readArtifact(String) - Method in interface org.wso2.testgrid.common.plugins.ArtifactReadable
Read the artifacts for the given key and return an input stream.
readArtifact(String, int) - Method in interface org.wso2.testgrid.common.plugins.ArtifactReadable
Read the artifacts for the given key and return an input stream.
readArtifact(String) - Method in class org.wso2.testgrid.common.plugins.AWSArtifactReader
 
readArtifact(String, int) - Method in class org.wso2.testgrid.common.plugins.AWSArtifactReader
 
readFile(String, String) - Static method in class org.wso2.testgrid.common.util.FileUtil
Read content from a given file
readLines() - Method in class org.wso2.testgrid.common.util.tinkerer.AsyncCommandResponse
Read next section of result log from the file
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.
REGION_COLUMN - Static variable in class org.wso2.testgrid.common.infrastructure.AWSResourceLimit
Column names of the table.
release(InfrastructureConfig, String, TestPlan, Script) - Method in interface org.wso2.testgrid.common.InfrastructureProvider
This method executes commands needed to remove the infrastructure.
removeFile(String) - Static method in class org.wso2.testgrid.common.util.FileUtil
Remove file if exist by given file path
ResultFormat - Class in org.wso2.testgrid.common
Model class representing the format for the report passed from the resultFormatter.yaml
ResultFormat() - Constructor for class org.wso2.testgrid.common.ResultFormat
 
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
 
run() - Method in class org.wso2.testgrid.common.util.tinkerer.ScriptExecutorThread
Start running thread to read result which sent from the tinkerer.
RUN_SCENARIO_SCRIPT - Static variable in class org.wso2.testgrid.common.TestGridConstants
 
RUN_SCENARIO_SCRIPT_TEMPLATE - Static variable in class org.wso2.testgrid.common.TestGridConstants
 

S

S3StorageUtil - Class in org.wso2.testgrid.common.util
This Util class holds the utility methods used to manage TestGrid S3 storage.
S3StorageUtil() - Constructor for class org.wso2.testgrid.common.util.S3StorageUtil
 
saveFile(String, String, String, boolean) - Static method in class org.wso2.testgrid.common.util.FileUtil
Saves the content to a file with the given name in the given file path.
saveFile(String, String, boolean) - Static method in class org.wso2.testgrid.common.util.FileUtil
Saves the content to a file with the given file path.
SCENARIO_RESULTS_FILTER_PATTERN - Static variable in class org.wso2.testgrid.common.TestGridConstants
 
SCENARIO_SCRIPT - Static variable in class org.wso2.testgrid.common.TestGridConstants
 
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.
ScriptExecutorThread - Class in org.wso2.testgrid.common.util.tinkerer
Thread to stream data from tinkerer and dump result into a file.
ScriptExecutorThread(String, Response, Path) - Constructor for class org.wso2.testgrid.common.util.tinkerer.ScriptExecutorThread
Initialize streaming thread with operation details.
SERVICE_NAME_COLUMN - Static variable in class org.wso2.testgrid.common.infrastructure.AWSResourceLimit
 
setAgentId(String) - Method in class org.wso2.testgrid.common.Agent
 
setAgentId(String) - Method in class org.wso2.testgrid.common.agentoperation.OperationRequest
Set agent id which run command
setAgents(List<Agent>) - Method in class org.wso2.testgrid.common.DeploymentCreationResult
 
setBastianIP(String) - Method in class org.wso2.testgrid.common.DeploymentCreationResult
 
setBuildURL(String) - Method in class org.wso2.testgrid.common.TestPlan
 
setCfnMD5Hash(String) - Method in class org.wso2.testgrid.common.infrastructure.AWSResourceRequirement
 
setCode(Operation.OperationCode) - Method in class org.wso2.testgrid.common.agentoperation.Operation
Set the type of the operation
setColumns(List<Column>) - Method in class org.wso2.testgrid.common.Column
 
setCompleted(boolean) - Method in class org.wso2.testgrid.common.agentoperation.OperationSegment
Set operation execution state
setConfigChangeSetBranchName(String) - Method in class org.wso2.testgrid.common.config.JobConfigFile
Set config change set repository branch name
setConfigChangeSetBranchName(String) - Method in class org.wso2.testgrid.common.TestPlan
Set config change set repository branch name
setConfigChangeSetDescription(String) - Method in class org.wso2.testgrid.common.TestScenario
Set config change set description for current scenario
setConfigChangeSetName(String) - Method in class org.wso2.testgrid.common.TestScenario
Set config change set name for current scenario
setConfigChangeSetRepository(String) - Method in class org.wso2.testgrid.common.config.JobConfigFile
Set config change set repository
setConfigChangeSetRepository(String) - Method in class org.wso2.testgrid.common.TestPlan
Sets the path of the config change set artifacts.
setConfigChangeSets(List<ConfigChangeSet>) - Method in class org.wso2.testgrid.common.config.ScenarioConfig
 
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.
setCurrentUsage(int) - Method in class org.wso2.testgrid.common.infrastructure.AWSResourceLimit
 
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.
setDeploymentCreationResult(DeploymentCreationResult) - Method in class org.wso2.testgrid.common.TestPlan
 
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
Deprecated.
setDescription(String) - Method in class org.wso2.testgrid.common.config.DeploymentConfig.DeploymentPattern
 
setDescription(String) - Method in class org.wso2.testgrid.common.config.Script
 
setDescription(String) - Method in class org.wso2.testgrid.common.ConfigChangeSet
 
setDescription(String) - Method in class org.wso2.testgrid.common.TestScenario
Sets the test scenario description.
setDir(String) - Method in class org.wso2.testgrid.common.config.DeploymentConfig.DeploymentPattern
 
setDir(String) - Method in class org.wso2.testgrid.common.config.ScenarioConfig
 
setDir(String) - Method in class org.wso2.testgrid.common.TestScenario
Sets the test scenario directory.
setDividers(List<String>) - Method in class org.wso2.testgrid.common.ResultFormat
 
setEmailToList(String) - Method in class org.wso2.testgrid.common.TestPlan
 
setExcludes(List<String>) - Method in class org.wso2.testgrid.common.config.InfrastructureConfig
 
setExitValue(int) - Method in class org.wso2.testgrid.common.agentoperation.OperationSegment
Set exit value of the execution result
setExitValue(int) - Method in class org.wso2.testgrid.common.util.tinkerer.CommandResponse
Set exit value of the operation
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.ScenarioConfig
Sets the filename of the test script.
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
Deprecated.
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
 
setIncludes(List<String>) - Method in class org.wso2.testgrid.common.config.InfrastructureConfig
 
setInfraCombinationId(String) - Method in class org.wso2.testgrid.common.infrastructure.InfrastructureCombination
Sets the infra combination id string made out of infra parameters.
setInfraParameters(String) - Method in class org.wso2.testgrid.common.TestPlan
Sets the infra parameters.
setInfrastructureConfig(InfrastructureConfig) - Method in class org.wso2.testgrid.common.TestPlan
 
setInfrastructureProperties(Properties) - Method in class org.wso2.testgrid.common.TestPlan
 
setInfrastructureProvider(InfrastructureConfig.InfrastructureProvider) - Method in class org.wso2.testgrid.common.config.InfrastructureConfig
 
setInfrastructureProvisionResult(InfrastructureProvisionResult) - Method in class org.wso2.testgrid.common.TestPlan
 
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(Map<String, String>) - Method in class org.wso2.testgrid.common.config.ScenarioConfig
Sets the input parameters required to run test script.
setInputParameters(Properties) - Method in class org.wso2.testgrid.common.config.Script
 
setInstanceId(String) - Method in class org.wso2.testgrid.common.Agent
 
setInstanceIp(String) - Method in class org.wso2.testgrid.common.Agent
 
setInstanceName(String) - Method in class org.wso2.testgrid.common.Agent
 
setInstanceUser(String) - Method in class org.wso2.testgrid.common.Agent
 
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.
setJobName(String) - Method in class org.wso2.testgrid.common.config.JobConfigFile
 
setJobName(String) - Method in class org.wso2.testgrid.common.TestPlan
 
setJobProperties(Properties) - Method in class org.wso2.testgrid.common.TestPlan
setKeyFileLocation(String) - Method in class org.wso2.testgrid.common.config.JobConfigFile
 
setKeyFileLocation(String) - Method in class org.wso2.testgrid.common.TestPlan
Sets the location of the key file.
setLabel(String) - Method in class org.wso2.testgrid.common.Host
 
setLastAccessedTimestamp(Timestamp) - Method in class org.wso2.testgrid.common.infrastructure.AWSResourceRequirement
 
setLastFailureTimestamp(Timestamp) - Method in class org.wso2.testgrid.common.Product
Sets the last failure timestamp of the product build.
setLastSuccessTimestamp(Timestamp) - Method in class org.wso2.testgrid.common.Product
Sets the last success timestamp of the product build.
setLimitName(String) - Method in class org.wso2.testgrid.common.infrastructure.AWSResourceLimit
 
setLimitName(String) - Method in class org.wso2.testgrid.common.infrastructure.AWSResourceRequirement
 
setLogUrl(String) - Method in class org.wso2.testgrid.common.TestPlan
Returns the URL to view WSO2 server logs.
setMaxAllowedLimit(int) - Method in class org.wso2.testgrid.common.infrastructure.AWSResourceLimit
 
setMetaData(Map<String, String>) - Method in class org.wso2.testgrid.common.agentoperation.Operation
Set meta data for file streaming
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.Column
 
setName(String) - Method in class org.wso2.testgrid.common.config.DeploymentConfig.DeploymentPattern
 
setName(String) - Method in class org.wso2.testgrid.common.config.ScenarioConfig
 
setName(String) - Method in class org.wso2.testgrid.common.config.Script
 
setName(String) - Method in class org.wso2.testgrid.common.ConfigChangeSet
 
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.
setOperationId(String) - Method in class org.wso2.testgrid.common.agentoperation.Operation
Set operation id for the given operation
setOperationId(String) - Method in class org.wso2.testgrid.common.util.tinkerer.CommandResponse
Set operation id of the response
setOutputDir(String) - Method in class org.wso2.testgrid.common.config.ScenarioConfig
 
setOutputDir(String) - Method in class org.wso2.testgrid.common.TestScenario
 
setParameters(Properties) - Method in class org.wso2.testgrid.common.config.InfrastructureConfig
 
setPerformanceTestResults(List<List<String>>) - Method in class org.wso2.testgrid.common.TestScenario
Set the PerformanceTest results data
setPhase(Script.Phase) - Method in class org.wso2.testgrid.common.config.Script
 
setPhase(TestPlanPhase) - Method in class org.wso2.testgrid.common.TestPlan
Set the phase of the test-plan
setPortNumber(int) - Method in class org.wso2.testgrid.common.Port
 
setPorts(List<Port>) - Method in class org.wso2.testgrid.common.Host
 
setPrimaryDivider(String) - Method in class org.wso2.testgrid.common.ResultFormat
 
setProduct(Product) - Method in class org.wso2.testgrid.common.DeploymentPattern
Sets the product associated with the deployment pattern.
setProperties(Properties) - Method in class org.wso2.testgrid.common.config.JobConfigFile
 
setProperties(Properties) - Method in class org.wso2.testgrid.common.DeploymentCreationResult
 
setProperties(String) - Method in class org.wso2.testgrid.common.infrastructure.InfrastructureParameter
 
setProperties(Properties) - Method in class org.wso2.testgrid.common.InfrastructureProvisionResult
 
setProperty(String, String) - Method in class org.wso2.testgrid.common.DeploymentCreationResult
 
setProtocol(String) - Method in class org.wso2.testgrid.common.Port
 
setProvider(String) - Method in class org.wso2.testgrid.common.Agent
 
setProvisioners(List<InfrastructureConfig.Provisioner>) - Method in class org.wso2.testgrid.common.config.InfrastructureConfig
 
setReadyForTestGrid(boolean) - Method in class org.wso2.testgrid.common.infrastructure.InfrastructureParameter
 
setRegion(String) - Method in class org.wso2.testgrid.common.Agent
 
setRegion(String) - Method in class org.wso2.testgrid.common.infrastructure.AWSResourceLimit
 
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.
setRemoteBranch(String) - Method in class org.wso2.testgrid.common.config.DeploymentConfig.DeploymentPattern
 
setRemoteBranch(String) - Method in class org.wso2.testgrid.common.config.ScenarioConfig
 
setRemoteRepository(String) - Method in class org.wso2.testgrid.common.config.DeploymentConfig.DeploymentPattern
 
setRemoteRepository(String) - Method in class org.wso2.testgrid.common.config.ScenarioConfig
 
setReportStructure(Map<String, String>) - Method in class org.wso2.testgrid.common.ResultFormat
 
setRequest(String) - Method in class org.wso2.testgrid.common.agentoperation.OperationRequest
Set request command
setRequiredCount(int) - Method in class org.wso2.testgrid.common.infrastructure.AWSResourceRequirement
 
setResponse(String) - Method in class org.wso2.testgrid.common.agentoperation.OperationSegment
Set content of the execution result
setResponse(String) - Method in class org.wso2.testgrid.common.util.tinkerer.SyncCommandResponse
Set the result log of the execution
setResultFormat(ResultFormat) - Method in class org.wso2.testgrid.common.TestPlan
Set the ResultFormatter object for the TestPlan
setResultLocation(String) - Method in class org.wso2.testgrid.common.InfrastructureProvisionResult
Deprecated.
setScenarioConfigs(List<ScenarioConfig>) - Method in class org.wso2.testgrid.common.TestPlan
 
setScenarios(List<TestScenario>) - 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
 
setScripts(List<Script>) - Method in class org.wso2.testgrid.common.config.ScenarioConfig
 
setServiceName(String) - Method in class org.wso2.testgrid.common.infrastructure.AWSResourceLimit
 
setServiceName(String) - Method in class org.wso2.testgrid.common.infrastructure.AWSResourceRequirement
 
setStatus(Status) - Method in class org.wso2.testgrid.common.config.ScenarioConfig
 
setStatus(String) - Method in class org.wso2.testgrid.common.ProductTestStatus
 
setStatus(TestPlanStatus) - 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(Status) - Method in class org.wso2.testgrid.common.TestCase
Sets whether the test is successful or failed.
setSummaryGraphs(List<String>) - Method in class org.wso2.testgrid.common.TestScenario
Set the performance summary graphs list
setTable(List<Column>) - Method in class org.wso2.testgrid.common.ResultFormat
 
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.config.ScenarioConfig
 
setTestPlan(TestPlan) - Method in class org.wso2.testgrid.common.TestScenario
Sets the test plan associated with this test scenario.
setTestPlanId(String) - Method in class org.wso2.testgrid.common.Agent
 
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.
setTestType(String) - Method in class org.wso2.testgrid.common.config.ScenarioConfig
 
setTinkererHost(String) - Method in class org.wso2.testgrid.common.util.tinkerer.TinkererSDK
Set Tinkerer host
setType(String) - Method in class org.wso2.testgrid.common.Column
 
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
 
setWorkspace(String) - Method in class org.wso2.testgrid.common.TestPlan
 
SHELL_SUFFIX - Static variable in class org.wso2.testgrid.common.TestGridConstants
 
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
 
SyncCommandResponse - Class in org.wso2.testgrid.common.util.tinkerer
Maintain details of the execution result of sync command request.
SyncCommandResponse() - Constructor for class org.wso2.testgrid.common.util.tinkerer.SyncCommandResponse
 

T

TEST_CASE_TABLE - Static variable in class org.wso2.testgrid.common.TestCase
Test plan table name.
TEST_CONFIG_CHANGE_SET_TABLE - Static variable in class org.wso2.testgrid.common.ConfigChangeSet
 
TEST_OUT_FILE - Static variable in class org.wso2.testgrid.common.util.DataBucketsHelper
 
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_PLANS_URI - Static variable in class org.wso2.testgrid.common.TestGridConstants
 
TEST_RESULTS_ARCHIVE_DIR - Static variable in class org.wso2.testgrid.common.TestGridConstants
 
TEST_RESULTS_DIR - Static variable in class org.wso2.testgrid.common.TestGridConstants
 
TEST_RESULTS_DIR_OLD - Static variable in class org.wso2.testgrid.common.TestGridConstants
Deprecated.
TEST_RESULTS_SCENARIO_DIR - 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.
TEST_SCRIPT - Static variable in class org.wso2.testgrid.common.TestGridConstants
 
TEST_TYPE_FUNCTIONAL - Static variable in class org.wso2.testgrid.common.TestGridConstants
Deprecated.
Use test types from TestEngine instead.
TEST_TYPE_INTEGRATION - Static variable in class org.wso2.testgrid.common.TestGridConstants
Deprecated.
Use test types from TestEngine instead.
TEST_TYPE_JMETER - Static variable in class org.wso2.testgrid.common.TestGridConstants
 
TEST_TYPE_PERFORMANCE - Static variable in class org.wso2.testgrid.common.TestGridConstants
 
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_COMPRESSED_FILE_EXT - Static variable in class org.wso2.testgrid.common.TestGridConstants
 
TESTGRID_CONFIG_FILE - Static variable in class org.wso2.testgrid.common.TestGridConstants
 
TESTGRID_EMAIL_REPORT_NAME - 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_JOB_DIR - Static variable in class org.wso2.testgrid.common.TestGridConstants
 
TESTGRID_LOG_FILE_NAME - Static variable in class org.wso2.testgrid.common.TestGridConstants
 
TESTGRID_SCENARIO_OUTPUT_PROPERTY_FILE - Static variable in class org.wso2.testgrid.common.TestGridConstants
 
TESTGRID_SUMMARIZED_EMAIL_REPORT_NAME - 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.
TESTPLAN_PROPERTIES_FILE - Static variable in class org.wso2.testgrid.common.util.DataBucketsHelper
 
TestPlanPhase - Enum in org.wso2.testgrid.common
This defines the possible phases of a Test-Plan.
TestPlanStatus - Enum in org.wso2.testgrid.common
This defines the possible statuses of a Test-Plan.
TESTRUN_LOG_FILE_NAME - Static variable in class org.wso2.testgrid.common.TestGridConstants
 
TESTRUN_NUMBER_COLUMN - Static variable in class org.wso2.testgrid.common.TestPlan
 
TESTRUN_NUMBER_PREFIX - Static variable in class org.wso2.testgrid.common.TestGridConstants
 
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
 
TimeOutBuilder - Class in org.wso2.testgrid.common
A TimeOut Builder for awaitality usages.
TimeOutBuilder(int, TimeUnit, int, TimeUnit) - Constructor for class org.wso2.testgrid.common.TimeOutBuilder
Constructs a timeout object with defined timeouts and time units.
TinkererOperationException - Exception in org.wso2.testgrid.common.util.tinkerer.exception
Indicates an error has occurred when performing a tinkerer operation
TinkererOperationException(String) - Constructor for exception org.wso2.testgrid.common.util.tinkerer.exception.TinkererOperationException
Constructs a new exception with the specified detail message.
TinkererOperationException(String, Throwable) - Constructor for exception org.wso2.testgrid.common.util.tinkerer.exception.TinkererOperationException
Constructs a new exception with the message provided and the cause.
TinkererSDK - Class in org.wso2.testgrid.common.util.tinkerer
Execute commands on remote agent through tinkerer.
TinkererSDK() - Constructor for class org.wso2.testgrid.common.util.tinkerer.TinkererSDK
Initialize details of the tinkerer host and authentication details.
toJSON() - Method in class org.wso2.testgrid.common.agentoperation.Operation
This method is used to convert operation object to a json format.
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.PropertyFileReader.BuildOutputProperties
 
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.DeploymentCreationResult
 
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.AWSResourceLimit
 
toString() - Method in class org.wso2.testgrid.common.infrastructure.AWSResourceRequirement
 
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.InfrastructureProvisionResult
 
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 enum org.wso2.testgrid.common.TestPlanPhase
 
toString() - Method in enum org.wso2.testgrid.common.TestPlanStatus
 
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.
TRUNCATED_TESTRUN_LOG_FILE_NAME - Static variable in class org.wso2.testgrid.common.TestGridConstants
 
TruncatedInputStreamData - Class in org.wso2.testgrid.common
Responsible for maintaining an input stream meta data.
TruncatedInputStreamData(InputStream, int) - Constructor for class org.wso2.testgrid.common.TruncatedInputStreamData
Constructs an instance of a TruncatedInputStreamData.
TruncatedInputStreamData(InputStream) - Constructor for class org.wso2.testgrid.common.TruncatedInputStreamData
Constructs an instance of a TruncatedInputStreamData.

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.
updateFinalTestPlanPhase(TestPlan) - Static method in class org.wso2.testgrid.common.util.TestGridUtil
 

V

valueOf(String) - Static method in enum org.wso2.testgrid.common.agentoperation.Operation.OperationCode
Returns the enum constant of this type with the specified name.
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.PropertyFileReader.BuildOutputProperties
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.
valueOf(String) - Static method in enum org.wso2.testgrid.common.TestPlanPhase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.testgrid.common.TestPlanStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.testgrid.common.util.EnvironmentUtil.OSType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.wso2.testgrid.common.agentoperation.Operation.OperationCode
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.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.PropertyFileReader.BuildOutputProperties
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.
values() - Static method in enum org.wso2.testgrid.common.TestPlanPhase
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.TestPlanStatus
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.util.EnvironmentUtil.OSType
Returns an array containing the constants of this enum type, in the order they are declared.
verify(String, SSLSession) - Method in class org.wso2.testgrid.common.HostValidator
 

W

writeToFile(String, String) - Static method in class org.wso2.testgrid.common.util.FileUtil
Writes a given string to a given file to persistent media.
WUM_PASSWORD_PROPERTY - Static variable in class org.wso2.testgrid.common.TestGridConstants
 
WUM_USERNAME_PROPERTY - Static variable in class org.wso2.testgrid.common.TestGridConstants
 

Y

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

Copyright © 2019 WSO2. All rights reserved.