Class BuildAliasSetter.CopyProjectPermalinksEraser
- java.lang.Object
-
- hudson.model.listeners.ItemListener
-
- org.jenkinsci.plugins.buildaliassetter.BuildAliasSetter.CopyProjectPermalinksEraser
-
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- BuildAliasSetter
@Extension public static class BuildAliasSetter.CopyProjectPermalinksEraser extends ItemListener
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description CopyProjectPermalinksEraser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onCopied(Item src, Item item)
Erase aliases from newly created projects by copying.-
Methods inherited from class hudson.model.listeners.ItemListener
all, checkBeforeCopy, fireLocationChange, fireOnCopied, fireOnCreated, fireOnDeleted, fireOnUpdated, onBeforeShutdown, onCheckCopy, onCreated, onDeleted, onLoaded, onLocationChanged, onRenamed, onUpdated, register
-
-
-
-
Method Detail
-
onCopied
public void onCopied(Item src, Item item)
Erase aliases from newly created projects by copying.- Overrides:
onCopied
in classItemListener
-
-