public abstract class DeploymentFacetListener extends Object implements hudson.ExtensionPoint
HostRecord.| Constructor and Description |
|---|
DeploymentFacetListener() |
| Modifier and Type | Method and Description |
|---|---|
static hudson.ExtensionList<DeploymentFacetListener> |
all() |
abstract void |
onChange(DeploymentFacet facet,
HostRecord newRecord)
Called when
DeploymentFacet gets a new HostRecord. |
public abstract void onChange(DeploymentFacet facet, HostRecord newRecord)
DeploymentFacet gets a new HostRecord.public static hudson.ExtensionList<DeploymentFacetListener> all()
Copyright © 2004-2014. All Rights Reserved.