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| Constructor and Description |
|---|
ChefBuilderConfiguration(String url,
String filter,
boolean parallel,
boolean fail,
List<String> nodes,
int port,
String username,
String privatekey,
String command,
String node) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommand() |
ChefBuilderConfiguration.DescriptorImpl |
getDescriptor() |
String |
getFilter() |
int |
getPort() |
String |
getPrivatekey() |
String |
getUrl()
We'll use this from the config.jelly.
|
String |
getUsername() |
boolean |
isFail() |
boolean |
isParallel() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
void |
perform(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
getProjectAction, getProjectAction, getProjectActions, perform, prebuildpublic String getUrl()
public String getFilter()
public boolean isParallel()
public boolean isFail()
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<?,?> run,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener)
throws InterruptedException,
IOException
perform in interface jenkins.tasks.SimpleBuildStepInterruptedExceptionIOExceptionCopyright © 2004-2016. All Rights Reserved.