提交 9388ad0a 编写于 作者: J Jesse Glick

Merge pull request #1589 from jenkinsci/jtn/transientActionFactoryExtensionPoint

TransientActionFactory should implement ExtensionPoint
......@@ -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.
先完成此消息的编辑!
想要评论请 注册