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

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

public class BecauseWaitingForOtherProjectsToTrigger
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
BecauseWaitingForOtherProjectsToTrigger()
          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

BecauseWaitingForOtherProjectsToTrigger

public BecauseWaitingForOtherProjectsToTrigger()
Standard constructor.

Method Detail

getShortDescription

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


Copyright © 2004-2014. All Rights Reserved.