com.sonyericsson.hudson.plugins.gerrit.trigger.replication
Class WaitingForReplication

java.lang.Object
  extended by hudson.model.queue.CauseOfBlockage
      extended by com.sonyericsson.hudson.plugins.gerrit.trigger.replication.WaitingForReplication

public class WaitingForReplication
extends hudson.model.queue.CauseOfBlockage

Build is blocked because replication is not completed to slave(s).

Author:
Hugo Arès <hugo.ares@ericsson.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
WaitingForReplication(Collection<GerritSlave> gerritSlaves)
          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

WaitingForReplication

public WaitingForReplication(Collection<GerritSlave> gerritSlaves)
Standard constructor.

Parameters:
gerritSlaves - The slaves(s) that replication needs to complete before the build can start.
Method Detail

getShortDescription

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


Copyright © 2004-2014. All Rights Reserved.