Class CustomBuildPropertiesListener
- java.lang.Object
-
- org.jenkinsci.plugins.custombuildproperties.CustomBuildPropertiesListener
-
- All Implemented Interfaces:
ExtensionPoint
public abstract class CustomBuildPropertiesListener extends Object implements ExtensionPoint
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description CustomBuildPropertiesListener()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExtensionList<CustomBuildPropertiesListener>
all()
Return all the registeredCustomBuildPropertiesListener
s.void
onCustomBuildPropertyChanged(Run run, String key, Object oldValue, Object newValue)
-
-
-
Method Detail
-
all
public static ExtensionList<CustomBuildPropertiesListener> all()
Return all the registeredCustomBuildPropertiesListener
s.
-
-