Uses of Class
hudson.model.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
-
Uses of Cause in hudson.model
Modifier 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.Modifier and TypeMethodDescription<T extends Cause>
TFinds the cause of the specific type.<T extends Cause>
TReturns aCause
of a particular type.Modifier 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()
Modifier 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.Modifier and TypeMethodDescriptiondefault void
Called when a build is started. -
Uses of Cause in hudson.triggers
Modifier and TypeClassDescriptionstatic class
static class
-
Uses of Cause in jenkins.model
Modifier 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)