Uses of Class
hudson.model.Cause
Packages that use Cause
Package
Description
Server-side CLI commands for Hudson.
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Built-in
Trigger
s that run periodically to kick a new build.-
Uses of Cause in hudson.cli
Subclasses of Cause in hudson.cli -
Uses of Cause in hudson.model
Subclasses of Cause in hudson.modelModifier and TypeClassDescriptionstatic class
Deprecated.since 2009-02-08static class
static class
A build is triggered by another build (AKA upstream build.)static class
static class
Deprecated.1.428 useCause.UserIdCause
static class
A build is started by an user action.Methods in hudson.model with type parameters of type CauseModifier and TypeMethodDescription<T extends Cause>
TFinds the cause of the specific type.<T extends Cause>
TReturns aCause
of a particular type.Methods in hudson.model that return types with arguments of type CauseModifier and TypeMethodDescriptionCauseAction.getCauseCounts()
Get list of causes with duplicates combined into counters.CauseAction.getCauses()
Lists all causes of this build.Queue.Item.getCauses()
Convenience method that returns a read only view of theCause
s associated with this item in the queue.Run.getCauses()
Returns theCause
s that triggered a build.Cause.UpstreamCause.getUpstreamCauses()
Methods in hudson.model with parameters of type CauseModifier and TypeMethodDescriptionboolean
AbstractProject.scheduleBuild
(int quietPeriod, Cause c, Action... actions) Schedules a build.boolean
BuildableItem.scheduleBuild
(int quietPeriod, Cause c) boolean
BuildableItem.scheduleBuild
(Cause c) AbstractProject.scheduleBuild2
(int quietPeriod, Cause c) Schedules a build of this project, and returns aFuture
object to wait for the completion of the build.AbstractProject.scheduleBuild2
(int quietPeriod, Cause c, Action... actions) Schedules a build of this project, and returns aFuture
object to wait for the completion of the build.AbstractProject.scheduleBuild2
(int quietPeriod, Cause c, Collection<? extends Action> actions) Schedules a build of this project, and returns aFuture
object to wait for the completion of the build.Method parameters in hudson.model with type arguments of type CauseModifier and TypeMethodDescriptiondefault void
Called when a build is started.Constructors in hudson.model with parameters of type CauseConstructor parameters in hudson.model with type arguments of type Cause -
Uses of Cause in hudson.triggers
Subclasses of Cause in hudson.triggersModifier and TypeClassDescriptionstatic class
static class
-
Uses of Cause in jenkins.model
Methods in jenkins.model with parameters of type CauseModifier and TypeMethodDescriptiondefault boolean
ParameterizedJobMixIn.ParameterizedJob.scheduleBuild
(int quietPeriod, Cause c) default boolean
ParameterizedJobMixIn.ParameterizedJob.scheduleBuild
(Cause c) final boolean
ParameterizedJobMixIn.scheduleBuild
(int quietPeriod, Cause c) final boolean
ParameterizedJobMixIn.scheduleBuild
(Cause c)