hudson.plugins.cmake
Class CmakeLauncher

java.lang.Object
  extended by hudson.plugins.cmake.CmakeLauncher

public class CmakeLauncher
extends java.lang.Object


Constructor Summary
CmakeLauncher(hudson.Launcher launcher, hudson.EnvVars envs, hudson.FilePath workSpace, hudson.model.BuildListener listener, java.lang.String buildDir)
           
 
Method Summary
 boolean launchCmake(java.lang.String cmakeCall)
           
 boolean launchInstall(java.lang.String installDir, java.lang.String installCommand)
           
 boolean launchMake(java.lang.String makeCommand)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmakeLauncher

public CmakeLauncher(hudson.Launcher launcher,
                     hudson.EnvVars envs,
                     hudson.FilePath workSpace,
                     hudson.model.BuildListener listener,
                     java.lang.String buildDir)
Method Detail

launchCmake

public boolean launchCmake(java.lang.String cmakeCall)
                    throws java.io.IOException,
                           java.lang.InterruptedException
Throws:
java.io.IOException
java.lang.InterruptedException

launchMake

public boolean launchMake(java.lang.String makeCommand)
                   throws java.io.IOException,
                          java.lang.InterruptedException
Throws:
java.io.IOException
java.lang.InterruptedException

launchInstall

public boolean launchInstall(java.lang.String installDir,
                             java.lang.String installCommand)
                      throws java.io.IOException,
                             java.lang.InterruptedException
Throws:
java.io.IOException
java.lang.InterruptedException


Copyright © 2011. All Rights Reserved.