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, prebuildpublic String getMystAction()
public String getConfig()
public String getMystWorkspace()
public String getProperties()
public String getMystInstallationName()
public MystInstallation getMystInstallation() throws hudson.AbortException
hudson.AbortExceptionpublic hudson.model.Action getProjectAction(hudson.model.AbstractProject<?,?> project)
getProjectAction in interface hudson.tasks.BuildStepgetProjectAction in class hudson.tasks.BuildStepCompatibilityLayerpublic boolean perform(hudson.model.AbstractBuild build,
              hudson.Launcher launcher,
              hudson.model.BuildListener listener)
                throws IOException,
                       InterruptedException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerIOExceptionInterruptedExceptionpublic MystBuilder.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Builder>getDescriptor in class hudson.tasks.BuilderCopyright © 2004-2014. All Rights Reserved.