com.thalesgroup.hudson.plugins.scons
Class SConsInstallation

java.lang.Object
  extended by 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)
           
 
Method Summary
 java.io.File getExecutable()
           
 java.lang.String getExecutablePath()
           
 boolean getExists()
          Returns true if the executable exists.
 java.lang.String getName()
          Human readable display name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SConsInstallation

@DataBoundConstructor
public SConsInstallation(java.lang.String name,
                                              java.lang.String executablePath)
Method Detail

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.