Package hudson.model

Interface ProminentProjectAction

All Superinterfaces:
Action, ModelObject

public interface ProminentProjectAction extends Action
Marker interface for Actions that should be displayed at the top of the project page. Action.getIconFileName(), Action.getUrlName(), Action.getDisplayName() are used to create a large, more visible icon in the top page to draw users' attention.
Author:
Kohsuke Kawaguchi
See Also: