public class ChefBuilderConfiguration
extends hudson.tasks.Builder
| Modifier and Type | Class and Description |
|---|---|
static class |
ChefBuilderConfiguration.DescriptorImpl |
| Constructor and Description |
|---|
ChefBuilderConfiguration(String url,
String sinatraurl,
String filter,
String username,
int port,
String command,
String privatekey,
boolean parallel,
boolean fail) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommand() |
ChefBuilderConfiguration.DescriptorImpl |
getDescriptor() |
boolean |
getFail() |
String |
getFilter() |
boolean |
getParallel() |
int |
getPort() |
String |
getPrivatekey() |
String |
getSinatraurl() |
String |
getUrl()
We'll use this from the config.jelly.
|
String |
getUsername() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
public String getUrl()
public String getSinatraurl()
public String getFilter()
public boolean getParallel()
public boolean getFail()
public String getUsername()
public int getPort()
public String getCommand()
public String getPrivatekey()
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionpublic ChefBuilderConfiguration.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Builder>getDescriptor in class hudson.tasks.BuilderCopyright © 2016–2017. All rights reserved.