Class MilestoneStepExecution.CleanupJobsOnDelete
- java.lang.Object
-
- hudson.model.listeners.ItemListener
-
- org.jenkinsci.plugins.pipeline.milestone.MilestoneStepExecution.CleanupJobsOnDelete
-
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- MilestoneStepExecution
@Extension public static class MilestoneStepExecution.CleanupJobsOnDelete extends ItemListener
Clean up tracked jobs on deleted.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description CleanupJobsOnDelete()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onDeleted(Item item)
-
Methods inherited from class hudson.model.listeners.ItemListener
all, checkBeforeCopy, fireLocationChange, fireOnCopied, fireOnCreated, fireOnDeleted, fireOnUpdated, onBeforeShutdown, onCheckCopy, onCopied, onCreated, onLoaded, onLocationChanged, onRenamed, onUpdated, register
-
-
-
-
Method Detail
-
onDeleted
public void onDeleted(Item item)
- Overrides:
onDeleted
in classItemListener
-
-