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 voidregisterFormatter(Class<?> parameterClass, ExportParamsAction.ParameterFormatter formatter)
-
Constructor Details
-
ExportParamsAction
-
-
Method Details
-
getIconFileName
- Specified by:
getIconFileNamein interfaceAction
-
getDisplayName
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
- Specified by:
getUrlNamein interfaceAction
-
generateGroovyParametersBlock
-
registerFormatter
public static void registerFormatter(Class<?> parameterClass, ExportParamsAction.ParameterFormatter formatter)
-