public class CmakeBuilder
extends hudson.tasks.Builder
| Modifier and Type | Class and Description |
|---|---|
static class |
CmakeBuilder.DescriptorImpl
Descriptor for
CmakeBuilder. |
| Constructor and Description |
|---|
CmakeBuilder(String sourceDir,
String buildDir,
String installDir,
String buildType,
boolean cleanBuild,
boolean cleanInstallDir,
String generator,
String makeCommand,
String installCommand,
String preloadScript,
String cmakeArgs,
String projectCmakePath) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBuildDir() |
String |
getBuildType() |
boolean |
getCleanBuild() |
boolean |
getCleanInstallDir() |
String |
getCmakeArgs() |
CmakeBuilder.DescriptorImpl |
getDescriptor() |
String |
getGenerator() |
String |
getInstallCommand() |
String |
getInstallDir() |
String |
getMakeCommand() |
String |
getPreloadScript() |
String |
getProjectCmakePath() |
String |
getSourceDir() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
getProjectAction, getProjectAction, getProjectActions, perform, prebuildpublic String getSourceDir()
public String getBuildDir()
public String getInstallDir()
public String getBuildType()
public boolean getCleanBuild()
public boolean getCleanInstallDir()
public String getGenerator()
public String getMakeCommand()
public String getInstallCommand()
public String getPreloadScript()
public String getCmakeArgs()
public String getProjectCmakePath()
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 CmakeBuilder.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Builder>getDescriptor in class hudson.tasks.BuilderCopyright © 2004-2015. All Rights Reserved.