hudson.plugins.kundo
Class KundoInstallation
java.lang.Object
hudson.plugins.kundo.KundoInstallation
public final class KundoInstallation
- extends java.lang.Object
|
Method Summary |
java.io.File |
getExecutable()
|
boolean |
getExists()
Returns true if the executable exists. |
java.lang.String |
getKundoHome()
install directory. |
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 |
KundoInstallation
@DataBoundConstructor
public KundoInstallation(java.lang.String name,
java.lang.String home)
getKundoHome
public java.lang.String getKundoHome()
- install directory.
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 © 2010. All Rights Reserved.