Uses of Class
hudson.model.AbstractItem
-
Packages that use AbstractItem 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 atJenkins
.hudson.security Security-related code.jenkins.model -
-
Uses of AbstractItem in hudson.cli
Fields in hudson.cli declared as AbstractItem Modifier and Type Field Description AbstractItem
GetJobCommand. job
AbstractItem
UpdateJobCommand. job
-
Uses of AbstractItem in hudson.cli.handlers
Methods in hudson.cli.handlers that return types with arguments of type AbstractItem Modifier and Type Method Description protected Class<AbstractItem>
AbstractItemOptionHandler. type()
Constructor parameters in hudson.cli.handlers with type arguments of type AbstractItem Constructor Description AbstractItemOptionHandler(org.kohsuke.args4j.CmdLineParser parser, org.kohsuke.args4j.OptionDef option, org.kohsuke.args4j.spi.Setter<AbstractItem> setter)
-
Uses of AbstractItem in hudson.model
Subclasses of AbstractItem in hudson.model Modifier and Type Class Description class
AbstractProject<P extends AbstractProject<P,R>,R extends AbstractBuild<P,R>>
Base implementation ofJob
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.Fields in hudson.model with type parameters of type AbstractItem Modifier and Type Field Description static AlternativeUiTextProvider.Message<AbstractItem>
AbstractItem. PRONOUN
Replaceable pronoun of that points to a job.static AlternativeUiTextProvider.Message<AbstractItem>
AbstractItem. TASK_NOUN
Replaceable noun for describing the kind of task that this item represents.Methods in hudson.model with type parameters of type AbstractItem Modifier and Type Method Description static <I extends AbstractItem & TopLevelItem>
IItems. move(I item, DirectlyModifiableTopLevelItemGroup destination)
Moves an item between folders (or top level).Methods in hudson.model that return AbstractItem Modifier and Type Method Description static AbstractItem
AbstractItem. resolveForCLI(String name)
Used for CLI binding.Methods in hudson.model with parameters of type AbstractItem Modifier and Type Method Description 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).void
Job. movedTo(DirectlyModifiableTopLevelItemGroup destination, AbstractItem newItem, File destDir)
-
Uses of AbstractItem in hudson.security
Methods in hudson.security with parameters of type AbstractItem Modifier and Type Method Description ACL
AuthorizationStrategy. getACL(AbstractItem item)
Implementation can choose to provide different ACL for different items. -
Uses of AbstractItem in jenkins.model
Subclasses of AbstractItem in jenkins.model Modifier and Type Class Description class
AbstractTopLevelItem
Default base implementation ofTopLevelItem
.Methods in jenkins.model that return types with arguments of type AbstractItem Modifier and Type Method Description Class<AbstractItem>
RenameAction.TransientActionFactoryImpl. type()
Methods in jenkins.model with parameters of type AbstractItem Modifier and Type Method Description Collection<? extends Action>
RenameAction.TransientActionFactoryImpl. createFor(AbstractItem target)
-