|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthudson.model.listeners.ItemListener
au.com.centrumsystems.hudson.plugin.buildpipeline.trigger.BuildPipelineTrigger.DescriptorImpl.ItemListenerImpl
@Extension public static final class BuildPipelineTrigger.DescriptorImpl.ItemListenerImpl
If a job is renamed, update all BuildPipelineTriggers with the new name.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
Constructor Summary | |
---|---|
BuildPipelineTrigger.DescriptorImpl.ItemListenerImpl()
|
Method Summary | |
---|---|
void |
onDeleted(hudson.model.Item item)
|
void |
onRenamed(hudson.model.Item item,
String oldName,
String newName)
|
Methods inherited from class hudson.model.listeners.ItemListener |
---|
all, fireLocationChange, fireOnCopied, fireOnCreated, fireOnDeleted, fireOnUpdated, onBeforeShutdown, onCopied, onCreated, onLoaded, onLocationChanged, onUpdated, register |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BuildPipelineTrigger.DescriptorImpl.ItemListenerImpl()
Method Detail |
---|
public void onRenamed(hudson.model.Item item, String oldName, String newName)
onRenamed
in class hudson.model.listeners.ItemListener
public void onDeleted(hudson.model.Item item)
onDeleted
in class hudson.model.listeners.ItemListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |