Uses of Interface
hudson.slaves.NodeSpecific

Packages that use NodeSpecific
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
hudson.slaves Code related to slaves. 
hudson.tasks Built-in Builders and Publishers that perform the actual heavy-lifting of a build. 
 

Uses of NodeSpecific in hudson.model
 

Classes in hudson.model that implement NodeSpecific
 class JDK
          Information about JDK installation.
 

Uses of NodeSpecific in hudson.slaves
 

Classes in hudson.slaves with type parameters of type NodeSpecific
 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
static class Maven.MavenInstallation
          Represents a Maven installation in a system.
 



Copyright © 2004-2013. All Rights Reserved.