public final class GrailsInstallation extends hudson.tools.ToolInstallation implements hudson.model.EnvironmentSpecific<GrailsInstallation>, hudson.slaves.NodeSpecific<GrailsInstallation>
| Modifier and Type | Class and Description |
|---|---|
static class |
GrailsInstallation.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
String |
grailsHome |
| Constructor and Description |
|---|
GrailsInstallation(String name,
String home,
List<? extends hudson.tools.ToolProperty<?>> properties) |
| Modifier and Type | Method and Description |
|---|---|
GrailsInstallation |
forEnvironment(hudson.EnvVars environment) |
GrailsInstallation |
forNode(hudson.model.Node node,
hudson.model.TaskListener log) |
public transient String grailsHome
public GrailsInstallation forNode(hudson.model.Node node, hudson.model.TaskListener log) throws IOException, InterruptedException
forNode in interface hudson.slaves.NodeSpecific<GrailsInstallation>IOExceptionInterruptedExceptionpublic GrailsInstallation forEnvironment(hudson.EnvVars environment)
forEnvironment in interface hudson.model.EnvironmentSpecific<GrailsInstallation>Copyright © 2004-2013. All Rights Reserved.