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 |
static class |
S3BucketPublisher.S3DeletedJobListener |
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() |
static S3Profile |
getProfile(String profileName) |
Collection<? extends hudson.model.Action> |
getProjectActions(hudson.model.AbstractProject<?,?> project) |
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, 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)
public Collection<? extends hudson.model.Action> getProjectActions(hudson.model.AbstractProject<?,?> project)
getProjectActions in interface hudson.tasks.BuildStepgetProjectActions in class hudson.tasks.BuildStepCompatibilityLayerprotected 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-2014. All Rights Reserved.