hudson.plugins.cmake
public class CmakeLauncher extends Object
| Constructor and Description |
|---|
CmakeLauncher(hudson.Launcher launcher,
hudson.EnvVars envs,
hudson.FilePath workSpace,
hudson.model.BuildListener listener,
String buildDir) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
launchCmake(String cmakeCall) |
boolean |
launchInstall(String installDir,
String installCommand) |
boolean |
launchMake(String makeCommand) |
public CmakeLauncher(hudson.Launcher launcher,
hudson.EnvVars envs,
hudson.FilePath workSpace,
hudson.model.BuildListener listener,
String buildDir)
public boolean launchCmake(String cmakeCall) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic boolean launchMake(String makeCommand) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic boolean launchInstall(String installDir, String installCommand) throws IOException, InterruptedException
IOExceptionInterruptedExceptionCopyright © 2004-2015. All Rights Reserved.