Package hudson.plugins.favorite.project
Class FavoriteProjectAction
- java.lang.Object
-
- hudson.plugins.favorite.project.FavoriteProjectAction
-
- All Implemented Interfaces:
Action
,ModelObject
public class FavoriteProjectAction extends Object implements Action
-
-
Constructor Summary
Constructors Constructor Description FavoriteProjectAction(AbstractProject project)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
String
getIconFileName()
String
getProjectName()
String
getUrlName()
-
-
-
Constructor Detail
-
FavoriteProjectAction
public FavoriteProjectAction(AbstractProject project)
-
-
Method Detail
-
getProjectName
public String getProjectName()
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
public String getUrlName()
- Specified by:
getUrlName
in interfaceAction
-
-