public abstract class CustomBuildPropertiesListener extends Object implements hudson.ExtensionPoint
| Constructor and Description |
|---|
CustomBuildPropertiesListener() |
| Modifier and Type | Method and Description |
|---|---|
static hudson.ExtensionList<CustomBuildPropertiesListener> |
all()
Return all the registered
CustomBuildPropertiesListeners. |
void |
onCustomBuildPropertyChanged(hudson.model.Run run,
String key,
Object oldValue,
Object newValue) |
public static hudson.ExtensionList<CustomBuildPropertiesListener> all()
CustomBuildPropertiesListeners.Copyright © 2016–2020. All rights reserved.