Class ToDeclarativeConverterListener
java.lang.Object
io.jenkins.plugins.todeclarative.converter.api.ToDeclarativeConverterListener
- All Implemented Interfaces:
ExtensionPoint
Receive notifications about conversions from freestyle projects to declarative pipelines
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
fire
(AbstractProject<?, ?> job, ConverterResult conversionResult) void
onConversion
(AbstractProject<?, ?> job, ConverterResult conversionResult) Called when a freestyle job has been converted to a declarative pipeline
-
Constructor Details
-
ToDeclarativeConverterListener
public ToDeclarativeConverterListener()
-
-
Method Details
-
onConversion
Called when a freestyle job has been converted to a declarative pipeline -
fire
-