Package hudson.maven

Class RedeployPublisher

All Implemented Interfaces:
ExtensionPoint, Describable<Publisher>, BuildStep

public class RedeployPublisher extends Recorder
Publisher for MavenModuleSetBuild to deploy artifacts after a build is fully succeeded.

Note that the - historical given - name of this class is quite misleading as this publisher usually does no REdeployment of artifacts. If you're looking for the redeploy functionality in the Jenkins UI: that is implemented in MavenAbstractArtifactRecord.doRedeploy(String, String, boolean)!

Since:
1.191
Author:
Kohsuke Kawaguchi