public class MystBuilder
extends hudson.tasks.Builder
Modifier and Type | Class and Description |
---|---|
static class |
MystBuilder.DescriptorImpl |
Constructor and Description |
---|
MystBuilder(String mystAction,
String config,
String mystWorkspace,
String properties,
String mystInstallationName) |
Modifier and Type | Method and Description |
---|---|
String |
getConfig() |
MystBuilder.DescriptorImpl |
getDescriptor() |
String |
getMystAction() |
MystInstallation |
getMystInstallation() |
String |
getMystInstallationName() |
String |
getMystWorkspace() |
hudson.model.Action |
getProjectAction(hudson.model.AbstractProject<?,?> project) |
String |
getProperties() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
getProjectAction, getProjectActions, perform, prebuild
public String getMystAction()
public String getConfig()
public String getMystWorkspace()
public String getProperties()
public String getMystInstallationName()
public MystInstallation getMystInstallation() throws hudson.AbortException
hudson.AbortException
public hudson.model.Action getProjectAction(hudson.model.AbstractProject<?,?> project)
getProjectAction
in interface hudson.tasks.BuildStep
getProjectAction
in class hudson.tasks.BuildStepCompatibilityLayer
public boolean perform(hudson.model.AbstractBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener) throws IOException, InterruptedException
perform
in interface hudson.tasks.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
IOException
InterruptedException
public MystBuilder.DescriptorImpl getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.tasks.Builder>
getDescriptor
in class hudson.tasks.Builder
Copyright © 2004-2014. All Rights Reserved.