public class MdtPublishAction
extends hudson.tasks.Notifier
Modifier and Type | Class and Description |
---|---|
static class |
MdtPublishAction.Descriptor |
hudson.tasks.Publisher.DescriptorExtensionListImpl
Constructor and Description |
---|
MdtPublishAction(boolean deployOnLatest) |
Modifier and Type | Method and Description |
---|---|
void |
configureDeployInfos(JobPropertyImpl pp) |
boolean |
getDeployOnLatest() |
MdtPublishAction.Descriptor |
getDescriptor() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
boolean |
performDeploy(List<hudson.model.Run.Artifact> artifacts,
hudson.model.TaskListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuild
@DataBoundConstructor public MdtPublishAction(boolean deployOnLatest)
public boolean getDeployOnLatest()
public void configureDeployInfos(JobPropertyImpl pp)
public boolean performDeploy(List<hudson.model.Run.Artifact> artifacts, hudson.model.TaskListener listener)
public boolean perform(hudson.model.AbstractBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener)
perform
in interface hudson.tasks.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public MdtPublishAction.Descriptor getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.tasks.Publisher>
getDescriptor
in class hudson.tasks.Notifier
Copyright © 2004-2016. All Rights Reserved.