Skip navigation links
A C D E F G H L M P S T U V W _ 

A

AbstractDownloader - Class in com.compuware.jenkins.scm
 
AbstractDownloader() - Constructor for class com.compuware.jenkins.scm.AbstractDownloader
 

C

checkFileExtensionEmptyError() - Static method in class com.compuware.jenkins.scm.Messages
File extension is required.
checkFileExtensionFormatError() - Static method in class com.compuware.jenkins.scm.Messages
File extension must be alphanumeric characters only.
checkFilterPatternEmptyError() - Static method in class com.compuware.jenkins.scm.Messages
Filter pattern is required.
checkHostPortEmptyError() - Static method in class com.compuware.jenkins.scm.Messages
Host:port is required.
checkHostPortFormatError() - Static method in class com.compuware.jenkins.scm.Messages
Host:port must contain a colon character.
checkHostPortMissingHostError() - Static method in class com.compuware.jenkins.scm.Messages
Host:port is invalid - the host is required.
checkHostPortMissingPortError() - Static method in class com.compuware.jenkins.scm.Messages
Host:port is invalid - the port is required.
checkLoginCredentialError() - Static method in class com.compuware.jenkins.scm.Messages
A login credential must be selected.
checkout(AbstractBuild<?, ?>, Launcher, FilePath, BuildListener, File) - Method in class com.compuware.jenkins.scm.EndevorConfiguration
Method that is first called when a build is run.
checkout(AbstractBuild<?, ?>, Launcher, FilePath, BuildListener, File) - Method in class com.compuware.jenkins.scm.PdsConfiguration
Method that is first called when a build is run.
checkoutInvalidParameterValueError(Object, Object) - Static method in class com.compuware.jenkins.scm.Messages
Download failed: The parameter "{0}" = {1} is invalid.
checkoutMissingParameterError(Object) - Static method in class com.compuware.jenkins.scm.Messages
Download failed: The "{0}" parameter is not defined.
checkPasswordEmptyError() - Static method in class com.compuware.jenkins.scm.Messages
Password is required.
checkUsernameEmptyError() - Static method in class com.compuware.jenkins.scm.Messages
Username is required.
CODE_PAGE_PARM - Static variable in class com.compuware.jenkins.scm.utils.Constants
 
codePage() - Static method in class com.compuware.jenkins.scm.Messages
Code page
COLON - Static variable in class com.compuware.jenkins.scm.utils.Constants
 
com.compuware.jenkins.scm - package com.compuware.jenkins.scm
 
com.compuware.jenkins.scm.global - package com.compuware.jenkins.scm.global
 
com.compuware.jenkins.scm.utils - package com.compuware.jenkins.scm.utils
 
COMMA - Static variable in class com.compuware.jenkins.scm.utils.Constants
 
configure(StaplerRequest, JSONObject) - Method in class com.compuware.jenkins.scm.EndevorConfiguration.DescriptorImpl
The method is called when the global configuration page is submitted.
configure(StaplerRequest, JSONObject) - Method in class com.compuware.jenkins.scm.global.SCMGlobalConfiguration
The method is called when the global configuration page is submitted.
configure(StaplerRequest, JSONObject) - Method in class com.compuware.jenkins.scm.PdsConfiguration.DescriptorImpl
The method is called when the global configuration page is submitted.
Constants - Class in com.compuware.jenkins.scm.utils
Constants used by Endevor Source Control Management.
Constants() - Constructor for class com.compuware.jenkins.scm.utils.Constants
 
convertFilterPattern(String) - Method in class com.compuware.jenkins.scm.AbstractDownloader
Convert the filter pattern from a multi-line String to a comma delimited string.
CpwrScmConfiguration - Class in com.compuware.jenkins.scm
 
CpwrScmConfiguration(String, String, String, String, String) - Constructor for class com.compuware.jenkins.scm.CpwrScmConfiguration
 
createChangeLogParser() - Method in class com.compuware.jenkins.scm.CpwrScmConfiguration
 

D

DATA_PARM - Static variable in class com.compuware.jenkins.scm.utils.Constants
 
DescriptorImpl() - Constructor for class com.compuware.jenkins.scm.EndevorConfiguration.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.compuware.jenkins.scm.PdsConfiguration.DescriptorImpl
 
displayNameEndevor() - Static method in class com.compuware.jenkins.scm.Messages
Endevor
displayNamePDS() - Static method in class com.compuware.jenkins.scm.Messages
PDS or ISPW
doCheckCredentialsId(String) - Method in class com.compuware.jenkins.scm.EndevorConfiguration.DescriptorImpl
Validator for the 'Login Credential' field
doCheckCredentialsId(String) - Method in class com.compuware.jenkins.scm.PdsConfiguration.DescriptorImpl
Validator for the 'Login Credential' field
doCheckFileExtension(String) - Method in class com.compuware.jenkins.scm.EndevorConfiguration.DescriptorImpl
Validator for the 'File Extension' text field
doCheckFileExtension(String) - Method in class com.compuware.jenkins.scm.PdsConfiguration.DescriptorImpl
Validator for the 'File Extension' text field
doCheckFilterPattern(String) - Method in class com.compuware.jenkins.scm.EndevorConfiguration.DescriptorImpl
Validator for the 'Filter pattern' text field
doCheckFilterPattern(String) - Method in class com.compuware.jenkins.scm.PdsConfiguration.DescriptorImpl
Validator for the 'Filter pattern' text field
doCheckHostPort(String) - Method in class com.compuware.jenkins.scm.EndevorConfiguration.DescriptorImpl
Validator for the 'Password' text field
doCheckHostPort(String) - Method in class com.compuware.jenkins.scm.PdsConfiguration.DescriptorImpl
Validator for the 'Password' text field
doFillCodePageItems() - Method in class com.compuware.jenkins.scm.EndevorConfiguration.DescriptorImpl
Fills in the Code page selection box with code pages
doFillCodePageItems() - Method in class com.compuware.jenkins.scm.PdsConfiguration.DescriptorImpl
Fills in the Code page selection box with code pages
doFillCredentialsIdItems(Jenkins, String) - Method in class com.compuware.jenkins.scm.EndevorConfiguration.DescriptorImpl
Fills in the Login Credential selection box with applicable Jenkins credentials
doFillCredentialsIdItems(Jenkins, String) - Method in class com.compuware.jenkins.scm.PdsConfiguration.DescriptorImpl
Fills in the Login Credential selection box with applicable Jenkins credentials

E

EMPTY_STRING - Static variable in class com.compuware.jenkins.scm.utils.Constants
 
ENDEVOR - Static variable in class com.compuware.jenkins.scm.utils.Constants
 
EndevorConfiguration - Class in com.compuware.jenkins.scm
Captures the configuration information for a PDS SCM.
EndevorConfiguration(String, String, String, String, String) - Constructor for class com.compuware.jenkins.scm.EndevorConfiguration
Gets the data from the configuration page.
EndevorConfiguration.DescriptorImpl - Class in com.compuware.jenkins.scm
DescriptorImpl is used to create instances of PdsConfiguration.
EndevorDownloader - Class in com.compuware.jenkins.scm
Class used to download PDS members.
EndevorDownloader(EndevorConfiguration) - Constructor for class com.compuware.jenkins.scm.EndevorDownloader
 

F

FILE_EXT_PARM - Static variable in class com.compuware.jenkins.scm.utils.Constants
 
fileExtension() - Static method in class com.compuware.jenkins.scm.Messages
File extension
FILTER_PARM - Static variable in class com.compuware.jenkins.scm.utils.Constants
 
filterPattern() - Static method in class com.compuware.jenkins.scm.Messages
Filter pattern

G

get() - Static method in class com.compuware.jenkins.scm.global.SCMGlobalConfiguration
Returns the global configuration class and its parameters
getCodePage() - Method in class com.compuware.jenkins.scm.CpwrScmConfiguration
Gets the value of the 'Code Page'
getCredentialsId() - Method in class com.compuware.jenkins.scm.CpwrScmConfiguration
Gets the value of the 'Login Credentials'
getDescriptor() - Method in class com.compuware.jenkins.scm.EndevorConfiguration
Returns the ScmDescriptor for the SCM object.
getDescriptor() - Method in class com.compuware.jenkins.scm.PdsConfiguration
Returns the ScmDescriptor for the SCM object.
getDisplayName() - Method in class com.compuware.jenkins.scm.EndevorConfiguration.DescriptorImpl
Displays the name of the SCM, the name that appears when configuring a Jenkins job.
getDisplayName() - Method in class com.compuware.jenkins.scm.PdsConfiguration.DescriptorImpl
Displays the name of the SCM, the name that appears when configuring a Jenkins job.
getFileExtension() - Method in class com.compuware.jenkins.scm.CpwrScmConfiguration
Gets the value of the 'Filter Extension'
getFilterPattern() - Method in class com.compuware.jenkins.scm.CpwrScmConfiguration
Gets the value of the 'Filter pattern'
getHost() - Method in class com.compuware.jenkins.scm.CpwrScmConfiguration
Gets the host name;
getHostPort() - Method in class com.compuware.jenkins.scm.CpwrScmConfiguration
Gets the value of the 'Host:Port'
getLoginInformation() - Method in class com.compuware.jenkins.scm.CpwrScmConfiguration
Retrieves login information given a credential ID
getPort() - Method in class com.compuware.jenkins.scm.CpwrScmConfiguration
Gets the port for the host connection.
getSource(BuildListener, FilePath, String) - Method in class com.compuware.jenkins.scm.EndevorDownloader
Download the PDS members for the datasets specified in the Jenkins configuration.
getSource(BuildListener, FilePath, String) - Method in class com.compuware.jenkins.scm.PdsDownloader
Download the PDS members for the datasets specified in the Jenkins configuration.
getTopazCLILocation() - Method in class com.compuware.jenkins.scm.CpwrScmConfiguration
Gets the value of the 'Topaz CLI Location'
getTopazCLILocation() - Method in class com.compuware.jenkins.scm.global.SCMGlobalConfiguration
Returns the Topaz Workbench CLI location

H

HOST_PARM - Static variable in class com.compuware.jenkins.scm.utils.Constants
 
hostPort() - Static method in class com.compuware.jenkins.scm.Messages
Host:port

L

LINE_RETURN - Static variable in class com.compuware.jenkins.scm.utils.Constants
 
loginCredential() - Static method in class com.compuware.jenkins.scm.Messages
Login credential

M

Messages - Class in com.compuware.jenkins.scm
 
Messages() - Constructor for class com.compuware.jenkins.scm.Messages
 

P

password() - Static method in class com.compuware.jenkins.scm.Messages
Password
PASSWORD_PARM - Static variable in class com.compuware.jenkins.scm.utils.Constants
 
PDS - Static variable in class com.compuware.jenkins.scm.utils.Constants
 
PdsConfiguration - Class in com.compuware.jenkins.scm
Captures the configuration information for a PDS SCM.
PdsConfiguration(String, String, String, String, String) - Constructor for class com.compuware.jenkins.scm.PdsConfiguration
Gets the data from the configuration page.
PdsConfiguration.DescriptorImpl - Class in com.compuware.jenkins.scm
DescriptorImpl is used to create instances of PdsConfiguration.
PdsDownloader - Class in com.compuware.jenkins.scm
Class used to download PDS members.
PdsDownloader(PdsConfiguration) - Constructor for class com.compuware.jenkins.scm.PdsDownloader
Constructs the PDS downloader for the given configuration.
PORT_PARM - Static variable in class com.compuware.jenkins.scm.utils.Constants
 

S

SCM_TYPE_PARM - Static variable in class com.compuware.jenkins.scm.utils.Constants
 
SCMGlobalConfiguration - Class in com.compuware.jenkins.scm.global
Global configuration used by both EndevorConfiguraton and PdsConfiguration
SCMGlobalConfiguration() - Constructor for class com.compuware.jenkins.scm.global.SCMGlobalConfiguration
 

T

TARGET_FOLDER_PARM - Static variable in class com.compuware.jenkins.scm.utils.Constants
 
TOPAZ_CLI_BAT - Static variable in class com.compuware.jenkins.scm.utils.Constants
 
TOPAZ_CLI_SH - Static variable in class com.compuware.jenkins.scm.utils.Constants
 
TOPAZ_CLI_WORKSPACE - Static variable in class com.compuware.jenkins.scm.utils.Constants
 
topazCLILocation() - Static method in class com.compuware.jenkins.scm.Messages
Topaz Workbench CLI location

U

USERID_PARM - Static variable in class com.compuware.jenkins.scm.utils.Constants
 
username() - Static method in class com.compuware.jenkins.scm.Messages
Username

V

validateHostPort(BuildListener) - Method in class com.compuware.jenkins.scm.CpwrScmConfiguration
Validate that there is a host and port defined.
validateParameters(BuildListener) - Method in class com.compuware.jenkins.scm.EndevorConfiguration
Validates the configuration parameters.
validateParameters(BuildListener) - Method in class com.compuware.jenkins.scm.PdsConfiguration
Validates the configuration parameters.

W

wrapInQuotes(String) - Method in class com.compuware.jenkins.scm.AbstractDownloader
Wrap a string in quotes.

_

_checkFileExtensionEmptyError() - Static method in class com.compuware.jenkins.scm.Messages
File extension is required.
_checkFileExtensionFormatError() - Static method in class com.compuware.jenkins.scm.Messages
File extension must be alphanumeric characters only.
_checkFilterPatternEmptyError() - Static method in class com.compuware.jenkins.scm.Messages
Filter pattern is required.
_checkHostPortEmptyError() - Static method in class com.compuware.jenkins.scm.Messages
Host:port is required.
_checkHostPortFormatError() - Static method in class com.compuware.jenkins.scm.Messages
Host:port must contain a colon character.
_checkHostPortMissingHostError() - Static method in class com.compuware.jenkins.scm.Messages
Host:port is invalid - the host is required.
_checkHostPortMissingPortError() - Static method in class com.compuware.jenkins.scm.Messages
Host:port is invalid - the port is required.
_checkLoginCredentialError() - Static method in class com.compuware.jenkins.scm.Messages
A login credential must be selected.
_checkoutInvalidParameterValueError(Object, Object) - Static method in class com.compuware.jenkins.scm.Messages
Download failed: The parameter "{0}" = {1} is invalid.
_checkoutMissingParameterError(Object) - Static method in class com.compuware.jenkins.scm.Messages
Download failed: The "{0}" parameter is not defined.
_checkPasswordEmptyError() - Static method in class com.compuware.jenkins.scm.Messages
Password is required.
_checkUsernameEmptyError() - Static method in class com.compuware.jenkins.scm.Messages
Username is required.
_codePage() - Static method in class com.compuware.jenkins.scm.Messages
Code page
_displayNameEndevor() - Static method in class com.compuware.jenkins.scm.Messages
Endevor
_displayNamePDS() - Static method in class com.compuware.jenkins.scm.Messages
PDS or ISPW
_fileExtension() - Static method in class com.compuware.jenkins.scm.Messages
File extension
_filterPattern() - Static method in class com.compuware.jenkins.scm.Messages
Filter pattern
_hostPort() - Static method in class com.compuware.jenkins.scm.Messages
Host:port
_loginCredential() - Static method in class com.compuware.jenkins.scm.Messages
Login credential
_password() - Static method in class com.compuware.jenkins.scm.Messages
Password
_topazCLILocation() - Static method in class com.compuware.jenkins.scm.Messages
Topaz Workbench CLI location
_username() - Static method in class com.compuware.jenkins.scm.Messages
Username
A C D E F G H L M P S T U V W _ 
Skip navigation links

Copyright © 2004-2016. All Rights Reserved.