com.thalesgroup.hudson.plugins.scons
Class SConsInstallation
java.lang.Object
com.thalesgroup.hudson.plugins.scons.SConsInstallation
public final class SConsInstallation
- extends java.lang.Object
SCons installation.
- Author:
- Gregory Boissinot
|
Constructor Summary |
SConsInstallation(java.lang.String name,
java.lang.String executablePath)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SConsInstallation
@DataBoundConstructor
public SConsInstallation(java.lang.String name,
java.lang.String executablePath)
getExecutablePath
public java.lang.String getExecutablePath()
getName
public java.lang.String getName()
- Human readable display name.
getExecutable
public java.io.File getExecutable()
getExists
public boolean getExists()
- Returns true if the executable exists.
Copyright © 2009. All Rights Reserved.