com.sonyericsson.hudson.plugins.gerrit.trigger.dependency
Class BecauseDependentBuildIsBuilding

java.lang.Object
  extended by hudson.model.queue.CauseOfBlockage
      extended by com.sonyericsson.hudson.plugins.gerrit.trigger.dependency.BecauseDependentBuildIsBuilding

public class BecauseDependentBuildIsBuilding
extends hudson.model.queue.CauseOfBlockage

Build is blocked because it depends on a currently building job.

Author:
Yannick Bréhon <yannick.brehon@smartmatic.com>

Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.queue.CauseOfBlockage
hudson.model.queue.CauseOfBlockage.BecauseLabelIsBusy, hudson.model.queue.CauseOfBlockage.BecauseLabelIsOffline, hudson.model.queue.CauseOfBlockage.BecauseNodeIsBusy, hudson.model.queue.CauseOfBlockage.BecauseNodeIsOffline
 
Constructor Summary
BecauseDependentBuildIsBuilding(List<hudson.model.AbstractProject> blockingProjects)
          Standard constructor.
 
Method Summary
 String getShortDescription()
           
 
Methods inherited from class hudson.model.queue.CauseOfBlockage
createNeedsMoreExecutor, fromMessage, print
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BecauseDependentBuildIsBuilding

public BecauseDependentBuildIsBuilding(List<hudson.model.AbstractProject> blockingProjects)
Standard constructor.

Parameters:
blockingProjects - The list of dependant builds which are blocking this one.
Method Detail

getShortDescription

public String getShortDescription()
Specified by:
getShortDescription in class hudson.model.queue.CauseOfBlockage


Copyright © 2004-2014. All Rights Reserved.