提交 5c5274bc 编写于 作者: K kohsuke

doc improvement.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@22947 71c3de6d-444a-0410-be80-ed276b4c234a
上级 bc66388f
......@@ -953,7 +953,8 @@ public class Queue extends ResourceController implements Saveable {
*
* <h2>View</h2>
* <tt>summary.jelly</tt> should do one-line HTML rendering to be used while rendering
* "build history" widget, next to the blocking build.
* "build history" widget, next to the blocking build. By default it simply renders
* {@link #getShortDescription()} text.
*/
public abstract static class CauseOfBlockage {
/**
......@@ -1197,6 +1198,9 @@ public class Queue extends ResourceController implements Saveable {
return cob!=null ? cob.getShortDescription() : null;
}
/**
* Gets an object that describes why this item is in the queue.
*/
public abstract CauseOfBlockage getCauseOfBlockage();
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册