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:
ExtensionPoint
,Describable<Publisher>
,BuildStep
public class RedeployBatchTaskPublisher
extends hudson.maven.RedeployPublisher
RedeployPublisher
altered for batch task.- Author:
- Kohsuke Kawaguchi
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.maven.RedeployPublisher
hudson.maven.RedeployPublisher.WrappedArtifactRepository
Nested classes/interfaces inherited from class hudson.tasks.Publisher
Publisher.DescriptorExtensionListImpl
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
BuildStep.PublisherList
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields inherited from class hudson.maven.RedeployPublisher
evenIfUnstable, id, releaseEnvVar, uniqueVersion, url
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected hudson.maven.MavenModuleSetBuild
getMavenBuild
(AbstractBuild<?, ?> build) Methods inherited from class hudson.maven.RedeployPublisher
getActions, getRequiredMonitorService, getTreshold, perform
Methods inherited from class hudson.tasks.Recorder
getDescriptor
Methods inherited from class hudson.tasks.Publisher
all, getProjectAction, needsToRunAfterFinalized, prebuild
Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, getProjectActions, perform, prebuild
-
Constructor Details
-
RedeployBatchTaskPublisher
-
-
Method Details
-
getMavenBuild
- Overrides:
getMavenBuild
in classhudson.maven.RedeployPublisher
-