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