Class InputSubmittedAction
- java.lang.Object
-
- org.jenkinsci.plugins.workflow.support.steps.input.InputSubmittedAction
-
- All Implemented Interfaces:
Action
,ModelObject
,org.jenkinsci.plugins.workflow.actions.PersistentAction
public class InputSubmittedAction extends Object implements org.jenkinsci.plugins.workflow.actions.PersistentAction
-
-
Constructor Summary
Constructors Constructor Description InputSubmittedAction(String approver, Map<String,Object> parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getApprover()
String
getDisplayName()
String
getIconFileName()
Map<String,Object>
getParameters()
String
getUrlName()
-
-
-
Method Detail
-
getApprover
@CheckForNull public String getApprover()
-
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
-
-