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 classDetectAirGapInstallation.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 DetectAirGapInstallationforEnvironment(hudson.EnvVars environment)DetectAirGapInstallationforNode(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:
forNodein interfacehudson.slaves.NodeSpecific<DetectAirGapInstallation>- Throws:
java.io.IOExceptionjava.lang.InterruptedException
-
forEnvironment
public DetectAirGapInstallation forEnvironment(hudson.EnvVars environment)
- Specified by:
forEnvironmentin interfacehudson.model.EnvironmentSpecific<DetectAirGapInstallation>
-
-