提交 0068f61a 编写于 作者: K kohsuke

this is where it was meant to be.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@2026 71c3de6d-444a-0410-be80-ed276b4c234a
上级 73058448
......@@ -15,6 +15,17 @@ public abstract class TopLevelItemDescriptor extends Descriptor<TopLevelItem> {
super(clazz);
}
/**
* {@inheritDoc}
*
* <p>
* Used as the caption when the user chooses what job type to create.
* The descriptor implementation also needs to have <tt>detail.jelly</tt>
* script, which will be used to render the text below the caption
* that expains the job type.
*/
public abstract String getDisplayName();
/**
* @deprecated
* This is not a valid operation for {@link Job}s.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册