hudson.model
Class AbstractProject.BecauseOfBuildInProgress
java.lang.Object
hudson.model.queue.CauseOfBlockage
hudson.model.AbstractProject.BecauseOfBuildInProgress
- Enclosing class:
- AbstractProject<P extends AbstractProject<P,R>,R extends AbstractBuild<P,R>>
public static class AbstractProject.BecauseOfBuildInProgress
- extends CauseOfBlockage
Blocked because the previous build is already in progress.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractProject.BecauseOfBuildInProgress
public AbstractProject.BecauseOfBuildInProgress(AbstractBuild<?,?> build)
getShortDescription
public String getShortDescription()
- Description copied from class:
CauseOfBlockage
- Human readable description of why the build is blocked.
- Specified by:
getShortDescription
in class CauseOfBlockage
Copyright © 2004-2013. All Rights Reserved.