Package hudson.tools
Class DownloadFromUrlInstaller.NodeSpecificInstallable
java.lang.Object
hudson.tools.DownloadFromUrlInstaller.Installable
hudson.tools.DownloadFromUrlInstaller.NodeSpecificInstallable
- All Implemented Interfaces:
NodeSpecific<DownloadFromUrlInstaller.NodeSpecificInstallable>
- Enclosing class:
- DownloadFromUrlInstaller
public abstract class DownloadFromUrlInstaller.NodeSpecificInstallable
extends DownloadFromUrlInstaller.Installable
implements NodeSpecific<DownloadFromUrlInstaller.NodeSpecificInstallable>
Convenient abstract class to implement a NodeSpecificInstallable based on an existing Installable
- Since:
- 1.626
-
Field Summary
Fields inherited from class hudson.tools.DownloadFromUrlInstaller.Installable
id, name, url
-
Constructor Summary
ModifierConstructorDescriptionprotected
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface hudson.slaves.NodeSpecific
forNode
-
Constructor Details
-
NodeSpecificInstallable
-