org.jenkinsci.plugins.buildflow.concurrent.extension
Class JobDeleteListener

java.lang.Object
  extended by hudson.model.listeners.ItemListener
      extended by org.jenkinsci.plugins.buildflow.concurrent.extension.JobDeleteListener
All Implemented Interfaces:
hudson.ExtensionPoint

@Extension
public class JobDeleteListener
extends hudson.model.listeners.ItemListener

The job delete listener listens for deletion of jobs and removes any state associated with them from the stored shared state.


Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
JobDeleteListener()
           
 
Method Summary
 void onDeleted(hudson.model.Item item)
          When an item is about to be deleted this will remove any shared state that this job has associated with it.
 
Methods inherited from class hudson.model.listeners.ItemListener
all, fireOnCopied, fireOnCreated, fireOnUpdated, onBeforeShutdown, onCopied, onCreated, onLoaded, onRenamed, onUpdated, register
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobDeleteListener

public JobDeleteListener()
Method Detail

onDeleted

public void onDeleted(hudson.model.Item item)
When an item is about to be deleted this will remove any shared state that this job has associated with it.

Overrides:
onDeleted in class hudson.model.listeners.ItemListener


Copyright © 2013-2014. All Rights Reserved.