Class ExportParamsAction
java.lang.Object
io.jenkins.plugins.exportjobparameters.ExportParamsAction
- All Implemented Interfaces:
Action
,ModelObject
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
registerFormatter
(Class<?> parameterClass, ExportParamsAction.ParameterFormatter formatter)
-
Constructor Details
-
ExportParamsAction
-
-
Method Details
-
getIconFileName
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
- Specified by:
getUrlName
in interfaceAction
-
generateGroovyParametersBlock
-
registerFormatter
public static void registerFormatter(Class<?> parameterClass, ExportParamsAction.ParameterFormatter formatter)
-