com.sonyericsson.hudson.plugins.gerrit.trigger.dependency
Class BecauseDependentBuildIsBuilding
java.lang.Object
hudson.model.queue.CauseOfBlockage
com.sonyericsson.hudson.plugins.gerrit.trigger.dependency.BecauseDependentBuildIsBuilding
public class BecauseDependentBuildIsBuilding
- extends hudson.model.queue.CauseOfBlockage
Build is blocked because it depends on a currently building job.
- Author:
- Yannick Bréhon <yannick.brehon@smartmatic.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 |
BecauseDependentBuildIsBuilding
public BecauseDependentBuildIsBuilding(List<hudson.model.AbstractProject> blockingProjects)
- Standard constructor.
- Parameters:
blockingProjects
- The list of dependant builds which are blocking this one.
getShortDescription
public String getShortDescription()
- Specified by:
getShortDescription
in class hudson.model.queue.CauseOfBlockage
Copyright © 2004-2014. All Rights Reserved.