Uses of Class
hudson.model.Actionable
Packages that use Actionable
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins.Boolean expression over labels.
Code related to agents.
-
Uses of Actionable in hudson
Methods in hudson with parameters of type ActionableModifier and TypeMethodDescriptionstatic Map<DetailGroup, List<Detail>> Functions.getDetailsFor(Actionable object) Returns a grouped list of Detail objects for the given Actionable object -
Uses of Actionable in hudson.model
Subclasses of Actionable in hudson.modelModifier and TypeClassDescriptionclassAbstractBuild<P extends AbstractProject<P,R>, R extends AbstractBuild<P, R>> Base implementation ofRuns that build software.classPartial default implementation ofItem.classAbstractProject<P extends AbstractProject<P,R>, R extends AbstractBuild<P, R>> Base implementation ofJobs that build software.classA build of aProject.classRepresents the running state of a remote computer that holdsExecutors.classclassFree-style software project.static final classDeprecated.only here for backward compclassA job is an runnable entity under the monitoring of Hudson.classGroup ofNodes.classBuildable software project.final classQueue.Itemin theQueue.blockedProjectsstage.static final classQueue.Itemin theQueue.buildablesstage.static classItem in a queue.static final classQueue.Itemin theQueue.leftItemsstage.static classCommon part betweenQueue.BlockedItemandQueue.BuildableItem.static final classQueue.Itemin theQueue.waitingListstage.classA particular execution ofJob.classJobthat monitors activities that happen outside Hudson, which requires occasional batch reload activity to obtain the up-to-date information. -
Uses of Actionable in hudson.model.labels
Subclasses of Actionable in hudson.model.labelsModifier and TypeClassDescriptionclassAtomic single token label, like "foo" or "bar".classBoolean expression of labels.static final classstatic classstatic final classstatic final classstatic classstatic final classstatic classNo-op but useful for preserving the parenthesis in the user input. -
Uses of Actionable in hudson.slaves
Subclasses of Actionable in hudson.slavesModifier and TypeClassDescriptionclassAbstractCloudComputer<T extends AbstractCloudSlave>Partial implementation ofComputerto be used in conjunction withAbstractCloudSlave.classclassCreatesNodes to dynamically expand/shrink the agents attached to Hudson.class -
Uses of Actionable in jenkins.model
Subclasses of Actionable in jenkins.model -
Uses of Actionable in jenkins.model.details
Classes in jenkins.model.details with type parameters of type ActionableModifier and TypeClassDescriptionclassDetailFactory<T extends Actionable>Allows you to add multiple details to an Actionable object at once.Methods in jenkins.model.details with type parameters of type ActionableModifier and TypeMethodDescriptionstatic <T extends Actionable>
List<DetailFactory<T>> DetailFactory.factoriesFor(Class<T> type) Methods in jenkins.model.details that return ActionableConstructors in jenkins.model.details with parameters of type Actionable