Uses of Interface
hudson.model.EnvironmentSpecific

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

Uses of EnvironmentSpecific in hudson.model
 

Classes in hudson.model with type parameters of type EnvironmentSpecific
 interface EnvironmentSpecific<T extends EnvironmentSpecific<T>>
          Represents any concept that can be adapted for a certain environment.
 

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

Uses of EnvironmentSpecific in hudson.tasks
 

Classes in hudson.tasks that implement EnvironmentSpecific
static class Maven.MavenInstallation
          Represents a Maven installation in a system.
 



Copyright © 2004-2013. All Rights Reserved.