Uses of Interface
hudson.slaves.NodeSpecific
-
Packages that use NodeSpecific Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.slaves Code related to agents.hudson.tasks hudson.tools -
-
Uses of NodeSpecific in hudson.model
Classes in hudson.model that implement NodeSpecific Modifier and Type Class Description class
JDK
Information about JDK installation. -
Uses of NodeSpecific in hudson.slaves
Classes in hudson.slaves with type parameters of type NodeSpecific Modifier and Type Interface Description interface
NodeSpecific<T extends NodeSpecific<T>>
Represents any concept that can be adapted for a node. -
Uses of NodeSpecific in hudson.tasks
Classes in hudson.tasks that implement NodeSpecific Modifier and Type Class Description static class
Maven.MavenInstallation
Represents a Maven installation in a system. -
Uses of NodeSpecific in hudson.tools
Classes in hudson.tools that implement NodeSpecific Modifier and Type Class Description class
DownloadFromUrlInstaller.NodeSpecificInstallable
Convenient abstract class to implement a NodeSpecificInstallable based on an existing Installable
-