Package com.cloudbees.workflow.flownode
Class FlowNodeUtil.RenameHandler
java.lang.Object
hudson.model.listeners.ItemListener
com.cloudbees.workflow.flownode.FlowNodeUtil.RenameHandler
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- FlowNodeUtil
This is used to cover an obscure case where a WorkflowJob is renamed BUT
a previous WorkflowJob existed with cached execution data.
Otherwise the previous job's cached data would be returned.
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class hudson.model.listeners.ItemListener
all, checkBeforeCopy, checkBeforeDelete, fireLocationChange, fireOnCopied, fireOnCreated, fireOnDeleted, fireOnUpdated, onBeforeShutdown, onCheckCopy, onCheckDelete, onCopied, onCreated, onLoaded, onRenamed, onUpdated, register
-
Constructor Details
-
RenameHandler
public RenameHandler()
-
-
Method Details
-
onLocationChanged
- Overrides:
onLocationChanged
in classItemListener
-
onDeleted
- Overrides:
onDeleted
in classItemListener
-