提交 3403a3e1 编写于 作者: K Kamil Szymański 提交者: Oleg Nenashev

Add symbol annotation for SystemInfoLink (#2375)

上级 dbdb4121
...@@ -26,11 +26,12 @@ package jenkins.management; ...@@ -26,11 +26,12 @@ package jenkins.management;
import hudson.Extension; import hudson.Extension;
import hudson.model.ManagementLink; import hudson.model.ManagementLink;
import org.jenkinsci.Symbol;
/** /**
* @author <a href="mailto:nicolas.deloof@gmail.com">Nicolas De Loof</a> * @author <a href="mailto:nicolas.deloof@gmail.com">Nicolas De Loof</a>
*/ */
@Extension(ordinal = Integer.MAX_VALUE - 500) @Extension(ordinal = Integer.MAX_VALUE - 500) @Symbol("systemInfo")
public class SystemInfoLink extends ManagementLink { public class SystemInfoLink extends ManagementLink {
@Override @Override
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册