public class MdtPublishAction
extends hudson.tasks.Notifier
| Modifier and Type | Class and Description |
|---|---|
static class |
MdtPublishAction.Descriptor |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Modifier and Type | Field and Description |
|---|---|
boolean |
deployOnLatest |
| Constructor and Description |
|---|
MdtPublishAction(boolean deployOnLatest) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDeployOnLatest() |
MdtPublishAction.Descriptor |
getDescriptor() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
boolean |
performDeploy(String mdtServerHostname,
String apiKey,
String deployFilename,
List<hudson.model.Run.Artifact> artifacts,
hudson.model.TaskListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuild@DataBoundConstructor public MdtPublishAction(boolean deployOnLatest)
public boolean getDeployOnLatest()
public boolean performDeploy(String mdtServerHostname, String apiKey, String deployFilename, 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.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public MdtPublishAction.Descriptor getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>getDescriptor in class hudson.tasks.NotifierCopyright © 2004-2016. All Rights Reserved.