Class BecauseDependentBuildIsBuilding
- java.lang.Object
-
- hudson.model.queue.CauseOfBlockage
-
- com.sonyericsson.hudson.plugins.gerrit.trigger.dependency.BecauseDependentBuildIsBuilding
-
public class BecauseDependentBuildIsBuilding extends 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
CauseOfBlockage.BecauseLabelIsBusy, CauseOfBlockage.BecauseLabelIsOffline, CauseOfBlockage.BecauseNodeIsBusy, CauseOfBlockage.BecauseNodeIsNotAcceptingTasks, CauseOfBlockage.BecauseNodeIsOffline
-
-
Constructor Summary
Constructors Constructor Description BecauseDependentBuildIsBuilding(Job blockingProject)
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
-
BecauseDependentBuildIsBuilding
public BecauseDependentBuildIsBuilding(Job blockingProject)
Standard constructor.- Parameters:
blockingProject
- The dependant build which are blocking this one.
-
-
Method Detail
-
getShortDescription
public String getShortDescription()
- Specified by:
getShortDescription
in classCauseOfBlockage
-
-