public class EndevorConfiguration extends CpwrScmConfiguration
| Modifier and Type | Class and Description |
|---|---|
static class |
EndevorConfiguration.DescriptorImpl
DescriptorImpl is used to create instances of
PdsConfiguration. |
| Constructor and Description |
|---|
EndevorConfiguration(String hostPort,
String filterPattern,
String fileExtension,
String credentialsId,
String codePage)
Gets the data from the configuration page.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkout(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.FilePath workspaceFilePath,
hudson.model.BuildListener listener,
File changelogFile)
Method that is first called when a build is run.
|
EndevorConfiguration.DescriptorImpl |
getDescriptor()
Returns the ScmDescriptor for the SCM object.
|
void |
validateParameters(hudson.model.BuildListener listener)
Validates the configuration parameters.
|
createChangeLogParser, getCodePage, getCredentialsId, getFileExtension, getFilterPattern, getHost, getHostPort, getLoginInformation, getPort, getTopazCLILocation, validateHostPort_calcRevisionsFromBuild, _for, _for, all, buildEnvVars, calcRevisionsFromBuild, calcRevisionsFromBuild, checkout, compareRemoteRevisionWith, compareRemoteRevisionWith, createEmptyChangeLog, createEmptyChangeLog, getApi, getBrowser, getEffectiveBrowser, getKey, getModuleRoot, getModuleRoot, getModuleRoots, getModuleRoots, getType, guessBrowser, nullify, poll, pollChanges, postCheckout, postCheckout, processWorkspaceBeforeDeletion, processWorkspaceBeforeDeletion, requiresWorkspaceForPolling, supportsPolling@DataBoundConstructor public EndevorConfiguration(String hostPort, String filterPattern, String fileExtension, String credentialsId, String codePage)
config.jelly.hostPort - 'Host':'Port'filterPattern - filter for the datasets to be retrieved from the mainframefileExtension - file extension for the incoming datasetscredentialsId - unique id of the selected credentialcodePage - code pagepublic boolean checkout(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.FilePath workspaceFilePath,
hudson.model.BuildListener listener,
File changelogFile)
throws IOException,
InterruptedException
checkout in class hudson.scm.SCMlauncher - The machine that the files will be checked out.workspaceFilePath - a directory to check out the source code.listener - Build listenerchangelogFile - Upon a successful return, this file should capture the changelog. When there's no change, this file should
contain an empty entryboolean if the build was successfulIOExceptionInterruptedExceptionpublic void validateParameters(hudson.model.BuildListener listener)
listener - Build listenerpublic EndevorConfiguration.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.scm.SCM>getDescriptor in class hudson.scm.SCMCopyright © 2004-2016. All Rights Reserved.