Extension Points defined in Deployer Framework Plugin
CapabilitiesResolver
jenkinsdoc:deployer-framework:com.cloudbees.plugins.deployer.resolvers.CapabilitiesResolver]
Provides information about the capabilities that should be exposed for different project types. If there is a specific project type which should have its own tweaks (e.g. promoted-builds) then it can implement an extension of this type and change the effective behaviour.
Implementations:
-
Deployer Framework Plugin: com.
cloudbees. plugins. deployer. resolvers. CapabilitiesResolver. DefaultCapabilitiesResolver (view on GitHub) -
Deployer Framework Plugin: com.
cloudbees. plugins. deployer. resolvers. PromotionCapabilitiesResolver (view on GitHub)
DeployListener
jenkinsdoc:deployer-framework:com.cloudbees.plugins.deployer.DeployListener]
An extension point for listening to deployment events
Implementations:
(no known implementations)
DeploySource
jenkinsdoc:deployer-framework:com.cloudbees.plugins.deployer.sources.DeploySource]
A source of files to deploy.
Implementations:
-
Deployer Framework Plugin: com.
cloudbees. plugins. deployer. sources. FixedDirectoryDeploySource (view on GitHub) -
Deployer Framework Plugin: com.
cloudbees. plugins. deployer. sources. MavenArtifactDeploySource (view on GitHub) -
Deployer Framework Plugin: com.
cloudbees. plugins. deployer. sources. StaticSelectionDeploySource (view on GitHub) -
Deployer Framework Plugin: com.
cloudbees. plugins. deployer. sources. WildcardPathDeploySource (view on GitHub)