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.Builder
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 boolean performStep(hudson.model.Run run, hudson.model.TaskListener listener) throws IOException, InterruptedException
IOException
InterruptedException
Copyright © 2016–2018. All rights reserved.