public interface ScmConverter
extends hudson.ExtensionPoint
SCM.
Your must modify the model from the ConverterResult instance.| Modifier and Type | Method and Description |
|---|---|
boolean |
canConvert(hudson.scm.SCM scm) |
void |
convert(ConverterRequest request,
ConverterResult converterResult,
hudson.scm.SCM scm) |
void convert(ConverterRequest request, ConverterResult converterResult, hudson.scm.SCM scm)
boolean canConvert(hudson.scm.SCM scm)
scm - the SCM to converttrue if the extension is able to convert the SCMCopyright © 2016–2020. All rights reserved.