public interface PublisherConverter
extends hudson.ExtensionPoint
Publisher.
Your extension can either return a ModelASTStage or modify the model from the ConverterResult instance.| Modifier and Type | Method and Description |
|---|---|
default org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStep |
buildGenericStep(hudson.tasks.Publisher publisher) |
boolean |
canConvert(hudson.tasks.Publisher publisher) |
org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStage |
convert(ConverterRequest request,
ConverterResult result,
hudson.tasks.Publisher publisher) |
org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStage convert(ConverterRequest request, ConverterResult result, hudson.tasks.Publisher publisher)
boolean canConvert(hudson.tasks.Publisher publisher)
publisher - the publisher to converttrue if the extension is able to convert the Publisherdefault org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStep buildGenericStep(hudson.tasks.Publisher publisher)
Copyright © 2016–2020. All rights reserved.