hudson.plugins.clover
Class CloverInstallation
java.lang.Object
hudson.model.AbstractDescribableImpl<hudson.tools.ToolInstallation>
hudson.tools.ToolInstallation
hudson.plugins.clover.CloverInstallation
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.tools.ToolInstallation>, hudson.slaves.NodeSpecific<CloverInstallation>, Serializable
public class CloverInstallation
- extends hudson.tools.ToolInstallation
- implements hudson.slaves.NodeSpecific<CloverInstallation>
- Author:
- Nicolas De Loof
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from class hudson.tools.ToolInstallation |
hudson.tools.ToolInstallation.ToolConverter |
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Methods inherited from class hudson.tools.ToolInstallation |
all, buildEnvVars, getHome, getName, getProperties, readResolve, translate, translate, translateFor |
| Methods inherited from class hudson.model.AbstractDescribableImpl |
getDescriptor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DESCRIPTOR
@Extension
public static final CloverInstallation.DescriptorImpl DESCRIPTOR
CloverInstallation
@DataBoundConstructor
public CloverInstallation(String name,
String home,
List<? extends hudson.tools.ToolProperty<?>> properties)
forName
public static CloverInstallation forName(String name)
installations
public static List<CloverInstallation> installations()
forNode
public CloverInstallation forNode(hudson.model.Node node,
hudson.model.TaskListener log)
throws IOException,
InterruptedException
- Specified by:
forNode in interface hudson.slaves.NodeSpecific<CloverInstallation>
- Throws:
IOException
InterruptedException
Copyright © 2004-2014. All Rights Reserved.