public class EndevorDownloader extends AbstractDownloader
| Constructor and Description |
|---|
EndevorDownloader(EndevorConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getSource(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.FilePath workspaceFilePath,
hudson.model.BuildListener listener,
File changelogFile,
String filterPattern)
Download the mainframe sources specified in the Jenkins configuration.
|
convertFilterPattern, wrapInQuotespublic EndevorDownloader(EndevorConfiguration config)
public boolean getSource(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.FilePath workspaceFilePath,
hudson.model.BuildListener listener,
File changelogFile,
String filterPattern)
throws InterruptedException,
IOException
AbstractDownloadergetSource in class AbstractDownloaderlauncher - 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 entryfilterPattern - Source filter patternboolean if the build was successfulInterruptedExceptionIOExceptionCopyright © 2016. All rights reserved.