public class MberUploader
extends hudson.tasks.Builder
| Modifier and Type | Class and Description |
|---|---|
static class |
MberUploader.DescriptorImpl |
| Constructor and Description |
|---|
MberUploader(String accessProfileName,
String buildArtifacts,
String artifactFolder,
String artifactTags,
boolean overwriteExistingFiles,
boolean linkToLocalFiles,
boolean showProgress,
boolean optional,
int attempts) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessProfileName() |
String |
getArtifactFolder() |
String |
getArtifactTags() |
int |
getAttempts() |
String |
getBuildArtifacts() |
static String |
getDefaultArtifactFolder() |
static String |
getDefaultArtifactTags() |
MberUploader.DescriptorImpl |
getDescriptor() |
boolean |
isLinkToLocalFiles() |
boolean |
isOptional() |
boolean |
isOverwriteExistingFiles() |
boolean |
isShowProgress() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
getProjectAction, getProjectAction, getProjectActions, perform, prebuildpublic static String getDefaultArtifactFolder()
public static String getDefaultArtifactTags()
public String getAccessProfileName()
public String getBuildArtifacts()
public String getArtifactFolder()
public String getArtifactTags()
public int getAttempts()
public boolean isOverwriteExistingFiles()
public boolean isLinkToLocalFiles()
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 MberUploader.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Builder>getDescriptor in class hudson.tasks.BuilderCopyright © 2004-2015. All Rights Reserved.