| Modifier and Type | Method and Description |
|---|---|
ConverterResult |
ConverterResult.modelASTPipelineDef(org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTPipelineDef modelASTPipelineDef) |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
BaseConverter.convert(ConverterRequest request,
ConverterResult result,
Object target) |
static void |
ToDeclarativeConverterListener.fire(FreeStyleProject job,
ConverterResult conversionResult) |
void |
ToDeclarativeConverterListener.onConversion(FreeStyleProject job,
ConverterResult conversionResult)
Called when a freestyle job has been converted to a declarative pipeline
|
static void |
ModelASTUtils.wrapBranch(ConverterResult converterResult,
org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStep mainStep,
org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTBranch mainBranch)
Wrap your step with build wrapper such withCredential, configFile
|
Copyright © 2016–2020. All rights reserved.