Class Groovy.GroovyInstallation

java.lang.Object
hudson.plugins.groovy.Groovy.GroovyInstallation
All Implemented Interfaces:
Serializable
Enclosing class:
Groovy

public static final class Groovy.GroovyInstallation extends Object implements Serializable
See Also:
  • Constructor Details

    • GroovyInstallation

      @DataBoundConstructor public GroovyInstallation(String name, String home)
  • Method Details

    • getHome

      public String getHome()
      install directory.
    • getName

      public String getName()
      Human readable display name.