Uses of Class
hudson.model.Cause

Packages that use Cause
hudson.cli Server-side CLI commands for Hudson. 
hudson.matrix Matrix project 
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
hudson.triggers Built-in Triggers that run periodically to kick a new build. 
 

Uses of Cause in hudson.cli
 

Subclasses of Cause in hudson.cli
static class BuildCommand.CLICause
           
 

Uses of Cause in hudson.matrix
 

Methods in hudson.matrix with parameters of type Cause
 boolean MatrixConfiguration.scheduleBuild(List<? extends Action> actions, Cause c)
          Starts the build with the actions that are passed in.
 boolean MatrixConfiguration.scheduleBuild(ParametersAction parameters, Cause c)
          Deprecated. Use MatrixConfiguration.scheduleBuild(List, Cause). Since 1.480
 

Uses of Cause in hudson.model
 

Subclasses of Cause in hudson.model
static class Cause.LegacyCodeCause
          Deprecated. since 2009-02-08
static class Cause.RemoteCause
           
static class Cause.UpstreamCause
          A build is triggered by the completion of another build (AKA upstream build.)
static class Cause.UpstreamCause.DeeplyNestedUpstreamCause
           
static class Cause.UserCause
          Deprecated. 1.428 use Cause.UserIdCause
static class Cause.UserIdCause
          A build is started by an user action.
 

Methods in hudson.model with type parameters of type Cause
<T extends Cause>
T
CauseAction.findCause(Class<T> type)
          Finds the cause of the specific type.
<T extends Cause>
T
Run.getCause(Class<T> type)
          Returns a Cause of a particular type.
 

Methods in hudson.model that return types with arguments of type Cause
 Map<Cause,Integer> CauseAction.getCauseCounts()
          Get list of causes with duplicates combined into counters.
 List<Cause> CauseAction.getCauses()
           
 List<Cause> Run.getCauses()
          Returns the Causes that tirggered a build.
 List<Cause> Queue.Item.getCauses()
          Convenience method that returns a read only view of the Causes associated with this item in the queue.
 List<Cause> Cause.UpstreamCause.getUpstreamCauses()
           
 

Methods in hudson.model with parameters of type Cause
 boolean BuildableItem.scheduleBuild(Cause c)
           
 boolean AbstractProject.scheduleBuild(Cause c)
          Schedules a build of this project.
 boolean BuildableItem.scheduleBuild(int quietPeriod, Cause c)
           
 boolean AbstractProject.scheduleBuild(int quietPeriod, Cause c)
           
 boolean AbstractProject.scheduleBuild(int quietPeriod, Cause c, Action... actions)
          Schedules a build.
 QueueTaskFuture<R> AbstractProject.scheduleBuild2(int quietPeriod, Cause c)
          Schedules a build of this project, and returns a Future object to wait for the completion of the build.
 QueueTaskFuture<R> AbstractProject.scheduleBuild2(int quietPeriod, Cause c, Action... actions)
          Schedules a build of this project, and returns a Future object to wait for the completion of the build.
 QueueTaskFuture<R> AbstractProject.scheduleBuild2(int quietPeriod, Cause c, Collection<? extends Action> actions)
          Schedules a build of this project, and returns a Future object to wait for the completion of the build.
 

Method parameters in hudson.model with type arguments of type Cause
 void StreamBuildListener.started(List<Cause> causes)
           
 void BuildListener.started(List<Cause> causes)
          Called when a build is started.
 

Constructors in hudson.model with parameters of type Cause
CauseAction(Cause c)
           
 

Uses of Cause in hudson.triggers
 

Subclasses of Cause in hudson.triggers
static class SCMTrigger.SCMTriggerCause
           
static class TimerTrigger.TimerTriggerCause
           
 



Copyright © 2004-2013. All Rights Reserved.