提交 1b173356 编写于 作者: D Daniel Beck

Update Javadoc for PR #1124

上级 9856477f
......@@ -95,6 +95,7 @@ public abstract class ViewDescriptor extends Descriptor<View> {
/**
* Auto-completion for the "copy from" field in the new job page.
* @since 1.553
*/
public AutoCompletionCandidates doAutoCompleteCopyNewItemFrom(@QueryParameter final String value, @AncestorInPath ItemGroup container) {
return AutoCompletionCandidates.ofJobNames(TopLevelItem.class, value, container);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册