Class VersioningAction
- java.lang.Object
-
- hudson.plugins.project_inheritance.projects.actions.VersioningAction
-
- All Implemented Interfaces:
Action
,ModelObject
public class VersioningAction extends Object implements Action
-
-
Field Summary
Fields Modifier and Type Field Description Map<String,Long>
versionMap
-
Constructor Summary
Constructors Constructor Description VersioningAction(AbstractProject<?,?> root)
VersioningAction(Map<String,Long> versionMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
String
getIconFileName()
String
getUrlName()
-
-
-
Constructor Detail
-
VersioningAction
public VersioningAction(AbstractProject<?,?> root)
-
-
Method Detail
-
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
-
-