public class ChefBuilderConfiguration
extends hudson.tasks.Builder
implements jenkins.tasks.SimpleBuildStep
| Modifier and Type | Class and Description |
|---|---|
static class |
ChefBuilderConfiguration.DescriptorImpl |
jenkins.tasks.SimpleBuildStep.LastBuildAction, jenkins.tasks.SimpleBuildStep.LastBuildActionFactory| Modifier and Type | Field and Description |
|---|---|
String |
command |
boolean |
fail |
String |
filter |
String |
node |
static List<String> |
nodes |
boolean |
parallel |
int |
port |
String |
privatekey |
String |
sinatraurl |
String |
url |
String |
username |
| 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) |
void |
perform(hudson.model.Run<?,?> arg0,
hudson.FilePath arg1,
hudson.Launcher arg2,
hudson.model.TaskListener arg3) |
getProjectAction, getProjectAction, getProjectActions, perform, prebuildpublic final String url
public final String sinatraurl
public final String filter
public final boolean parallel
public final boolean fail
public final int port
public final String username
public final String command
public final String privatekey
public String node
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.Builderpublic void perform(hudson.model.Run<?,?> arg0,
hudson.FilePath arg1,
hudson.Launcher arg2,
hudson.model.TaskListener arg3)
throws InterruptedException,
IOException
perform in interface jenkins.tasks.SimpleBuildStepInterruptedExceptionIOExceptionCopyright © 2016–2017. All rights reserved.