hudson.plugins.promoted_builds.tasks
Class RedeployBatchTaskPublisher

java.lang.Object
  extended by hudson.tasks.BuildStepCompatibilityLayer
      extended by hudson.tasks.Publisher
          extended by hudson.tasks.Recorder
              extended by hudson.maven.RedeployPublisher
                  extended by 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 Class Summary
static class RedeployBatchTaskPublisher.DescriptorImpl
           
 
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
 
Field Summary
static RedeployBatchTaskPublisher.DescriptorImpl DESCRIPTOR
           
 
Fields inherited from class hudson.maven.RedeployPublisher
id, uniqueVersion, url
 
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
 
Constructor Summary
RedeployBatchTaskPublisher(java.lang.String id, java.lang.String url, boolean uniqueVersion)
           
 
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
 

Field Detail

DESCRIPTOR

public static final RedeployBatchTaskPublisher.DescriptorImpl DESCRIPTOR
Constructor Detail

RedeployBatchTaskPublisher

@DataBoundConstructor
public RedeployBatchTaskPublisher(java.lang.String id,
                                                       java.lang.String url,
                                                       boolean uniqueVersion)
Method Detail

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.