Package io.jenkins.plugins.peopleview
Class PeopleAction
- java.lang.Object
-
- io.jenkins.plugins.peopleview.PeopleAction
-
- All Implemented Interfaces:
Action
,ModelObject
,org.kohsuke.stapler.StaplerProxy
public class PeopleAction extends Object implements Action, org.kohsuke.stapler.StaplerProxy
-
-
Constructor Summary
Constructors Constructor Description PeopleAction(View v)
PeopleAction(Jenkins j)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
String
getIconFileName()
Object
getTarget()
String
getUrlName()
-
-
-
Method Detail
-
getUrlName
public String getUrlName()
- Specified by:
getUrlName
in interfaceAction
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName
in interfaceAction
-
getTarget
public Object getTarget()
- Specified by:
getTarget
in interfaceorg.kohsuke.stapler.StaplerProxy
-
-