提交 a9904fd4 编写于 作者: K kohsuke

doc improvement.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@2157 71c3de6d-444a-0410-be80-ed276b4c234a
上级 55b9d48f
...@@ -54,6 +54,10 @@ public interface BuildStep { ...@@ -54,6 +54,10 @@ public interface BuildStep {
* Returns an action object if this {@link BuildStep} has an action * Returns an action object if this {@link BuildStep} has an action
* to contribute to a {@link Project}. * to contribute to a {@link Project}.
* *
* <p>
* {@link Project} calls this method for every {@link BuildStep} that
* it owns when the rendering is requested.
*
* @param project * @param project
* {@link Project} that owns this build step, * {@link Project} that owns this build step,
* since {@link BuildStep} object doesn't usually have this "parent" pointer. * since {@link BuildStep} object doesn't usually have this "parent" pointer.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册