com.sonyericsson.hudson.plugins.gerrit.trigger.replication
Class WaitingForReplication
java.lang.Object
hudson.model.queue.CauseOfBlockage
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 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 |
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 |
WaitingForReplication
public WaitingForReplication(Collection<GerritSlave> gerritSlaves)
- Standard constructor.
- Parameters:
gerritSlaves
- The slaves(s) that replication needs to complete before the build can start.
getShortDescription
public String getShortDescription()
- Specified by:
getShortDescription
in class hudson.model.queue.CauseOfBlockage
Copyright © 2004-2014. All Rights Reserved.