hudson.plugins.favoriteview
Class FavoriteViewsTabBar
java.lang.Object
hudson.model.AbstractDescribableImpl<hudson.views.ViewsTabBar>
hudson.views.ViewsTabBar
hudson.plugins.favoriteview.FavoriteViewsTabBar
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.views.ViewsTabBar>, hudson.security.AccessControlled
public class FavoriteViewsTabBar
- extends hudson.views.ViewsTabBar
- implements hudson.security.AccessControlled
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Methods inherited from class hudson.views.ViewsTabBar |
all, getDescriptor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FavoriteViewsTabBar
@DataBoundConstructor
public FavoriteViewsTabBar()
getView
public static hudson.model.View getView()
getViewId
public static java.lang.String getViewId(hudson.model.View view)
getViewById
public static hudson.model.View getViewById(java.lang.String id)
isFavorite
public boolean isFavorite(hudson.model.View view)
checkPermission
public void checkPermission(hudson.security.Permission p)
throws org.acegisecurity.AccessDeniedException
- Specified by:
checkPermission in interface hudson.security.AccessControlled
- Throws:
org.acegisecurity.AccessDeniedException
getACL
public hudson.security.ACL getACL()
- Specified by:
getACL in interface hudson.security.AccessControlled
hasPermission
public boolean hasPermission(hudson.security.Permission p)
- Specified by:
hasPermission in interface hudson.security.AccessControlled
Copyright © 2004-2012. All Rights Reserved.