public class SBuild
extends hudson.tasks.Builder
| Modifier and Type | Class and Description |
|---|---|
static class |
SBuild.DescriptorImpl |
| Constructor and Description |
|---|
SBuild(String sbuildVersion,
String targets,
String buildFiles) |
| Modifier and Type | Method and Description |
|---|---|
SBuild.DescriptorImpl |
getDescriptor() |
Optional<SBuildInstallation> |
getSBuild() |
String |
getSbuildVersion() |
String |
getTargets()
We'll use this from the config.jelly.
|
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
getProjectAction, getProjectAction, getProjectActions, perform, prebuildpublic String getSbuildVersion()
public String getTargets()
public Optional<SBuildInstallation> getSBuild()
public 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 SBuild.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Builder>getDescriptor in class hudson.tasks.BuilderCopyright © 2004-2013. All Rights Reserved.