public class AWSCodePipelinePublisher
extends hudson.tasks.Notifier
| Modifier and Type | Class and Description |
|---|---|
static class |
AWSCodePipelinePublisher.DescriptorImpl
Descriptor for
AWSCodePipelinePublisher. |
static class |
AWSCodePipelinePublisher.OutputTuple
Deprecated.
|
hudson.tasks.Publisher.DescriptorExtensionListImpl| Constructor and Description |
|---|
AWSCodePipelinePublisher(net.sf.json.JSONArray outputLocations) |
AWSCodePipelinePublisher(net.sf.json.JSONArray outputLocations,
AWSClientFactory awsClientFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
callPublish(hudson.model.AbstractBuild<?,?> action,
CodePipelineStateModel model,
hudson.model.BuildListener listener) |
void |
cleanUp(CodePipelineStateModel model) |
AWSCodePipelinePublisher.DescriptorImpl |
getDescriptor() |
OutputArtifact[] |
getOutputArtifacts() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
perform(hudson.model.AbstractBuild<?,?> action,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
protected Object |
readResolve() |
all, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectAction, getProjectActions, perform, prebuild@DataBoundConstructor public AWSCodePipelinePublisher(net.sf.json.JSONArray outputLocations)
public AWSCodePipelinePublisher(net.sf.json.JSONArray outputLocations,
AWSClientFactory awsClientFactory)
public boolean perform(hudson.model.AbstractBuild<?,?> action,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerpublic void cleanUp(CodePipelineStateModel model)
public void callPublish(hudson.model.AbstractBuild<?,?> action,
CodePipelineStateModel model,
hudson.model.BuildListener listener)
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic AWSCodePipelinePublisher.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>getDescriptor in class hudson.tasks.Notifierpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public OutputArtifact[] getOutputArtifacts()
protected Object readResolve()
Copyright © 2004-2020. All Rights Reserved.