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.booleanCheck 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:
getIconFileNamein interfaceAction
-
getIconClassName
- Specified by:
getIconClassNamein interfaceIconSpec
-
getDisplayName
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
- Specified by:
getUrlNamein interfaceAction
-
isFavorite
public boolean isFavorite()Check if associated project is marked as favorite.- Returns:
trueif project is marked as favorite
-
getItemName()