hudson.plugins.gant
Class GantInstallation

java.lang.Object
  extended by hudson.plugins.gant.GantInstallation

public final class GantInstallation
extends java.lang.Object

Gant installation.

Author:
Kohsuke Kawaguchi

Constructor Summary
GantInstallation(java.lang.String name, java.lang.String home)
           
 
Method Summary
 java.io.File getExecutable()
           
 boolean getExists()
          Returns true if the executable exists.
 java.lang.String getGroovyHome()
          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

GantInstallation

@DataBoundConstructor
public GantInstallation(java.lang.String name,
                                             java.lang.String home)
Method Detail

getGroovyHome

public java.lang.String getGroovyHome()
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.