org.jenkinsci.plugins.flow_plugin
Class FlowProjectListener

java.lang.Object
  extended by hudson.model.listeners.ItemListener
      extended by org.jenkinsci.plugins.flow_plugin.FlowProjectListener
All Implemented Interfaces:
hudson.ExtensionPoint

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


Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
FlowProjectListener()
           
 
Method Summary
 void onCreated(hudson.model.Item item)
           
 void onLoaded()
           
 
Methods inherited from class hudson.model.listeners.ItemListener
all, fireOnCopied, fireOnCreated, onBeforeShutdown, onCopied, onDeleted, onRenamed, register
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowProjectListener

public FlowProjectListener()
Method Detail

onLoaded

public void onLoaded()
Overrides:
onLoaded in class hudson.model.listeners.ItemListener

onCreated

public void onCreated(hudson.model.Item item)
Overrides:
onCreated in class hudson.model.listeners.ItemListener


Copyright © 2004-2013. All Rights Reserved.