public interface JobPropertyConverter
extends hudson.ExtensionPoint
JobProperty from a JobPropertyDescriptor.
Your extension must modify the model from the ConverterResult instance.| Modifier and Type | Method and Description |
|---|---|
boolean |
canConvert(hudson.model.JobPropertyDescriptor jobPropertyDescriptor,
hudson.model.JobProperty jobProperty) |
void |
convert(ConverterRequest request,
ConverterResult converterResult,
hudson.model.JobPropertyDescriptor jobPropertyDescriptor,
hudson.model.JobProperty jobProperty) |
void convert(ConverterRequest request, ConverterResult converterResult, hudson.model.JobPropertyDescriptor jobPropertyDescriptor, hudson.model.JobProperty jobProperty)
boolean canConvert(hudson.model.JobPropertyDescriptor jobPropertyDescriptor,
hudson.model.JobProperty jobProperty)
true if the extension is able to convert the JobPropertyCopyright © 2016–2020. All rights reserved.