|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 MavenModule s. |
Uses of BuildableItem in hudson.model |
---|
Subinterfaces of BuildableItem in hudson.model | |
---|---|
interface |
BuildableItemWithBuildWrappers
AbstractProject that has associated BuildWrapper s. |
interface |
SCMedItem
Item s 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 Job s that build software. |
class |
FreeStyleProject
Free-style software project. |
class |
Project<P extends Project<P,B>,B extends Build<P,B>>
Buildable software project. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |