Package hudson.model
Interface ProminentProjectAction
-
- All Superinterfaces:
Action
,ModelObject
public interface ProminentProjectAction extends Action
Marker interface forAction
s 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:
BuildStep.getProjectActions(AbstractProject)
,BuildWrapper.getProjectActions(AbstractProject)
,Trigger.getProjectActions()
,JobProperty.getJobActions(Job)
-
-
Method Summary
-
Methods inherited from interface hudson.model.Action
getDisplayName, getIconFileName, getUrlName
-
-