Package | Description |
---|---|
hudson.cli |
Server-side CLI commands for Hudson.
|
hudson.cli.handlers |
OptionHandler implementations for Hudson. |
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
hudson.security |
Security-related code.
|
jenkins.model |
Modifier and Type | Field and Description |
---|---|
AbstractItem |
GetJobCommand.job |
AbstractItem |
UpdateJobCommand.job |
Modifier and Type | Method and Description |
---|---|
protected Class<AbstractItem> |
AbstractItemOptionHandler.type() |
Constructor and Description |
---|
AbstractItemOptionHandler(org.kohsuke.args4j.CmdLineParser parser,
org.kohsuke.args4j.OptionDef option,
org.kohsuke.args4j.spi.Setter<AbstractItem> setter) |
Modifier and Type | Class and Description |
---|---|
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 |
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. |
Modifier and Type | Field and Description |
---|---|
static AlternativeUiTextProvider.Message<AbstractItem> |
AbstractItem.PRONOUN
Replaceable pronoun of that points to a job.
|
Modifier and Type | Method and Description |
---|---|
static <I extends AbstractItem & TopLevelItem> |
Items.move(I item,
DirectlyModifiableTopLevelItemGroup destination)
Moves an item between folders (or top level).
|
Modifier and Type | Method and Description |
---|---|
static AbstractItem |
AbstractItem.resolveForCLI(String name)
Used for CLI binding.
|
Modifier and Type | Method and Description |
---|---|
void |
Job.movedTo(DirectlyModifiableTopLevelItemGroup destination,
AbstractItem newItem,
File destDir) |
void |
AbstractItem.movedTo(DirectlyModifiableTopLevelItemGroup destination,
AbstractItem newItem,
File destDir)
Notify this item it's been moved to another location, replaced by newItem (might be the same object, but not guaranteed).
|
Modifier and Type | Method and Description |
---|---|
ACL |
AuthorizationStrategy.getACL(AbstractItem item)
Implementation can choose to provide different ACL for different items.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTopLevelItem
Default base implementation of
TopLevelItem . |
Copyright © 2017. All rights reserved.