Package org.jenkinsci.plugins.deployment
Class DeploymentFacetListener
- java.lang.Object
- 
- org.jenkinsci.plugins.deployment.DeploymentFacetListener
 
- 
- All Implemented Interfaces:
- ExtensionPoint
 - Direct Known Subclasses:
- DeploymentPromotionCondition.ListenerImpl,- DeploymentTrigger.ListenerImpl,- WorkflowListenerImpl
 
 public abstract class DeploymentFacetListener extends Object implements ExtensionPoint Listens to the addition of newHostRecord.- Author:
- Kohsuke Kawaguchi
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
 
- 
 - 
Constructor SummaryConstructors Constructor Description DeploymentFacetListener()
 - 
Method SummaryAll Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static ExtensionList<DeploymentFacetListener>all()abstract voidonChange(DeploymentFacet facet, HostRecord newRecord)Called whenDeploymentFacetgets a newHostRecord.
 
- 
- 
- 
Method Detail- 
onChangepublic abstract void onChange(DeploymentFacet facet, HostRecord newRecord) Called whenDeploymentFacetgets a newHostRecord.
 - 
allpublic static ExtensionList<DeploymentFacetListener> all() 
 
- 
 
-