Uses of Interface
hudson.model.BuildableItem

Packages that use BuildableItem
hudson.matrix Matrix project 
hudson.maven Maven support. 
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
 

Uses of BuildableItem in hudson.matrix
 

Classes in hudson.matrix that implement BuildableItem
 class MatrixConfiguration
          One configuration of MatrixProject.
 class MatrixProject
          Job that allows you to run multiple different configurations from a single setting.
 

Uses of BuildableItem in hudson.maven
 

Classes in hudson.maven that implement BuildableItem
 class AbstractMavenProject<P extends AbstractProject<P,R>,R extends AbstractBuild<P,R>>
          Common part between MavenModule and MavenModuleSet.
 class MavenModule
          Job that builds projects based on Maven2.
 class MavenModuleSet
          Group of MavenModules.
 

Uses of BuildableItem in hudson.model
 

Subinterfaces of BuildableItem in hudson.model
 interface BuildableItemWithBuildWrappers
          AbstractProject that has associated BuildWrappers.
 interface SCMedItem
          Items that has associated SCM.
 

Classes in hudson.model that implement BuildableItem
 class AbstractProject<P extends AbstractProject<P,R>,R extends AbstractBuild<P,R>>
          Base implementation of Jobs that build software.
 class FreeStyleProject
          Free-style software project.
 class Project<P extends Project<P,B>,B extends Build<P,B>>
          Buildable software project.
 



Copyright © 2004-2013. All Rights Reserved.