提交 16e0eb34 编写于 作者: J James Nord

TransientActionFactory should implement ExtensionPoint

上级 8d9329e5
......@@ -24,6 +24,7 @@
package jenkins.model;
import hudson.ExtensionPoint;
import hudson.model.Action;
import hudson.model.Actionable;
import hudson.model.TopLevelItem;
......@@ -37,7 +38,7 @@ import javax.annotation.Nonnull;
* @see Actionable#getAllActions
* @since 1.548
*/
public abstract class TransientActionFactory<T> {
public abstract class TransientActionFactory<T> implements ExtensionPoint {
/**
* The type of object this factory cares about.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册