public final class S3BucketPublisher
extends hudson.tasks.Recorder
implements hudson.model.Describable<hudson.tasks.Publisher>
| Modifier and Type | Class and Description |
|---|---|
static class |
S3BucketPublisher.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Modifier and Type | Field and Description |
|---|---|
static S3BucketPublisher.DescriptorImpl |
DESCRIPTOR |
| Constructor and Description |
|---|
S3BucketPublisher() |
S3BucketPublisher(String profileName) |
| Modifier and Type | Method and Description |
|---|---|
List<Entry> |
getEntries() |
String |
getName() |
S3Profile |
getProfile() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
List<MetadataPair> |
getUserMetadata() |
protected void |
log(PrintStream logger,
String message) |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
protected Object |
readResolve() |
void |
setName(String profileName) |
all, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectAction, getProjectActions, perform, prebuild@Extension public static final S3BucketPublisher.DescriptorImpl DESCRIPTOR
@DataBoundConstructor public S3BucketPublisher()
public S3BucketPublisher(String profileName)
protected Object readResolve()
public List<MetadataPair> getUserMetadata()
public S3Profile getProfile()
public String getName()
public void setName(String profileName)
protected void log(PrintStream logger, String message)
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService in interface hudson.tasks.BuildStepCopyright © 2004-2013. All Rights Reserved.