Class DetectAirGapInstallation

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  DetectAirGapInstallation.DescriptorImpl  
      • Nested classes/interfaces inherited from class hudson.tools.ToolInstallation

        hudson.tools.ToolInstallation.ToolConverter
      • Nested classes/interfaces inherited from interface hudson.ExtensionPoint

        hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
    • 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)  
      • Methods inherited from class hudson.tools.ToolInstallation

        all, buildEnvVars, getHome, getName, getProperties, readResolve, toString, translate, translate, translateFor, writeReplace
      • Methods inherited from class hudson.model.AbstractDescribableImpl

        getDescriptor
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DetectAirGapInstallation

        @DataBoundConstructor
        public DetectAirGapInstallation​(java.lang.String name,
                                        java.lang.String home,
                                        java.util.List<? extends hudson.tools.ToolProperty<?>> properties)
    • 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 interface hudson.slaves.NodeSpecific<DetectAirGapInstallation>
        Throws:
        java.io.IOException
        java.lang.InterruptedException