Class CustomBuildPropertiesListener
java.lang.Object
org.jenkinsci.plugins.custombuildproperties.CustomBuildPropertiesListener
- All Implemented Interfaces:
ExtensionPoint
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionall()
Return all the registeredCustomBuildPropertiesListener
s.void
onCustomBuildPropertyChanged
(Run run, String key, Object oldValue, Object newValue)
-
Constructor Details
-
CustomBuildPropertiesListener
public CustomBuildPropertiesListener()
-
-
Method Details
-
all
Return all the registeredCustomBuildPropertiesListener
s. -
onCustomBuildPropertyChanged
-