public class ArtifactUploader extends hudson.tasks.Notifier implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ArtifactUploader.DescriptorImpl
The ArtifactUploader Descriptor class.
|
hudson.tasks.Publisher.DescriptorExtensionListImpl| Constructor and Description |
|---|
ArtifactUploader(String[] pregEx,
boolean fTip,
boolean fMerge,
String part,
boolean fAsSlave,
String patternType,
String[] pAnt,
String[] pregExExc,
String[] pAntExc) |
| Modifier and Type | Method and Description |
|---|---|
String |
getOwningPart()
Gets the owning part name.
|
String[] |
getPatterns()
Gets the patterns to upload.
|
String[] |
getPatternsAnt()
Gets the patterns to upload.
|
String[] |
getPatternsAntExc()
Gets the patterns to exclude from upload.
|
String[] |
getPatternsExc()
Gets the patterns to exclude from upload.
|
String[] |
getPatternsRegEx()
Gets the patterns to upload.
|
String[] |
getPatternsRegExExc()
Gets the patterns to exclude from upload.
|
String |
getPatternType()
Gets the pattern type name.
|
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
isForceAsSlave()
Gets force as slave flag.
|
boolean |
isForceCheckIn()
Gets force checkin flag.
|
boolean |
isForceTip()
Gets force merge flag.
|
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuildpublic String[] getPatternsRegEx()
public String[] getPatternsAnt()
public String[] getPatternsRegExExc()
public String[] getPatternsAntExc()
public String[] getPatternsExc()
public String[] getPatterns()
public String getOwningPart()
public String getPatternType()
public boolean isForceCheckIn()
public boolean isForceTip()
public boolean isForceAsSlave()
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService in interface hudson.tasks.BuildSteppublic boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws IOException,
InterruptedException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerIOExceptionInterruptedExceptionCopyright © 2004-2016. All Rights Reserved.