Package hudson.plugins.favorite.project
Class FavoriteProjectAction
java.lang.Object
hudson.plugins.favorite.project.FavoriteProjectAction
- All Implemented Interfaces:
Action
,ModelObject
,IconSpec
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.boolean
Check if associated project is marked as favorite.
-
Constructor Details
-
FavoriteProjectAction
-
-
Method Details
-
getItemName
-
getProjectName
Deprecated.usegetItemName()
Returns the items name- Returns:
- item name
-
getIconFileName
- Specified by:
getIconFileName
in interfaceAction
-
getIconClassName
- Specified by:
getIconClassName
in interfaceIconSpec
-
getDisplayName
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
- Specified by:
getUrlName
in interfaceAction
-
isFavorite
public boolean isFavorite()Check if associated project is marked as favorite.- Returns:
true
if project is marked as favorite
-
getItemName()