Class DetectAirGapInstallation
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<hudson.tools.ToolInstallation>
-
- hudson.tools.ToolInstallation
-
- com.blackduck.integration.jenkins.detect.extensions.tool.DetectAirGapInstallation
-
- All Implemented Interfaces:
hudson.ExtensionPoint
,hudson.model.Describable<hudson.tools.ToolInstallation>
,hudson.model.EnvironmentSpecific<DetectAirGapInstallation>
,hudson.slaves.NodeSpecific<DetectAirGapInstallation>
,java.io.Serializable
public class DetectAirGapInstallation extends hudson.tools.ToolInstallation implements hudson.slaves.NodeSpecific<DetectAirGapInstallation>, hudson.model.EnvironmentSpecific<DetectAirGapInstallation>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DetectAirGapInstallation.DescriptorImpl
-
Constructor Summary
Constructors Constructor Description DetectAirGapInstallation(java.lang.String name, java.lang.String home, java.util.List<? extends hudson.tools.ToolProperty<?>> properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DetectAirGapInstallation
forEnvironment(hudson.EnvVars environment)
DetectAirGapInstallation
forNode(hudson.model.Node node, hudson.model.TaskListener log)
-
-
-
Method Detail
-
forNode
public DetectAirGapInstallation forNode(@Nonnull hudson.model.Node node, hudson.model.TaskListener log) throws java.io.IOException, java.lang.InterruptedException
- Specified by:
forNode
in interfacehudson.slaves.NodeSpecific<DetectAirGapInstallation>
- Throws:
java.io.IOException
java.lang.InterruptedException
-
forEnvironment
public DetectAirGapInstallation forEnvironment(hudson.EnvVars environment)
- Specified by:
forEnvironment
in interfacehudson.model.EnvironmentSpecific<DetectAirGapInstallation>
-
-