Class P4SwarmUpdateAction
- java.lang.Object
-
- org.jenkinsci.plugins.p4.workflow.source.P4SwarmUpdateAction
-
- All Implemented Interfaces:
Action
,ModelObject
public class P4SwarmUpdateAction extends Object implements Action
-
-
Constructor Summary
Constructors Constructor Description P4SwarmUpdateAction(String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
String
getIconFileName()
String
getMessage()
String
getUrlName()
-
-
-
Constructor Detail
-
P4SwarmUpdateAction
public P4SwarmUpdateAction(String message)
-
-
Method Detail
-
getMessage
public String getMessage()
-
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
-
-