Uses of Class
org.jenkinsci.plugins.deployment.DeploymentFacetListener
-
Packages that use DeploymentFacetListener Package Description org.jenkinsci.plugins.deployment org.jenkinsci.plugins.deployment.promoted_builds org.jenkinsci.plugins.deployment.workflowsteps -
-
Uses of DeploymentFacetListener in org.jenkinsci.plugins.deployment
Subclasses of DeploymentFacetListener in org.jenkinsci.plugins.deployment Modifier and Type Class Description static classDeploymentTrigger.ListenerImplWhenever a new deployment record arrives, check if we need to trigger any jobs.Methods in org.jenkinsci.plugins.deployment that return types with arguments of type DeploymentFacetListener Modifier and Type Method Description static ExtensionList<DeploymentFacetListener>DeploymentFacetListener. all() -
Uses of DeploymentFacetListener in org.jenkinsci.plugins.deployment.promoted_builds
Subclasses of DeploymentFacetListener in org.jenkinsci.plugins.deployment.promoted_builds Modifier and Type Class Description static classDeploymentPromotionCondition.ListenerImplWhenever a new deployment record arrives, check if we need to trigger any jobs. -
Uses of DeploymentFacetListener in org.jenkinsci.plugins.deployment.workflowsteps
Subclasses of DeploymentFacetListener in org.jenkinsci.plugins.deployment.workflowsteps Modifier and Type Class Description classWorkflowListenerImplDeployment Listener for Workflow jobs
-