Uses of Class
hudson.model.AbstractItem
Package
Description
Server-side CLI commands for Hudson.
OptionHandler
implementations for Hudson.Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Security-related code.
-
Uses of AbstractItem in hudson.cli
-
Uses of AbstractItem in hudson.cli.handlers
ModifierConstructorDescriptionAbstractItemOptionHandler
(org.kohsuke.args4j.CmdLineParser parser, org.kohsuke.args4j.OptionDef option, org.kohsuke.args4j.spi.Setter<AbstractItem> setter) -
Uses of AbstractItem in hudson.model
Modifier and TypeClassDescriptionclass
AbstractProject<P extends AbstractProject<P,
R>, R extends AbstractBuild<P, R>> Base implementation ofJob
s that build software.class
Free-style software project.class
A job is an runnable entity under the monitoring of Hudson.class
Buildable software project.class
Job
that monitors activities that happen outside Hudson, which requires occasional batch reload activity to obtain the up-to-date information.Modifier and TypeFieldDescriptionstatic final AlternativeUiTextProvider.Message<AbstractItem>
AbstractItem.PRONOUN
Replaceable pronoun of that points to a job.static final AlternativeUiTextProvider.Message<AbstractItem>
AbstractItem.TASK_NOUN
Replaceable noun for describing the kind of task that this item represents.Modifier and TypeMethodDescriptionstatic <I extends AbstractItem & TopLevelItem>
IItems.move
(I item, DirectlyModifiableTopLevelItemGroup destination) Moves an item between folders (or top level).Modifier and TypeMethodDescriptionstatic AbstractItem
AbstractItem.resolveForCLI
(String name) Used for CLI binding.Modifier and TypeMethodDescriptionvoid
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).void
Job.movedTo
(DirectlyModifiableTopLevelItemGroup destination, AbstractItem newItem, File destDir) -
Uses of AbstractItem in hudson.security
Modifier and TypeMethodDescriptionAuthorizationStrategy.getACL
(AbstractItem item) Implementation can choose to provide different ACL for different items. -
Uses of AbstractItem in jenkins.model
Modifier and TypeMethodDescriptionCollection<? extends Action>
RenameAction.TransientActionFactoryImpl.createFor
(AbstractItem target)