Class WaitingForReplication
java.lang.Object
hudson.model.queue.CauseOfBlockage
com.sonyericsson.hudson.plugins.gerrit.trigger.replication.WaitingForReplication
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
ConstructorsConstructorDescriptionWaitingForReplication(Collection<GerritSlave> gerritSlaves) Standard constructor. -
Method Summary
Methods inherited from class hudson.model.queue.CauseOfBlockage
createNeedsMoreExecutor, fromMessage, print, toString
-
Constructor Details
-
WaitingForReplication
Standard constructor.- Parameters:
gerritSlaves- The slaves(s) that replication needs to complete before the build can start.
-
-
Method Details
-
getShortDescription
- Specified by:
getShortDescriptionin classCauseOfBlockage
-