|
|||||||||
| 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(java.lang.String name,
java.lang.String nantHome)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getExecutable(hudson.Launcher launcher)
|
java.io.File |
getExecutableFile()
Returns the NAnt executable as a File |
static java.lang.String |
getExecutableName()
Returns the name of the NAnt executable for the current platform |
boolean |
getExists()
Returns true if the executable exists. |
java.lang.String |
getName()
Human readable display name. |
java.lang.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(java.lang.String name,
java.lang.String nantHome)
| Method Detail |
|---|
public java.lang.String getNantHome()
public java.lang.String getName()
public java.lang.String getExecutable(hudson.Launcher launcher)
throws java.io.IOException,
java.lang.InterruptedException
java.io.IOException
java.lang.InterruptedExceptionpublic java.io.File getExecutableFile()
File
Filepublic static java.lang.String getExecutableName()
public boolean getExists()
throws java.io.IOException,
java.lang.InterruptedException
java.io.IOException
java.lang.InterruptedException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||