提交 235db08e 编写于 作者: K kohsuke

improved cross referencing.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@21698 71c3de6d-444a-0410-be80-ed276b4c234a
上级 905796f3
......@@ -23,6 +23,10 @@
*/
package hudson.model;
import hudson.tasks.BuildStep;
import hudson.tasks.BuildWrapper;
import hudson.triggers.Trigger;
/**
* Marker interface for {@link Action}s that should be displayed
* at the top of the project page.
......@@ -32,6 +36,9 @@ package hudson.model;
* users' attention.
*
* @author Kohsuke Kawaguchi
* @see BuildStep#getProjectAction(AbstractProject)
* @see BuildWrapper#getProjectAction(AbstractProject)
* @see Trigger#getProjectAction()
*/
public interface ProminentProjectAction extends Action {
// TODO: do the rendering of the part from the action page
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册