提交 a123831b 编写于 作者: K kohsuke

Item should be access controlled

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@13653 71c3de6d-444a-0410-be80-ed276b4c234a
上级 ef0cee36
......@@ -8,6 +8,7 @@ import java.util.Collection;
import hudson.search.SearchableModelObject;
import hudson.security.Permission;
import hudson.security.PermissionGroup;
import hudson.security.AccessControlled;
/**
* Basic configuration unit in Hudson.
......@@ -37,7 +38,7 @@ import hudson.security.PermissionGroup;
* @author Kohsuke Kawaguchi
* @see Items
*/
public interface Item extends PersistenceRoot, SearchableModelObject {
public interface Item extends PersistenceRoot, SearchableModelObject, AccessControlled {
/**
* Gets the parent that contains this item.
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册