Class WaitingForReplication
- java.lang.Object
-
- hudson.model.queue.CauseOfBlockage
-
- com.sonyericsson.hudson.plugins.gerrit.trigger.replication.WaitingForReplication
-
public class WaitingForReplication extends 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
CauseOfBlockage.BecauseLabelIsBusy, CauseOfBlockage.BecauseLabelIsOffline, CauseOfBlockage.BecauseNodeIsBusy, CauseOfBlockage.BecauseNodeIsNotAcceptingTasks, CauseOfBlockage.BecauseNodeIsOffline
-
-
Constructor Summary
Constructors Constructor Description WaitingForReplication(Collection<GerritSlave> gerritSlaves)
Standard constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getShortDescription()
-
Methods inherited from class hudson.model.queue.CauseOfBlockage
createNeedsMoreExecutor, fromMessage, print, toString
-
-
-
-
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 classCauseOfBlockage
-
-