提交 9a879246 编写于 作者: K Kohsuke Kawaguchi

doc clarified

上级 b298b7b3
......@@ -31,6 +31,9 @@ package hudson.model;
public interface RunAction extends Action {
/**
* Called after the build is loaded and the object is added to the build list.
*
* Because {@link RunAction}s are persisted with {@link Run}, the implementation
* can keep a reference to {@link Run} in a field (which is set via {@link #onAttached(Run)})
*/
void onLoad();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册