public class CFLaunchBuilder
extends hudson.tasks.Builder
| Modifier and Type | Class and Description |
|---|---|
static class |
CFLaunchBuilder.Descriptor |
static class |
CFLaunchBuilder.SetCFVars |
| Constructor and Description |
|---|
CFLaunchBuilder(String cfComposition,
CFLaunchBuilder.SetCFVars setCFVars) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCfComposition() |
List<CFVariable> |
getCfVars() |
CFLaunchBuilder.Descriptor |
getDescriptor() |
boolean |
isSetCFVars() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
boolean |
performStep(hudson.model.Run run,
hudson.model.TaskListener listener) |
@DataBoundConstructor public CFLaunchBuilder(String cfComposition, CFLaunchBuilder.SetCFVars setCFVars)
public List<CFVariable> getCfVars()
public boolean isSetCFVars()
public String getCfComposition()
public CFLaunchBuilder.Descriptor getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Builder>getDescriptor in class hudson.tasks.Builderpublic 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 boolean performStep(hudson.model.Run run,
hudson.model.TaskListener listener)
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionCopyright © 2016–2017. All rights reserved.