Interface ExportedDescribableParameterDecorator
- All Superinterfaces:
ExtensionPoint
Allows plugins to modify property metadata, e.g. providing additional form fields and such
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Method Summary
Modifier and TypeMethodDescriptiondecorate
(ExportedDescribableModel model, List<ExportedDescribableParameter> parameters) Adjust the PipelineStepPropertyMetadata for the pipeline step
-
Method Details
-
decorate
ExportedDescribableParameter decorate(ExportedDescribableModel model, List<ExportedDescribableParameter> parameters) Adjust the PipelineStepPropertyMetadata for the pipeline step
-