Skip navigation links
C D E G H I J L M P R S T U V _ 

C

call() - Method in class com.compuware.jenkins.totaltest.RemoteSystemProperties
 
checkCCRepoLengthError() - Static method in class com.compuware.jenkins.totaltest.Messages
Key checkCCRepoLengthError: Code Coverage dataset name can not be greater than 44 characters..
checkCCRepoSpacesError() - Static method in class com.compuware.jenkins.totaltest.Messages
Key checkCCRepoSpacesError: Code Coverage dataset name can not be contain spaces..
checkCCSystemLengthError() - Static method in class com.compuware.jenkins.totaltest.Messages
Key checkCCSystemLengthError: Code Coverage system can not be greater than 16 characters..
checkCCTestIdLengthError() - Static method in class com.compuware.jenkins.totaltest.Messages
Key checkCCTestIdLengthError: Code Coverage test id name can not be greater than 8 characters..
checkHLQInvalidError() - Static method in class com.compuware.jenkins.totaltest.Messages
Key checkHLQInvalidError: {@code Dataset high level qualifier must start with an alphabetic (A to Z) or national (# @ $).
checkHLQLengthError() - Static method in class com.compuware.jenkins.totaltest.Messages
Key checkHLQLengthError: Dataset high level qualifier can not be greater than 8 characters..
checkHLQSpacesError() - Static method in class com.compuware.jenkins.totaltest.Messages
Key checkHLQSpacesError: Dataset high level qualifier can not be contain spaces..
checkHostPortEmptyError() - Static method in class com.compuware.jenkins.totaltest.Messages
Key checkHostPortEmptyError: A host:port is required..
checkHostPortFormatError() - Static method in class com.compuware.jenkins.totaltest.Messages
Key checkHostPortFormatError: The host:port must contain a single colon character..
checkHostPortInvalidPorttError() - Static method in class com.compuware.jenkins.totaltest.Messages
Key checkHostPortInvalidPorttError: The port is not valid..
checkHostPortMissingHostError() - Static method in class com.compuware.jenkins.totaltest.Messages
Key checkHostPortMissingHostError: The host:port is invalid, a host is required..
checkHostPortMissingPortError() - Static method in class com.compuware.jenkins.totaltest.Messages
Key checkHostPortMissingPortError: The host:port is invalid, a port is required..
checkJCLEmptyError() - Static method in class com.compuware.jenkins.totaltest.Messages
Key checkJCLEmptyError: JCL name is required..
checkLoginCredentialError() - Static method in class com.compuware.jenkins.totaltest.Messages
Key checkLoginCredentialError: Login credentials must be selected..
checkProjectEmptyError() - Static method in class com.compuware.jenkins.totaltest.Messages
Key checkProjectEmptyError: Test Project folder is required..
checkRoles(RoleChecker) - Method in class com.compuware.jenkins.totaltest.RemoteSystemProperties
 
checkTestSuiteEmptyError() - Static method in class com.compuware.jenkins.totaltest.Messages
Key checkTestSuiteEmptyError: The test scenario or test suite name is required..
com.compuware.jenkins.totaltest - package com.compuware.jenkins.totaltest
 
com.compuware.jenkins.totaltest.global - package com.compuware.jenkins.totaltest.global
 
configure(StaplerRequest, JSONObject) - Method in class com.compuware.jenkins.totaltest.global.TotalTestGlobalConfiguration
The method is called when the global configuration page is submitted.
configure(StaplerRequest, JSONObject) - Method in class com.compuware.jenkins.totaltest.TotalTestBuilder.DescriptorImpl
The method is called when the global configuration page is submitted.

D

DescriptorImpl() - Constructor for class com.compuware.jenkins.totaltest.TotalTestBuilder.DescriptorImpl
In order to load the persisted global configuration, you have to call load() in the constructor.
displayNameTotalTest() - Static method in class com.compuware.jenkins.totaltest.Messages
Key displayNameTotalTest: Topaz for Total Test..
doCheckCcRepo(String) - Method in class com.compuware.jenkins.totaltest.TotalTestBuilder.DescriptorImpl
Validates the 'ccRepo' field.
doCheckCcSystem(String) - Method in class com.compuware.jenkins.totaltest.TotalTestBuilder.DescriptorImpl
Validates the 'ccTestId' field.
doCheckCcTestId(String) - Method in class com.compuware.jenkins.totaltest.TotalTestBuilder.DescriptorImpl
Validates the 'ccTestId' field.
doCheckCredentialsId(String) - Method in class com.compuware.jenkins.totaltest.TotalTestBuilder.DescriptorImpl
Validates for the 'Login Credential' field
doCheckHlq(String) - Method in class com.compuware.jenkins.totaltest.TotalTestBuilder.DescriptorImpl
Validates for the 'hlsq' field
doCheckHostPort(String) - Method in class com.compuware.jenkins.totaltest.TotalTestBuilder.DescriptorImpl
Validates the 'hostPort' text field
doCheckJcl(String) - Method in class com.compuware.jenkins.totaltest.TotalTestBuilder.DescriptorImpl
Validates for the 'JCL' text field
doCheckProjectFolder(String) - Method in class com.compuware.jenkins.totaltest.TotalTestBuilder.DescriptorImpl
Validates the 'projectFolder' text field
doCheckTestSuite(String) - Method in class com.compuware.jenkins.totaltest.TotalTestBuilder.DescriptorImpl
Validates the 'testSuite' text field
doFillCredentialsIdItems(Jenkins, String, Item) - Method in class com.compuware.jenkins.totaltest.TotalTestBuilder.DescriptorImpl
Fills in the Login Credential selection box with applicable Jenkins credentials

E

escapeForScript(String, boolean) - Static method in class com.compuware.jenkins.totaltest.TotalTestRunnerUtils
Returns an escaped version of the given input String for a Batch or Shell script.

G

get() - Static method in class com.compuware.jenkins.totaltest.global.TotalTestGlobalConfiguration
Returns the global configuration class and its parameters
getCcDB2() - Method in class com.compuware.jenkins.totaltest.TotalTestBuilder
Returns whether Code Coverage is for a DB2 program.
getCcRepo() - Method in class com.compuware.jenkins.totaltest.TotalTestBuilder
Returns the name of the Code Coverage repository.
getCcSystem() - Method in class com.compuware.jenkins.totaltest.TotalTestBuilder
Returns the Code Coverage system.
getCcTestId() - Method in class com.compuware.jenkins.totaltest.TotalTestBuilder
Returns the Code Coverage test id.
getCredentialsId() - Method in class com.compuware.jenkins.totaltest.TotalTestBuilder
Returns the credential id of the user.
getDescriptor() - Method in class com.compuware.jenkins.totaltest.TotalTestBuilder
 
getDisplayName() - Method in class com.compuware.jenkins.totaltest.TotalTestBuilder.DescriptorImpl
 
getHlq() - Method in class com.compuware.jenkins.totaltest.TotalTestBuilder
Returns the dataset high level qualifier
getHost(String) - Static method in class com.compuware.jenkins.totaltest.TotalTestRunnerUtils
Gets the host name;
getHostPort() - Method in class com.compuware.jenkins.totaltest.TotalTestBuilder
Returns the host and port for running Total Test.
getJcl() - Method in class com.compuware.jenkins.totaltest.TotalTestBuilder
Returns the name of the JCL file to use.
getLoginInformation(Item, String) - Static method in class com.compuware.jenkins.totaltest.TotalTestRunnerUtils
Retrieves login information given a credential ID
getPort(String) - Static method in class com.compuware.jenkins.totaltest.TotalTestRunnerUtils
Gets the port for the host connection.
getProjectFolder() - Method in class com.compuware.jenkins.totaltest.TotalTestBuilder
Returns the folder name containing the Total Test project.
getTestSuite() - Method in class com.compuware.jenkins.totaltest.TotalTestBuilder
Returns the name of the test scenario or test suite to run.
getTopazCLILocation(Launcher) - Method in class com.compuware.jenkins.totaltest.global.TotalTestGlobalConfiguration
Returns the Topaz Workbench CLI location based on node
getTopazTotalTestCLILocationLinux() - Method in class com.compuware.jenkins.totaltest.global.TotalTestGlobalConfiguration
Returns the value of the topazTotalTestCLILocationLinux field.
getTopazTotalTestCLILocationWindows() - Method in class com.compuware.jenkins.totaltest.global.TotalTestGlobalConfiguration
Returns the value of the topazTotalTesCLILocationLinux.

H

hlq() - Static method in class com.compuware.jenkins.totaltest.Messages
Key hlq: High level qualifier.
hostPort() - Static method in class com.compuware.jenkins.totaltest.Messages
Key hostPort: Host:Port.

I

invalidParameterValueError(Object, Object) - Static method in class com.compuware.jenkins.totaltest.Messages
Key invalidParameterValueError: Topaz for Total Test: The parameter "{0}" = {1} is invalid.
isAllTestScenariosOrSuites(String) - Static method in class com.compuware.jenkins.totaltest.TotalTestRunnerUtils
Checks if the specified test name is ALL_SCENARIOS or ALL_SUITES
isApplicable(Class<? extends AbstractProject>) - Method in class com.compuware.jenkins.totaltest.TotalTestBuilder.DescriptorImpl
 
isDeleteTemp() - Method in class com.compuware.jenkins.totaltest.TotalTestBuilder
Returns whether temporary file should be deleted.
isTestNameList(String) - Static method in class com.compuware.jenkins.totaltest.TotalTestRunnerUtils
Checks if the test suite entry is a list of test scenario/suite names.
isUseStubs() - Method in class com.compuware.jenkins.totaltest.TotalTestBuilder
Returns whether stubs are to be used.

J

jcl() - Static method in class com.compuware.jenkins.totaltest.Messages
Key jcl: JCL.

L

loginCredentials() - Static method in class com.compuware.jenkins.totaltest.Messages
Key loginCredentials: Login credentials.

M

Messages - Class in com.compuware.jenkins.totaltest
Generated localization support class.
Messages() - Constructor for class com.compuware.jenkins.totaltest.Messages
 
missingParameterError(Object) - Static method in class com.compuware.jenkins.totaltest.Messages
Key missingParameterError: Topaz for Total Test: The "{0}" parameter is not defined.

P

perform(Run<?, ?>, FilePath, Launcher, TaskListener) - Method in class com.compuware.jenkins.totaltest.TotalTestBuilder
 
project() - Static method in class com.compuware.jenkins.totaltest.Messages
Key project: Test Project Folder.

R

RemoteSystemProperties - Class in com.compuware.jenkins.totaltest
Get remote system properties
RemoteSystemProperties() - Constructor for class com.compuware.jenkins.totaltest.RemoteSystemProperties
 
run(Run<?, ?>, Launcher, FilePath, TaskListener) - Method in class com.compuware.jenkins.totaltest.TotalTestRunner
Runs the Total Test CLI

S

setCcDB2(boolean) - Method in class com.compuware.jenkins.totaltest.TotalTestBuilder
Set if the main program is DB2.
setCcRepo(String) - Method in class com.compuware.jenkins.totaltest.TotalTestBuilder
Sets the Code Coverage repository dataset name.
setCcSystem(String) - Method in class com.compuware.jenkins.totaltest.TotalTestBuilder
Sets the Code Coverage system.
setCcTestId(String) - Method in class com.compuware.jenkins.totaltest.TotalTestBuilder
Sets the Code Coverage test id.
setDeleteTemp(boolean) - Method in class com.compuware.jenkins.totaltest.TotalTestBuilder
Sets whether temporary file should be deleted.
setHlq(String) - Method in class com.compuware.jenkins.totaltest.TotalTestBuilder
Sets the dataset high level qualifier,
setUseStubs(boolean) - Method in class com.compuware.jenkins.totaltest.TotalTestBuilder
Sets if stubs are being used.

T

testsuite() - Static method in class com.compuware.jenkins.totaltest.Messages
Key testsuite: Test scenario/suite.
testSuiteAllScenariosSuitesError(Object) - Static method in class com.compuware.jenkins.totaltest.Messages
Key testSuiteAllScenariosSuitesError: "{0}" is not allowed in a list of test scenario/suite names..
testSuiteError(Object) - Static method in class com.compuware.jenkins.totaltest.Messages
Key testSuiteError: The test scenario/suite name "{0}" must end with ".testscenario" or ".testsuite"..
TOPAZ_CLI_WORKSPACE - Static variable in class com.compuware.jenkins.totaltest.TotalTestRunner
 
TotalTestBuilder - Class in com.compuware.jenkins.totaltest
Sample Builder.
TotalTestBuilder(String, String, String, String, String) - Constructor for class com.compuware.jenkins.totaltest.TotalTestBuilder
Constructor
TotalTestBuilder.DescriptorImpl - Class in com.compuware.jenkins.totaltest
Descriptor for TotalTestRunner.
totalTestFailure() - Static method in class com.compuware.jenkins.totaltest.Messages
Key totalTestFailure: Topaz for Total Test execution failed..
TotalTestGlobalConfiguration - Class in com.compuware.jenkins.totaltest.global
Global configuration used by both EndevorConfiguraton and PdsConfiguration
TotalTestGlobalConfiguration() - Constructor for class com.compuware.jenkins.totaltest.global.TotalTestGlobalConfiguration
 
TotalTestRunner - Class in com.compuware.jenkins.totaltest
 
TotalTestRunner(TotalTestBuilder) - Constructor for class com.compuware.jenkins.totaltest.TotalTestRunner
 
TotalTestRunnerUtils - Class in com.compuware.jenkins.totaltest
 
TotalTestRunnerUtils() - Constructor for class com.compuware.jenkins.totaltest.TotalTestRunnerUtils
 
totalTestSuccess() - Static method in class com.compuware.jenkins.totaltest.Messages
Key totalTestSuccess: Topaz for Total Test execution successful..

U

username() - Static method in class com.compuware.jenkins.totaltest.Messages
Key username: UserName.

V

validateHostPort(TaskListener, String) - Static method in class com.compuware.jenkins.totaltest.TotalTestRunnerUtils
Validate that there is a host and port defined.
validateParameters(Launcher, TaskListener, Item) - Method in class com.compuware.jenkins.totaltest.TotalTestBuilder
Validates the configuration parameters.

_

_checkCCRepoLengthError() - Static method in class com.compuware.jenkins.totaltest.Messages
Key checkCCRepoLengthError: Code Coverage dataset name can not be greater than 44 characters..
_checkCCRepoSpacesError() - Static method in class com.compuware.jenkins.totaltest.Messages
Key checkCCRepoSpacesError: Code Coverage dataset name can not be contain spaces..
_checkCCSystemLengthError() - Static method in class com.compuware.jenkins.totaltest.Messages
Key checkCCSystemLengthError: Code Coverage system can not be greater than 16 characters..
_checkCCTestIdLengthError() - Static method in class com.compuware.jenkins.totaltest.Messages
Key checkCCTestIdLengthError: Code Coverage test id name can not be greater than 8 characters..
_checkHLQInvalidError() - Static method in class com.compuware.jenkins.totaltest.Messages
Key checkHLQInvalidError: {@code Dataset high level qualifier must start with an alphabetic (A to Z) or national (# @ $).
_checkHLQLengthError() - Static method in class com.compuware.jenkins.totaltest.Messages
Key checkHLQLengthError: Dataset high level qualifier can not be greater than 8 characters..
_checkHLQSpacesError() - Static method in class com.compuware.jenkins.totaltest.Messages
Key checkHLQSpacesError: Dataset high level qualifier can not be contain spaces..
_checkHostPortEmptyError() - Static method in class com.compuware.jenkins.totaltest.Messages
Key checkHostPortEmptyError: A host:port is required..
_checkHostPortFormatError() - Static method in class com.compuware.jenkins.totaltest.Messages
Key checkHostPortFormatError: The host:port must contain a single colon character..
_checkHostPortInvalidPorttError() - Static method in class com.compuware.jenkins.totaltest.Messages
Key checkHostPortInvalidPorttError: The port is not valid..
_checkHostPortMissingHostError() - Static method in class com.compuware.jenkins.totaltest.Messages
Key checkHostPortMissingHostError: The host:port is invalid, a host is required..
_checkHostPortMissingPortError() - Static method in class com.compuware.jenkins.totaltest.Messages
Key checkHostPortMissingPortError: The host:port is invalid, a port is required..
_checkJCLEmptyError() - Static method in class com.compuware.jenkins.totaltest.Messages
Key checkJCLEmptyError: JCL name is required..
_checkLoginCredentialError() - Static method in class com.compuware.jenkins.totaltest.Messages
Key checkLoginCredentialError: Login credentials must be selected..
_checkProjectEmptyError() - Static method in class com.compuware.jenkins.totaltest.Messages
Key checkProjectEmptyError: Test Project folder is required..
_checkTestSuiteEmptyError() - Static method in class com.compuware.jenkins.totaltest.Messages
Key checkTestSuiteEmptyError: The test scenario or test suite name is required..
_displayNameTotalTest() - Static method in class com.compuware.jenkins.totaltest.Messages
Key displayNameTotalTest: Topaz for Total Test..
_hlq() - Static method in class com.compuware.jenkins.totaltest.Messages
Key hlq: High level qualifier.
_hostPort() - Static method in class com.compuware.jenkins.totaltest.Messages
Key hostPort: Host:Port.
_invalidParameterValueError(Object, Object) - Static method in class com.compuware.jenkins.totaltest.Messages
Key invalidParameterValueError: Topaz for Total Test: The parameter "{0}" = {1} is invalid.
_jcl() - Static method in class com.compuware.jenkins.totaltest.Messages
Key jcl: JCL.
_loginCredentials() - Static method in class com.compuware.jenkins.totaltest.Messages
Key loginCredentials: Login credentials.
_missingParameterError(Object) - Static method in class com.compuware.jenkins.totaltest.Messages
Key missingParameterError: Topaz for Total Test: The "{0}" parameter is not defined.
_project() - Static method in class com.compuware.jenkins.totaltest.Messages
Key project: Test Project Folder.
_testsuite() - Static method in class com.compuware.jenkins.totaltest.Messages
Key testsuite: Test scenario/suite.
_testSuiteAllScenariosSuitesError(Object) - Static method in class com.compuware.jenkins.totaltest.Messages
Key testSuiteAllScenariosSuitesError: "{0}" is not allowed in a list of test scenario/suite names..
_testSuiteError(Object) - Static method in class com.compuware.jenkins.totaltest.Messages
Key testSuiteError: The test scenario/suite name "{0}" must end with ".testscenario" or ".testsuite"..
_totalTestFailure() - Static method in class com.compuware.jenkins.totaltest.Messages
Key totalTestFailure: Topaz for Total Test execution failed..
_totalTestSuccess() - Static method in class com.compuware.jenkins.totaltest.Messages
Key totalTestSuccess: Topaz for Total Test execution successful..
_username() - Static method in class com.compuware.jenkins.totaltest.Messages
Key username: UserName.
C D E G H I J L M P R S T U V _ 
Skip navigation links

Copyright © 2016–2017. All rights reserved.