Uses of Interface
jenkins.model.ModelObjectWithChildren
-
Packages that use ModelObjectWithChildren Package Description hudson.logging hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.model.labels Boolean expression over labels.jenkins.model -
-
Uses of ModelObjectWithChildren in hudson.logging
Classes in hudson.logging that implement ModelObjectWithChildren Modifier and Type Class Description class
LogRecorderManager
Owner ofLogRecorder
s, bound to "/log". -
Uses of ModelObjectWithChildren in hudson.model
Classes in hudson.model that implement ModelObjectWithChildren 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
AllView
View
that contains everything.class
ComputerSet
Serves as the top ofComputer
s in the URL hierarchy.class
FreeStyleProject
Free-style software project.class
Hudson
class
Job<JobT extends Job<JobT,RunT>,RunT extends Run<JobT,RunT>>
A job is an runnable entity under the monitoring of Hudson.class
Label
Group ofNode
s.class
ListView
DisplaysJob
s in a flat list view.class
MyView
View
that only contains projects for which the current user has access to.class
Project<P extends Project<P,B>,B extends Build<P,B>>
Buildable software project.class
ProxyView
A view that delegates to another.class
View
Encapsulates the rendering of the list ofTopLevelItem
s thatJenkins
owns.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. -
Uses of ModelObjectWithChildren in hudson.model.labels
Classes in hudson.model.labels that implement ModelObjectWithChildren Modifier and Type Class Description class
LabelAtom
Atomic single token label, like "foo" or "bar".class
LabelExpression
Boolean expression of labels.static class
LabelExpression.And
static class
LabelExpression.Binary
static class
LabelExpression.Iff
static class
LabelExpression.Implies
static class
LabelExpression.Not
static class
LabelExpression.Or
static class
LabelExpression.Paren
No-op but useful for preserving the parenthesis in the user input. -
Uses of ModelObjectWithChildren in jenkins.model
Classes in jenkins.model that implement ModelObjectWithChildren Modifier and Type Class Description class
Jenkins
Root object of the system.
-