public class MberDownloader
extends hudson.tasks.Builder
| Modifier and Type | Class and Description |
|---|---|
static class |
MberDownloader.DescriptorImpl |
| Constructor and Description |
|---|
MberDownloader(String accessProfileName,
String files,
boolean overwriteExistingFiles,
boolean useTags,
boolean showProgress,
boolean optional,
int attempts) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessProfileName() |
int |
getAttempts() |
MberDownloader.DescriptorImpl |
getDescriptor() |
String |
getFiles() |
boolean |
isOptional() |
boolean |
isOverwriteExistingFiles() |
boolean |
isShowProgress() |
boolean |
isUseTags() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
getProjectAction, getProjectAction, getProjectActions, perform, prebuildpublic String getAccessProfileName()
public String getFiles()
public int getAttempts()
public boolean isOverwriteExistingFiles()
public boolean isUseTags()
public boolean isShowProgress()
public boolean isOptional()
public boolean perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerpublic MberDownloader.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Builder>getDescriptor in class hudson.tasks.BuilderCopyright © 2004-2015. All Rights Reserved.