Class PublisherCallable
java.lang.Object
com.amazonaws.codepipeline.jenkinsplugin.PublisherCallable
- All Implemented Interfaces:
- FilePath.FileCallable<Void>,- Serializable,- org.jenkinsci.remoting.RoleSensitive
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionPublisherCallable(String projectName, CodePipelineStateModel model, List<OutputArtifact> outputs, AWSClientFactory awsClientFactory, String pluginUserAgentPrefix, BuildListener listener) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidcheckRoles(org.jenkinsci.remoting.RoleChecker checker) getArtifactNamesFromProject(List<OutputArtifact> outputArtifacts) 
- 
Constructor Details- 
PublisherCallablepublic PublisherCallable(String projectName, CodePipelineStateModel model, List<OutputArtifact> outputs, AWSClientFactory awsClientFactory, String pluginUserAgentPrefix, BuildListener listener) 
 
- 
- 
Method Details- 
checkRoles- Specified by:
- checkRolesin interface- org.jenkinsci.remoting.RoleSensitive
- Throws:
- SecurityException
 
- 
invoke- Specified by:
- invokein interface- FilePath.FileCallable<Void>
- Throws:
- IOException
 
- 
getArtifactNamesFromProject
 
-