|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.plugins.groovy.Groovy.GroovyInstallation
public static final class Groovy.GroovyInstallation
| Constructor Summary | |
|---|---|
Groovy.GroovyInstallation(java.lang.String name,
java.lang.String home)
|
|
| Method Summary | |
|---|---|
boolean |
exists()
Returns true if the executable exists. |
java.lang.String |
getExecutable(hudson.remoting.VirtualChannel channel)
Gets the executable path of this groovy installation on the given target system. |
java.lang.String |
getHome()
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 |
| Constructor Detail |
|---|
@DataBoundConstructor
public Groovy.GroovyInstallation(java.lang.String name,
java.lang.String home)
| Method Detail |
|---|
public java.lang.String getHome()
public java.lang.String getName()
public java.lang.String getExecutable(hudson.remoting.VirtualChannel channel)
throws java.io.IOException,
java.lang.InterruptedException
java.io.IOException
java.lang.InterruptedExceptionpublic boolean exists()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||