hudson.plugins.promoted_builds.tasks
Class RedeployBatchTaskPublisher
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Publisher
hudson.tasks.Recorder
hudson.maven.RedeployPublisher
hudson.plugins.promoted_builds.tasks.RedeployBatchTaskPublisher
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.Publisher>, hudson.tasks.BuildStep
public class RedeployBatchTaskPublisher
- extends hudson.maven.RedeployPublisher
RedeployPublisher altered for batch task.
- Author:
- Kohsuke Kawaguchi
| Nested classes/interfaces inherited from class hudson.tasks.Publisher |
hudson.tasks.Publisher.DescriptorExtensionListImpl |
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Nested classes/interfaces inherited from interface hudson.tasks.BuildStep |
hudson.tasks.BuildStep.PublisherList |
| Fields inherited from class hudson.maven.RedeployPublisher |
id, uniqueVersion, url |
| Fields inherited from interface hudson.tasks.BuildStep |
BUILDERS, PUBLISHERS |
|
Method Summary |
protected hudson.maven.reporters.MavenAbstractArtifactRecord |
getAction(hudson.model.AbstractBuild<?,?> build)
|
hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher> |
getDescriptor()
|
| Methods inherited from class hudson.maven.RedeployPublisher |
perform |
| Methods inherited from class hudson.tasks.Publisher |
all, getProjectAction, needsToRunAfterFinalized, prebuild |
| Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer |
getProjectAction, perform, prebuild |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface hudson.tasks.BuildStep |
getProjectAction, prebuild |
DESCRIPTOR
public static final RedeployBatchTaskPublisher.DescriptorImpl DESCRIPTOR
RedeployBatchTaskPublisher
@DataBoundConstructor
public RedeployBatchTaskPublisher(java.lang.String id,
java.lang.String url,
boolean uniqueVersion)
getAction
protected hudson.maven.reporters.MavenAbstractArtifactRecord getAction(hudson.model.AbstractBuild<?,?> build)
- Overrides:
getAction in class hudson.maven.RedeployPublisher
getDescriptor
public hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher> getDescriptor()
- Specified by:
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>- Overrides:
getDescriptor in class hudson.tasks.Recorder
Copyright © 2009. All Rights Reserved.