Package org.ow2.clif.jenkins
Class ClifJobListener
- java.lang.Object
-
- hudson.model.listeners.ItemListener
-
- org.ow2.clif.jenkins.ClifJobListener
-
- All Implemented Interfaces:
ExtensionPoint
@Extension public class ClifJobListener extends ItemListener
Delete all reports measures attached to a deleted job if it's a Clif Job.- Author:
- jcoste
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description ClifJobListener()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static String
buildGlobForDeletion(ClifBuilder clifBuilder)
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
-
buildGlobForDeletion
protected static String buildGlobForDeletion(ClifBuilder clifBuilder)
-
-