|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.plugins.nant.NantBuilder.NantInstallation
public static final class NantBuilder.NantInstallation
| Constructor Summary | |
|---|---|
NantBuilder.NantInstallation(String name,
String nantHome)
|
|
| Method Summary | |
|---|---|
String |
getExecutable(hudson.Launcher launcher)
|
File |
getExecutableFile()
Returns the NAnt executable as a File |
static String |
getExecutableName()
Returns the name of the NAnt executable for the current platform |
boolean |
getExists()
Returns true if the executable exists. |
String |
getName()
Human readable display name. |
String |
getNantHome()
install directory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NantBuilder.NantInstallation(String name,
String nantHome)
| Method Detail |
|---|
public String getNantHome()
public String getName()
public String getExecutable(hudson.Launcher launcher)
throws IOException,
InterruptedException
IOException
InterruptedExceptionpublic File getExecutableFile()
File
Filepublic static String getExecutableName()
public boolean getExists()
throws IOException,
InterruptedException
IOException
InterruptedException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||