public final class PublisherCallable extends Object implements hudson.FilePath.FileCallable<Void>
| Constructor and Description |
|---|
PublisherCallable(String projectName,
CodePipelineStateModel model,
List<OutputArtifact> outputs,
AWSClientFactory awsClientFactory,
String pluginUserAgentPrefix,
hudson.model.BuildListener listener) |
| Modifier and Type | Method and Description |
|---|---|
static Set<String> |
getArtifactNamesFromProject(List<OutputArtifact> outputArtifacts) |
Void |
invoke(File workspace,
hudson.remoting.VirtualChannel channel) |
public PublisherCallable(String projectName, CodePipelineStateModel model, List<OutputArtifact> outputs, AWSClientFactory awsClientFactory, String pluginUserAgentPrefix, hudson.model.BuildListener listener)
public Void invoke(File workspace, hudson.remoting.VirtualChannel channel) throws IOException
invoke in interface hudson.FilePath.FileCallable<Void>IOExceptionpublic static Set<String> getArtifactNamesFromProject(List<OutputArtifact> outputArtifacts)
Copyright © 2004-2020. All Rights Reserved.