public abstract class CpwrScmConfiguration
extends hudson.scm.SCM
| Modifier | Constructor and Description |
|---|---|
protected |
CpwrScmConfiguration(String hostPort,
String filterPattern,
String fileExtension,
String credentialsId,
String codePage) |
| Modifier and Type | Method and Description |
|---|---|
hudson.scm.ChangeLogParser |
createChangeLogParser() |
String |
getCodePage()
Gets the value of the 'Code Page'
|
String |
getCredentialsId()
Gets the value of the 'Login Credentials'
|
String |
getFileExtension()
Gets the value of the 'Filter Extension'
|
String |
getFilterPattern()
Gets the value of the 'Filter pattern'
|
String |
getHost()
Gets the host name;
|
String |
getHostPort()
Gets the value of the 'Host:Port'
|
protected com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials |
getLoginInformation()
Retrieves login information given a credential ID
|
String |
getPort()
Gets the port for the host connection.
|
String |
getTopazCLILocation()
Gets the value of the 'Topaz CLI Location'
|
protected void |
validateHostPort(hudson.model.BuildListener listener)
Validate that there is a host and port defined.
|
_calcRevisionsFromBuild, _for, _for, all, buildEnvVars, calcRevisionsFromBuild, calcRevisionsFromBuild, checkout, checkout, compareRemoteRevisionWith, compareRemoteRevisionWith, createEmptyChangeLog, createEmptyChangeLog, getApi, getBrowser, getDescriptor, getEffectiveBrowser, getKey, getModuleRoot, getModuleRoot, getModuleRoots, getModuleRoots, getType, guessBrowser, nullify, poll, pollChanges, postCheckout, postCheckout, processWorkspaceBeforeDeletion, processWorkspaceBeforeDeletion, requiresWorkspaceForPolling, supportsPollingpublic hudson.scm.ChangeLogParser createChangeLogParser()
createChangeLogParser in class hudson.scm.SCMpublic String getHostPort()
String value of m_hostportpublic String getFilterPattern()
String value of m_filterPatternpublic String getFileExtension()
String value of m_fileExtensionpublic String getCredentialsId()
String value of m_credentialsIdpublic String getCodePage()
String value of m_codePagepublic String getTopazCLILocation()
String value of m_topazCLILocationpublic String getHost()
String the host namepublic String getPort()
String the portprotected com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials getLoginInformation()
protected void validateHostPort(hudson.model.BuildListener listener)
listener - Build listenerCopyright © 2004-2016. All Rights Reserved.