public class CoverityInstallation extends hudson.slaves.NodeProperty<hudson.model.Node> implements hudson.model.EnvironmentSpecific<CoverityInstallation>
| Modifier and Type | Class and Description |
|---|---|
static class |
CoverityInstallation.DescriptorImpl |
| Constructor and Description |
|---|
CoverityInstallation(String home) |
| Modifier and Type | Method and Description |
|---|---|
CoverityInstallation |
forEnvironment(hudson.EnvVars environment) |
String |
getHome()
The location of the static analysis tools on this node.
|
@DataBoundConstructor public CoverityInstallation(String home)
public String getHome()
public CoverityInstallation forEnvironment(hudson.EnvVars environment)
forEnvironment in interface hudson.model.EnvironmentSpecific<CoverityInstallation>Copyright © 2004-2013 Hudson. All Rights Reserved.