|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractItem | |
|---|---|
| hudson.matrix | Matrix project |
| hudson.maven | Maven support. |
| hudson.maven.reporters | |
| hudson.model | Core object model that are bound to URLs via stapler, rooted at Hudson. |
| hudson.security | Security-related code. |
| jenkins.model | |
| org.jvnet.hudson.test | Test harness for Jenkins and its plugins. |
| Uses of AbstractItem in hudson.matrix |
|---|
| Subclasses of AbstractItem in hudson.matrix | |
|---|---|
class |
MatrixConfiguration
One configuration of MatrixProject. |
class |
MatrixProject
Job that allows you to run multiple different configurations
from a single setting. |
| Uses of AbstractItem in hudson.maven |
|---|
| Subclasses of AbstractItem in hudson.maven | |
|---|---|
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 AbstractItem in hudson.maven.reporters |
|---|
| Constructors in hudson.maven.reporters with parameters of type AbstractItem | |
|---|---|
AbstractMavenJavadocArchiver.MavenJavadocAction(AbstractItem project,
FilePath target,
String title,
String urlName,
String displayName)
|
|
MavenSiteArchiver.SiteAction(AbstractItem project)
|
|
| Uses of AbstractItem in hudson.model |
|---|
| Subclasses of AbstractItem in hudson.model | |
|---|---|
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 |
Job<JobT extends Job<JobT,RunT>,RunT extends Run<JobT,RunT>>
A job is an runnable entity under the monitoring of Hudson. |
class |
Project<P extends Project<P,B>,B extends Build<P,B>>
Buildable software project. |
class |
ViewJob<JobT extends ViewJob<JobT,RunT>,RunT extends Run<JobT,RunT>>
Job that monitors activities that happen outside Hudson,
which requires occasional batch reload activity to obtain the up-to-date information. |
| Fields in hudson.model with type parameters of type AbstractItem | |
|---|---|
static AlternativeUiTextProvider.Message<AbstractItem> |
AbstractItem.PRONOUN
Replaceable pronoun of that points to a job. |
| Methods in hudson.model that return AbstractItem | |
|---|---|
static AbstractItem |
AbstractItem.resolveForCLI(String name)
Used for CLI binding. |
| Uses of AbstractItem in hudson.security |
|---|
| Methods in hudson.security with parameters of type AbstractItem | |
|---|---|
ACL |
AuthorizationStrategy.getACL(AbstractItem item)
Implementation can choose to provide different ACL for different items. |
SidACL |
ProjectMatrixAuthorizationStrategy.getACL(AbstractItem item)
|
| Uses of AbstractItem in jenkins.model |
|---|
| Subclasses of AbstractItem in jenkins.model | |
|---|---|
class |
AbstractTopLevelItem
Default base implementation of TopLevelItem. |
| Uses of AbstractItem in org.jvnet.hudson.test |
|---|
| Subclasses of AbstractItem in org.jvnet.hudson.test | |
|---|---|
class |
MockFolder
Minimal implementation of a modifiable item group akin to the CloudBees Folders plugin. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||