Skip navigation links
A B C D E F G H I J L O P Q R S T W 

A

ACS_URI - Static variable in class org.wso2.testgrid.web.utils.Constants
 
addInfrastructureParameter(InfrastructureParameter) - Method in class org.wso2.testgrid.web.api.InfrastructureAdderService
This has the implementation of the REST API for adding a new infrastructure combination.
AWS_BUCKET_ARTIFACT_DIR - Static variable in class org.wso2.testgrid.web.utils.Constants
 

B

BACKEND_API_URI - Static variable in class org.wso2.testgrid.web.utils.Constants
 
beforeFileWatch(String) - Method in class org.wso2.testgrid.web.utils.FileWatcher
This method will execute before watching the file for changes.
BLUE_OCEAN_URI - Static variable in class org.wso2.testgrid.web.utils.Constants
 
build() - Method in class org.wso2.testgrid.web.bean.ErrorResponse.ErrorResponseBuilder
 

C

compareTo(ProductStatus) - Method in class org.wso2.testgrid.web.bean.ProductStatus
 
Constants - Class in org.wso2.testgrid.web.utils
This class will handle all the constants in the web-app.
Constants() - Constructor for class org.wso2.testgrid.web.utils.Constants
 
contextDestroyed(ServletContextEvent) - Method in class org.wso2.testgrid.web.sso.SSOContextEventListener
 
contextInitialized(ServletContextEvent) - Method in class org.wso2.testgrid.web.sso.SSOContextEventListener
Fetch relevant details from SSO_PROPERTY_FILE_NAME property file and JKS_FILE_NAME JKS file.
createNewPipelineJob(String, String) - Method in class org.wso2.testgrid.web.operation.JenkinsPipelineManager
Creates new pipeline job in Jenkins server by calling its REST API.
createSession(String, String) - Method in class org.wso2.testgrid.web.api.SSOService
This has the implementation of the REST API for creating session and send the redirection information .
createTestPlan(TestPlanRequest) - Method in class org.wso2.testgrid.web.api.TestPlanService
This has the implementation of the REST API for creating a new Test plan.
CRUMB - Static variable in class org.wso2.testgrid.web.utils.Constants
 

D

DEPLOYMENT_LOCATION - Static variable in class org.wso2.testgrid.web.utils.Constants
 
DEPLOYMENT_REPO - Static variable in class org.wso2.testgrid.web.utils.Constants
 
DeploymentPattern - Class in org.wso2.testgrid.web.bean
Bean class of DeploymentPattern object used in APIs.
DeploymentPattern() - Constructor for class org.wso2.testgrid.web.bean.DeploymentPattern
 
DeploymentPatternService - Class in org.wso2.testgrid.web.api
REST service implementation of Deployment-Patterns.
DeploymentPatternService() - Constructor for class org.wso2.testgrid.web.api.DeploymentPatternService
 
destroy() - Method in class org.wso2.testgrid.web.sso.SSOSessionCheckFilter
 
destroy() - Method in class org.wso2.testgrid.web.sso.TestgridSSOAgentFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.wso2.testgrid.web.sso.SSOSessionCheckFilter
Check each request's path and do check for SESSION if the path has to be secured.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.wso2.testgrid.web.sso.TestgridSSOAgentFilter
This is to filter out login requests which has to be sent back to IdP.

E

equals(Object) - Method in class org.wso2.testgrid.web.bean.ProductStatus
 
ErrorResponse - Class in org.wso2.testgrid.web.bean
This class wraps the details required in erroneous conditions.
ErrorResponse() - Constructor for class org.wso2.testgrid.web.bean.ErrorResponse
 
ErrorResponse.ErrorResponseBuilder - Class in org.wso2.testgrid.web.bean
This class wraps the logic to build an error response.
ErrorResponseBuilder() - Constructor for class org.wso2.testgrid.web.bean.ErrorResponse.ErrorResponseBuilder
 

F

FileWatcher - Class in org.wso2.testgrid.web.utils
This class is responsible for watching changes of a given file.
FileWatcher(Path) - Constructor for class org.wso2.testgrid.web.utils.FileWatcher
Creates an instance of FileWatcher to watch the given file.
FileWatcherException - Exception in org.wso2.testgrid.web.utils
Indicates an error occurred when tailing files.
FileWatcherException() - Constructor for exception org.wso2.testgrid.web.utils.FileWatcherException
Constructs a new exception with null as its detail message.
FileWatcherException(String) - Constructor for exception org.wso2.testgrid.web.utils.FileWatcherException
Constructs a new exception with the specified detail message.
FileWatcherException(Throwable) - Constructor for exception org.wso2.testgrid.web.utils.FileWatcherException
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.
FileWatcherException(String, Throwable) - Constructor for exception org.wso2.testgrid.web.utils.FileWatcherException
Constructs a new exception with the specified detail message and cause.

G

getAllDeploymentPatterns() - Method in class org.wso2.testgrid.web.api.DeploymentPatternService
This has the implementation of the REST API for fetching all the Deployment-Patterns.
getAllProducts() - Method in class org.wso2.testgrid.web.api.ProductService
This has the implementation of the REST API for fetching all the Products.
getAllProductStatuses() - Method in class org.wso2.testgrid.web.api.ProductService
This method returns the list of products that are currently in TestGrid.
getCode() - Method in class org.wso2.testgrid.web.bean.ErrorResponse
 
getConfigLink() - Method in class org.wso2.testgrid.web.bean.ProductStatus
Returns the Configuration link for the product jobs in Jenkins
getConfiguration(TestPlanRequest) - Method in class org.wso2.testgrid.web.operation.JenkinsJobConfigurationProvider
Returns the configuration file for the testPlanRequest which can be used to create new Jenkins job.
getCreatedTimestamp() - Method in class org.wso2.testgrid.web.bean.TestCase
Returns the start timestamp of the test-case.
getCreatedTimestamp() - Method in class org.wso2.testgrid.web.bean.TestPlan
Returns the create timestamp for this test-plan.
getDate() - Method in class org.wso2.testgrid.web.bean.TestStatus
 
getDeployment() - Method in class org.wso2.testgrid.web.bean.TestPlanRequest
Returns the repository object which include deployment details.
getDeploymentPattern(String) - Method in class org.wso2.testgrid.web.api.DeploymentPatternService
This has the implementation of the REST API for fetching a Deployment-Pattern by id.
getDeploymentPattern() - Method in class org.wso2.testgrid.web.bean.TestPlan
Returns the deployment-pattern name used in the test-plan.
getDeploymentPatternId() - Method in class org.wso2.testgrid.web.bean.TestPlan
Returns the id of the associated deployment-pattern.
getDeploymentPatternsWithTestInfo(String, String) - Method in class org.wso2.testgrid.web.api.DeploymentPatternService
This has the implementation of the REST API for fetching Products with build history status.
getDescription() - Method in class org.wso2.testgrid.web.bean.DeploymentPattern
Returns the description of the deployment-pattern.
getDescription() - Method in class org.wso2.testgrid.web.bean.ErrorResponse
 
getDescription() - Method in class org.wso2.testgrid.web.bean.TestScenario
Returns the description of the test-scenario.
getEndStatus() - Method in class org.wso2.testgrid.web.bean.ProductTestSummary
Returns the end status of the product test plan.
getEndTime() - Method in class org.wso2.testgrid.web.operation.GrafanaTimeLimitGetter
 
getErrorMsg() - Method in class org.wso2.testgrid.web.bean.TestCase
Returns the error message if there's any.
getExecuteLink() - Method in class org.wso2.testgrid.web.bean.ProductStatus
Returns the executable link for the product that contains all the jobs.
getFailureMessage() - Method in class org.wso2.testgrid.web.bean.TestCaseEntry
Returns the test failure message.
getGrafanaURL(String) - Method in class org.wso2.testgrid.web.api.TestPlanService
Returns the product performance dashboard url for the given test plan id
getId() - Method in class org.wso2.testgrid.web.bean.DeploymentPattern
Returns the id of the deployment-pattern.
getId() - Method in class org.wso2.testgrid.web.bean.Product
Returns the id of the product test plan.
getId() - Method in class org.wso2.testgrid.web.bean.ProductTestStatus
Returns the id of the product.
getId() - Method in class org.wso2.testgrid.web.bean.TestCase
Returns the id of the test-case.
getId() - Method in class org.wso2.testgrid.web.bean.TestPlan
Returns the id of the test-plan.
getId() - Method in class org.wso2.testgrid.web.bean.TestScenario
Returns the id of the test-scenario.
getIdPX509Credential() - Method in class org.wso2.testgrid.web.sso.SSOConfigurationReader
Read JKS_FILE_NAME JKS file and return X509Credential of Identity Provider.
getInfraParams() - Method in class org.wso2.testgrid.web.bean.TestPlan
Returns the params used for generating infrastructure.
getInfrastructure() - Method in class org.wso2.testgrid.web.bean.TestPlanRequest
Returns the repository object which include infrastructure details.
getInfrastructureParameters() - Method in class org.wso2.testgrid.web.api.InfrastructureAdderService
This has the implementation of the REST API for fetching all the infrastructure parameters.
getInputs() - Method in class org.wso2.testgrid.web.bean.Repository
Return the list of inputs relates to the repository.
getLastBuild() - Method in class org.wso2.testgrid.web.bean.TestPlanStatus
Returns the last build for the bean.
getLastFailure() - Method in class org.wso2.testgrid.web.bean.TestPlanStatus
Returns the last failed build for the bean
getLastFailureTimestamp() - Method in class org.wso2.testgrid.web.bean.Product
Returns the last failure timestamp of the product build.
getLastFailureTimestamp() - Method in class org.wso2.testgrid.web.bean.ProductStatus
Returns the last failure timestamp of the product build.
getLastSuccessTimestamp() - Method in class org.wso2.testgrid.web.bean.Product
Returns the last success timestamp of the product build.
getLastSuccessTimestamp() - Method in class org.wso2.testgrid.web.bean.ProductStatus
Returns the last success timestamp of the product build.
getLogContent(String, boolean) - Method in class org.wso2.testgrid.web.api.TestPlanService
Returns the log content related to the given test plan.
getLogUrl() - Method in class org.wso2.testgrid.web.bean.TestPlan
Returns the URL to view WSO2 server logs.
getMessage() - Method in class org.wso2.testgrid.web.bean.ErrorResponse
 
getModifiedTimestamp() - Method in class org.wso2.testgrid.web.bean.TestCase
Returns the modified timestamp of the test-case.
getModifiedTimestamp() - Method in class org.wso2.testgrid.web.bean.TestPlan
Returns the modified timestamp for this test-plan.
getMoreInfo() - Method in class org.wso2.testgrid.web.bean.ErrorResponse
 
getName() - Method in class org.wso2.testgrid.web.bean.DeploymentPattern
Returns the name of the deployment-pattern.
getName() - Method in class org.wso2.testgrid.web.bean.Product
Returns the product name of the product test plan.
getName() - Method in class org.wso2.testgrid.web.bean.ProductTestStatus
Returns the name of the product.
getName() - Method in class org.wso2.testgrid.web.bean.TestCase
Returns the name of the test-case.
getName() - Method in class org.wso2.testgrid.web.bean.TestScenario
Returns the name of the test-scenario.
getProduct(String) - Method in class org.wso2.testgrid.web.api.ProductService
This has the implementation of the REST API for fetching a Product by id.
getProductId() - Method in class org.wso2.testgrid.web.bean.DeploymentPattern
Returns the associated productId of the deployment-pattern.
getProductId() - Method in class org.wso2.testgrid.web.bean.ProductStatus
Returns the productId of the product.
getProductName() - Method in class org.wso2.testgrid.web.bean.ProductStatus
Returns the productName of product.
getProductName() - Method in class org.wso2.testgrid.web.bean.ProductTestSummary
Returns the product name of the product test plan.
getProductReport(String, Boolean, String) - Method in class org.wso2.testgrid.web.api.ProductService
This method is able to get the latest report of a given product from the remote storage and return.
getProductStatus(String) - Method in class org.wso2.testgrid.web.api.ProductService
This method returns the product if the requested product name exists in the TestGrid.
getProductStatus() - Method in class org.wso2.testgrid.web.bean.ProductStatus
Returns the productStatus of product.
getProductVersion() - Method in class org.wso2.testgrid.web.bean.ProductTestSummary
Returns the product version of the product test plan.
getProperties() - Static method in class org.wso2.testgrid.web.sso.SSOContextEventListener
Get the properties of the sample
getReportLink() - Method in class org.wso2.testgrid.web.bean.ProductStatus
Returns the Reportlink for the product.
getRepository() - Method in class org.wso2.testgrid.web.bean.Repository
Returns the repository URL.
getScenarioConfigChangeSetDescription() - Method in class org.wso2.testgrid.web.bean.ScenarioSummary
Returns the scenario config change set description
getScenarioConfigChangeSetName() - Method in class org.wso2.testgrid.web.bean.ScenarioSummary
 
getScenarioDescription() - Method in class org.wso2.testgrid.web.bean.ScenarioSummary
Returns the scenario description.
getScenarioDescription() - Method in class org.wso2.testgrid.web.bean.ScenarioTestCaseEntry
Returns the scenario description.
getScenarioDir() - Method in class org.wso2.testgrid.web.bean.ScenarioSummary
Returns the directory of the test scenario.
getScenarioResult(String, String) - Method in class org.wso2.testgrid.web.api.TestPlanService
Deprecated.
all scenario results are zipped together and given to download in testplan level Returns the result (archive file) to the given scenario of a test plan.
getScenarios() - Method in class org.wso2.testgrid.web.bean.TestPlanRequest
Returns the repository object which include test scenario details.
getScenarioStatus() - Method in class org.wso2.testgrid.web.bean.ScenarioSummary
Returns the status of the test scenario.
getScenarioSummaries() - Method in class org.wso2.testgrid.web.bean.TestExecutionSummary
Returns the list of scenario summaries.
getScenarioTestCaseEntries() - Method in class org.wso2.testgrid.web.bean.TestExecutionSummary
Returns the scenario test case entries list.
getStartTime() - Method in class org.wso2.testgrid.web.operation.GrafanaTimeLimitGetter
 
getStatus() - Method in class org.wso2.testgrid.web.bean.TestCase
Returns the status of the test-case.
getStatus() - Method in class org.wso2.testgrid.web.bean.TestPlan
Returns the status of the test-plan.
getStatus() - Method in class org.wso2.testgrid.web.bean.TestScenario
Returns the status of the test-scenario.
getStatus() - Method in class org.wso2.testgrid.web.bean.TestStatus
 
getSuccessPercentage() - Method in class org.wso2.testgrid.web.bean.ScenarioSummary
Returns the test success percentage.
getTestCase(String) - Method in class org.wso2.testgrid.web.api.TestCaseService
This has the implementation of the REST API for fetching a specific TestCase by id.
getTestCase() - Method in class org.wso2.testgrid.web.bean.TestCaseEntry
Returns the test case name.
getTestCaseEntries() - Method in class org.wso2.testgrid.web.bean.ScenarioTestCaseEntry
Returns the test case entries list.
getTestCases() - Method in class org.wso2.testgrid.web.bean.TestScenario
Returns the test-cases in the test-scenario.
getTestCasesForTestScenario(String) - Method in class org.wso2.testgrid.web.api.TestCaseService
This has the implementation of the REST API for fetching all the TestCases available in a TestScenario.
getTestPlan(String, boolean) - Method in class org.wso2.testgrid.web.api.TestPlanService
This has the implementation of the REST API for fetching a specific TestPlan by id.
getTestPlanHistory(String) - Method in class org.wso2.testgrid.web.api.TestPlanService
Returns the testplan history of same infrastructure combination and deployment pattern as the queried testplan.
getTestPlanName() - Method in class org.wso2.testgrid.web.bean.TestPlanRequest
Returns the name of the TestPlan.
getTestPlanResults(String) - Method in class org.wso2.testgrid.web.api.TestPlanService
Returns the result (archive file) of a given test plan.
getTestplans(String) - Method in class org.wso2.testgrid.web.api.TestPlanService
This method returns the latest TestPlans for a given product that contains the build details for distinct infrastructure combinations.
getTestPlansForDeploymentPatternAndDate(String, String, boolean) - Method in class org.wso2.testgrid.web.api.TestPlanService
This has the implementation of the REST API for fetching all the TestPlans for a given deployment-pattern and created before date.
getTestScenario(String) - Method in class org.wso2.testgrid.web.api.TestScenarioService
This has the implementation of the REST API for fetching a specific TestScenario.
getTestScenarios() - Method in class org.wso2.testgrid.web.bean.TestPlan
Returns the test-scenarios in this test-plan.
getTestScenariosForTestPlan(String, boolean) - Method in class org.wso2.testgrid.web.api.TestScenarioService
This has the implementation of the REST API for fetching all the TestScenarios ran for a given infrastructure.
getTestStatus() - Method in class org.wso2.testgrid.web.bean.DeploymentPattern
Returns the last test testStatus of the deployment-pattern.
getTestStatus() - Method in class org.wso2.testgrid.web.bean.TestCaseEntry
Returns status of the test case.
getTestStatuses() - Method in class org.wso2.testgrid.web.bean.ProductTestStatus
Returns the testStatuses of the product test runs.
getTestSummary(String) - Method in class org.wso2.testgrid.web.api.TestPlanService
Returns the test execution summary related to the given test plan.
getTime() - Method in class org.wso2.testgrid.web.operation.TimeLimits
 
getTotalFail() - Method in class org.wso2.testgrid.web.bean.ScenarioSummary
Returns the number of failed test cases.
getTotalSuccess() - Method in class org.wso2.testgrid.web.bean.ScenarioSummary
Returns the number of success test cases.
GrafanaTimeLimitGetter - Class in org.wso2.testgrid.web.operation
This class is to get the start time and end time of the test run.
GrafanaTimeLimitGetter(String) - Constructor for class org.wso2.testgrid.web.operation.GrafanaTimeLimitGetter
 

H

hashCode() - Method in class org.wso2.testgrid.web.bean.ProductStatus
 
HTML_EXTENSION - Static variable in class org.wso2.testgrid.web.utils.Constants
 
HTTP_BINDING_HTTP_POST - Static variable in class org.wso2.testgrid.web.utils.Constants
 
HTTP_BINDING_HTTP_REDIRECT - Static variable in class org.wso2.testgrid.web.utils.Constants
 

I

INFRA_LOCATION - Static variable in class org.wso2.testgrid.web.utils.Constants
 
INFRASTRUCTURE_REPO - Static variable in class org.wso2.testgrid.web.utils.Constants
 
InfrastructureAdderService - Class in org.wso2.testgrid.web.api
todo
InfrastructureAdderService() - Constructor for class org.wso2.testgrid.web.api.InfrastructureAdderService
 
init(FilterConfig) - Method in class org.wso2.testgrid.web.sso.SSOSessionCheckFilter
 
init(FilterConfig) - Method in class org.wso2.testgrid.web.sso.TestgridSSOAgentFilter
 
isLogContentExist(String, boolean) - Method in class org.wso2.testgrid.web.api.TestPlanService
Verify if the log content of the given test plan exists.
isProductReportExist(String, Boolean, String) - Method in class org.wso2.testgrid.web.api.ProductService
This method verifies the existence of the requesting report in the remote location.

J

JENKINS_CRUMB_HEADER_NAME - Static variable in class org.wso2.testgrid.web.utils.Constants
 
JENKINS_CRUMB_ISSUER_URI - Static variable in class org.wso2.testgrid.web.utils.Constants
 
JENKINS_TEMPLATE_JOB_URI - Static variable in class org.wso2.testgrid.web.utils.Constants
 
JenkinsJobConfigurationProvider - Class in org.wso2.testgrid.web.operation
Class of JenkinsJobConfigurationProvider which retrieve an existing config.xml from Jenkins and prepare new config.xml to new job.
JenkinsJobConfigurationProvider() - Constructor for class org.wso2.testgrid.web.operation.JenkinsJobConfigurationProvider
 
JenkinsPipelineManager - Class in org.wso2.testgrid.web.operation
Implementation of Jenkins PipelineManager which do functions relates to pipeline jobs in Jenkins using its APIs.
JenkinsPipelineManager() - Constructor for class org.wso2.testgrid.web.operation.JenkinsPipelineManager
 
JKS_FILE_NAME - Static variable in class org.wso2.testgrid.web.utils.Constants
 

L

LogEventSocketMediator - Class in org.wso2.testgrid.web.api
Abstract event socket mediator to handle web socket endpoints.
LogEventSocketMediator() - Constructor for class org.wso2.testgrid.web.api.LogEventSocketMediator
 
LOGIN_URI - Static variable in class org.wso2.testgrid.web.utils.Constants
 

O

onClose(Session, String) - Method in class org.wso2.testgrid.web.api.LogEventSocketMediator
Method called when closing the web socket.
onCreate(String) - Method in class org.wso2.testgrid.web.utils.FileWatcher
This method will be called when the file creation is detected.
onDelete() - Method in class org.wso2.testgrid.web.utils.FileWatcher
This method will be called when the file deletion is detected.
onMessage(String, Session, String) - Method in class org.wso2.testgrid.web.api.LogEventSocketMediator
Method called when a message is received from the client.
onModified(String) - Method in class org.wso2.testgrid.web.utils.FileWatcher
This method will be called when the file modification is detected.
onOpen(Session, String) - Method in class org.wso2.testgrid.web.api.LogEventSocketMediator
Method called when opening the web socket.
org.wso2.testgrid.web.api - package org.wso2.testgrid.web.api
 
org.wso2.testgrid.web.bean - package org.wso2.testgrid.web.bean
 
org.wso2.testgrid.web.operation - package org.wso2.testgrid.web.operation
 
org.wso2.testgrid.web.sso - package org.wso2.testgrid.web.sso
 
org.wso2.testgrid.web.utils - package org.wso2.testgrid.web.utils
 

P

Product - Class in org.wso2.testgrid.web.bean
Bean class of Product object used in APIs.
Product() - Constructor for class org.wso2.testgrid.web.bean.Product
 
PRODUCT_CHANNEL - Static variable in class org.wso2.testgrid.web.utils.Constants
 
PRODUCT_NAME - Static variable in class org.wso2.testgrid.web.utils.Constants
 
PRODUCT_VERSION - Static variable in class org.wso2.testgrid.web.utils.Constants
 
ProductService - Class in org.wso2.testgrid.web.api
REST service implementation of Products.
ProductService() - Constructor for class org.wso2.testgrid.web.api.ProductService
 
ProductStatus - Class in org.wso2.testgrid.web.bean
Bean class for Aggregated product productStatus reponses.
ProductStatus(String, String, String) - Constructor for class org.wso2.testgrid.web.bean.ProductStatus
 
ProductTestStatus - Class in org.wso2.testgrid.web.bean
Bean class of Product with test status object used in APIs.
ProductTestStatus(String) - Constructor for class org.wso2.testgrid.web.bean.ProductTestStatus
 
ProductTestSummary - Class in org.wso2.testgrid.web.bean
Bean class of Product object used in APIs.
ProductTestSummary() - Constructor for class org.wso2.testgrid.web.bean.ProductTestSummary
 
PROPERTYNAME_IDP_PUBLIC_KEY_ALIAS - Static variable in class org.wso2.testgrid.web.utils.Constants
 
PROPERTYNAME_KEYSTORE_PASSWORD - Static variable in class org.wso2.testgrid.web.utils.Constants
 
PROPERTYNAME_PRIVATE_KEY_ALIAS - Static variable in class org.wso2.testgrid.web.utils.Constants
 
PROPERTYNAME_PRIVATE_KEY_PASSWORD - Static variable in class org.wso2.testgrid.web.utils.Constants
 

Q

QUERY_PARAM_APPEND - Static variable in class org.wso2.testgrid.web.utils.Constants
 
QUERY_PARAM_EQUAL - Static variable in class org.wso2.testgrid.web.utils.Constants
 

R

RELAY_STATE_PARAM - Static variable in class org.wso2.testgrid.web.utils.Constants
 
Repository - Class in org.wso2.testgrid.web.bean
Bean class of Repository object used in TestPlanRequests.
Repository() - Constructor for class org.wso2.testgrid.web.bean.Repository
 
RESPONSE_HEADER_CONTENT_DISPOSITION - Static variable in class org.wso2.testgrid.web.utils.Constants
 
RESPONSE_HEADER_FILE_NAME - Static variable in class org.wso2.testgrid.web.utils.Constants
 
RESPONSE_HEADER_VALUE_APPLICATION_ZIP - Static variable in class org.wso2.testgrid.web.utils.Constants
 
RESPONSE_HEADER_VALUE_ATTACHMENT - Static variable in class org.wso2.testgrid.web.utils.Constants
 
run() - Method in class org.wso2.testgrid.web.utils.FileWatcher
 

S

SAML_BINDING_HTTP_POST - Static variable in class org.wso2.testgrid.web.utils.Constants
 
SAML_BINDING_HTTP_REDIRECT - Static variable in class org.wso2.testgrid.web.utils.Constants
 
SCENARIO_REPO - Static variable in class org.wso2.testgrid.web.utils.Constants
 
SCENARIOS_LOCATION - Static variable in class org.wso2.testgrid.web.utils.Constants
 
ScenarioSummary - Class in org.wso2.testgrid.web.bean
Bean class for managing information related to scenario execution.
ScenarioSummary(String, String, String, long, long, Status, String) - Constructor for class org.wso2.testgrid.web.bean.ScenarioSummary
Constructs an instance of a ScenarioSummary.
ScenarioTestCaseEntry - Class in org.wso2.testgrid.web.bean
Bean class for managing multiple test case entries.
ScenarioTestCaseEntry(String, List<TestCaseEntry>) - Constructor for class org.wso2.testgrid.web.bean.ScenarioTestCaseEntry
Constructs an instance of ScenarioTestCaseEntry.
setCode(long) - Method in class org.wso2.testgrid.web.bean.ErrorResponse.ErrorResponseBuilder
 
setCode(Long) - Method in class org.wso2.testgrid.web.bean.ErrorResponse
 
setConfigLink(String) - Method in class org.wso2.testgrid.web.bean.ProductStatus
Set the Jenkins configuration link for the product.
setCreatedTimestamp(Timestamp) - Method in class org.wso2.testgrid.web.bean.TestCase
Sets the start timestamp of the test-case.
setCreatedTimestamp(Timestamp) - Method in class org.wso2.testgrid.web.bean.TestPlan
Sets the created timestamp for this test-plan.
setDate(String) - Method in class org.wso2.testgrid.web.bean.TestStatus
 
setDeployment(Repository) - Method in class org.wso2.testgrid.web.bean.TestPlanRequest
Sets the deployment repository content.
setDeploymentPattern(String) - Method in class org.wso2.testgrid.web.bean.TestPlan
Sets the deployment-pattern of the test-plan.
setDeploymentPatternId(String) - Method in class org.wso2.testgrid.web.bean.TestPlan
Sets the id of the associated deployment-pattern.
setDescription(String) - Method in class org.wso2.testgrid.web.bean.DeploymentPattern
Sets the description of the deployment-pattern.
setDescription(String) - Method in class org.wso2.testgrid.web.bean.ErrorResponse.ErrorResponseBuilder
 
setDescription(String) - Method in class org.wso2.testgrid.web.bean.ErrorResponse
 
setDescription(String) - Method in class org.wso2.testgrid.web.bean.TestScenario
Sets the test-scenario description.
setEndStatus(String) - Method in class org.wso2.testgrid.web.bean.ProductTestSummary
Sets the end status of the product test plan.
setErrorMsg(String) - Method in class org.wso2.testgrid.web.bean.TestCase
Sets the error message (if available) in the test-case.
setExecuteLink(String) - Method in class org.wso2.testgrid.web.bean.ProductStatus
Set the executable link for the product.
setId(String) - Method in class org.wso2.testgrid.web.bean.DeploymentPattern
Sets the id of the deployment-pattern.
setId(String) - Method in class org.wso2.testgrid.web.bean.Product
Sets the id of the product test plan.
setId(String) - Method in class org.wso2.testgrid.web.bean.ProductTestStatus
Sets the id of the product.
setId(String) - Method in class org.wso2.testgrid.web.bean.TestCase
Sets the id of the test-case.
setId(String) - Method in class org.wso2.testgrid.web.bean.TestPlan
Sets the id of the test-plan.
setId(String) - Method in class org.wso2.testgrid.web.bean.TestScenario
Sets the test-scenario id.
setInfraParams(String) - Method in class org.wso2.testgrid.web.bean.TestPlan
Sets the infra params of the test-plan.
setInfrastructure(Repository) - Method in class org.wso2.testgrid.web.bean.TestPlanRequest
Sets the infrastructure repository content.
setInputs(List<String>) - Method in class org.wso2.testgrid.web.bean.Repository
Sets the list of inputs relates to the repository.
setLastBuild(TestPlan) - Method in class org.wso2.testgrid.web.bean.TestPlanStatus
Set the last build for the bean
setLastFailure(TestPlan) - Method in class org.wso2.testgrid.web.bean.TestPlanStatus
Set the last failed build for the bean
setLastFailureTimestamp(Timestamp) - Method in class org.wso2.testgrid.web.bean.Product
Sets the last failure timestamp of the product build.
setLastFailureTimestamp(Timestamp) - Method in class org.wso2.testgrid.web.bean.ProductStatus
Sets the last failure timestamp of the product build.
setLastSuccessTimestamp(Timestamp) - Method in class org.wso2.testgrid.web.bean.Product
Sets the last success timestamp of the product build.
setLastSuccessTimestamp(Timestamp) - Method in class org.wso2.testgrid.web.bean.ProductStatus
Sets the last success timestamp of the product build.
setLogUrl(String) - Method in class org.wso2.testgrid.web.bean.TestPlan
Returns the URL to view WSO2 server logs.
setMessage(String) - Method in class org.wso2.testgrid.web.bean.ErrorResponse.ErrorResponseBuilder
 
setMessage(String) - Method in class org.wso2.testgrid.web.bean.ErrorResponse
 
setModifiedTimestamp(Timestamp) - Method in class org.wso2.testgrid.web.bean.TestCase
Sets the modified timestamp of the test-case.
setModifiedTimestamp(Timestamp) - Method in class org.wso2.testgrid.web.bean.TestPlan
Sets the modified timestamp for this test-plan.
setMoreInfo(String) - Method in class org.wso2.testgrid.web.bean.ErrorResponse.ErrorResponseBuilder
 
setMoreInfo(String) - Method in class org.wso2.testgrid.web.bean.ErrorResponse
 
setName(String) - Method in class org.wso2.testgrid.web.bean.DeploymentPattern
Sets the name of the deployment-pattern.
setName(String) - Method in class org.wso2.testgrid.web.bean.Product
Sets the product name of the product test plan.
setName(String) - Method in class org.wso2.testgrid.web.bean.ProductTestStatus
Sets the name of the product.
setName(String) - Method in class org.wso2.testgrid.web.bean.TestCase
Sets the name of the test-case.
setName(String) - Method in class org.wso2.testgrid.web.bean.TestScenario
Sets the test-scenario name.
setProductId(String) - Method in class org.wso2.testgrid.web.bean.DeploymentPattern
Sets the associated productId of the deployment-pattern.
setProductId(String) - Method in class org.wso2.testgrid.web.bean.ProductStatus
Sets the productId of the product.
setProductName(String) - Method in class org.wso2.testgrid.web.bean.ProductStatus
Sets the productName of product.
setProductName(String) - Method in class org.wso2.testgrid.web.bean.ProductTestSummary
Sets the product name of the product test plan.
setProductStatus(String) - Method in class org.wso2.testgrid.web.bean.ProductStatus
Sets the productStatus of the product.
setProductVersion(String) - Method in class org.wso2.testgrid.web.bean.ProductTestSummary
Sets the product version of the product test plan.
setReportLink(String) - Method in class org.wso2.testgrid.web.bean.ProductStatus
Sets the report link for a product.
setRepository(String) - Method in class org.wso2.testgrid.web.bean.Repository
Sets the repository URL
setScenarios(Repository) - Method in class org.wso2.testgrid.web.bean.TestPlanRequest
Sets the scenario repository content.
setStatus(Status) - Method in class org.wso2.testgrid.web.bean.TestCase
Sets the status of the test-case.
setStatus(String) - Method in class org.wso2.testgrid.web.bean.TestPlan
Sets the status of the test-plan.
setStatus(String) - Method in class org.wso2.testgrid.web.bean.TestScenario
Sets the test-scenario status.
setStatus(String) - Method in class org.wso2.testgrid.web.bean.TestStatus
 
setTestCases(List<TestCase>) - Method in class org.wso2.testgrid.web.bean.TestScenario
Sets the test cases available in a test-scenario.
setTestPlanName(String) - Method in class org.wso2.testgrid.web.bean.TestPlanRequest
Sets the name of the TestPlan.
setTestScenarios(List<TestScenario>) - Method in class org.wso2.testgrid.web.bean.TestPlan
Sets the test-scenarios of the test-plan.
setTestStatus(String) - Method in class org.wso2.testgrid.web.bean.DeploymentPattern
Sets the final test testStatus of the deployment-pattern.
setTestStatuses(List<TestStatus>) - Method in class org.wso2.testgrid.web.bean.ProductTestStatus
Sets the statues of the product test runs.
SSO_DIRECTORY - Static variable in class org.wso2.testgrid.web.utils.Constants
 
SSO_PROPERTY_FILE_NAME - Static variable in class org.wso2.testgrid.web.utils.Constants
 
SSOConfigurationReader - Class in org.wso2.testgrid.web.sso
This class will handle all IO related tasks with external files.
SSOConfigurationReader() - Constructor for class org.wso2.testgrid.web.sso.SSOConfigurationReader
 
SSOContextEventListener - Class in org.wso2.testgrid.web.sso
Implementation of context event listener which contains the SSO related details (X509 Credential of TestGrid, configurations in SSO property file) that will be used when generating SAML request.
SSOContextEventListener() - Constructor for class org.wso2.testgrid.web.sso.SSOContextEventListener
 
SSOService - Class in org.wso2.testgrid.web.api
REST Service implementation for SSO related functions.
SSOService() - Constructor for class org.wso2.testgrid.web.api.SSOService
 
SSOSessionCheckFilter - Class in org.wso2.testgrid.web.sso
This class check whether a session exists for the user and do the needfuls accordingly.
SSOSessionCheckFilter() - Constructor for class org.wso2.testgrid.web.sso.SSOSessionCheckFilter
 
STATIC_DATA_URI - Static variable in class org.wso2.testgrid.web.utils.Constants
 

T

TestCase - Class in org.wso2.testgrid.web.bean
Bean class of TestCase object used in APIs.
TestCase() - Constructor for class org.wso2.testgrid.web.bean.TestCase
 
TestCaseEntry - Class in org.wso2.testgrid.web.bean
Bean class for managing information related to test case.
TestCaseEntry(String, String, Status) - Constructor for class org.wso2.testgrid.web.bean.TestCaseEntry
Constructs an instance of TestCaseEntry
TestCaseService - Class in org.wso2.testgrid.web.api
REST service implementation of Test-Cases.
TestCaseService() - Constructor for class org.wso2.testgrid.web.api.TestCaseService
 
TestExecutionSummary - Class in org.wso2.testgrid.web.bean
Bean class for managing information related to displaying test execution results.
TestExecutionSummary(List<ScenarioSummary>, List<ScenarioTestCaseEntry>) - Constructor for class org.wso2.testgrid.web.bean.TestExecutionSummary
Constructs an instance of TestExecutionSummary.
TestgridSSOAgentFilter - Class in org.wso2.testgrid.web.sso
Implementation of the SSOAgent Filter which identifies the correct httpBinding to send the request to Identity Provider.
TestgridSSOAgentFilter() - Constructor for class org.wso2.testgrid.web.sso.TestgridSSOAgentFilter
 
TestPlan - Class in org.wso2.testgrid.web.bean
Bean class of TestPlan object used in APIs.
TestPlan() - Constructor for class org.wso2.testgrid.web.bean.TestPlan
 
TestPlanRequest - Class in org.wso2.testgrid.web.bean
Bean class of TestPlanRequest object used in APIs.
TestPlanRequest() - Constructor for class org.wso2.testgrid.web.bean.TestPlanRequest
 
TestPlanService - Class in org.wso2.testgrid.web.api
REST service implementation of TestPlan.
TestPlanService() - Constructor for class org.wso2.testgrid.web.api.TestPlanService
 
TestPlanStatus - Class in org.wso2.testgrid.web.bean
The bean class for aggregated Testplan response
TestPlanStatus() - Constructor for class org.wso2.testgrid.web.bean.TestPlanStatus
 
TestScenario - Class in org.wso2.testgrid.web.bean
Bean class of TestScenario object used in APIs.
TestScenario() - Constructor for class org.wso2.testgrid.web.bean.TestScenario
 
TestScenarioService - Class in org.wso2.testgrid.web.api
REST service implementation of Test-Scenarios.
TestScenarioService() - Constructor for class org.wso2.testgrid.web.api.TestScenarioService
 
TestStatus - Class in org.wso2.testgrid.web.bean
Bean class of Test status used in APIs.
TestStatus() - Constructor for class org.wso2.testgrid.web.bean.TestStatus
 
TimeLimits - Class in org.wso2.testgrid.web.operation
this class is to hold the data returned from influxDB
TimeLimits() - Constructor for class org.wso2.testgrid.web.operation.TimeLimits
 
toString() - Method in class org.wso2.testgrid.web.bean.ErrorResponse
 
toString() - Method in class org.wso2.testgrid.web.bean.ScenarioSummary
 
toString() - Method in class org.wso2.testgrid.web.bean.TestCaseEntry
 
toString() - Method in class org.wso2.testgrid.web.bean.TestExecutionSummary
 

W

WEBAPP_CONTEXT - Static variable in class org.wso2.testgrid.web.utils.Constants
 
A B C D E F G H I J L O P Q R S T W 
Skip navigation links

Copyright © 2019 WSO2. All rights reserved.