Package hudson.model
Class BuildAuthorizationToken.ItemListenerImpl
java.lang.Object
hudson.model.listeners.ItemListener
hudson.model.BuildAuthorizationToken.ItemListenerImpl
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
BuildAuthorizationToken
@Extension
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public static class BuildAuthorizationToken.ItemListenerImpl
extends ItemListener
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class hudson.model.listeners.ItemListener
all, checkBeforeCopy, checkBeforeDelete, fireLocationChange, fireOnCopied, fireOnCreated, fireOnDeleted, fireOnUpdated, onBeforeShutdown, onCheckCopy, onCheckDelete, onCopied, onCreated, onDeleted, onLocationChanged, onRenamed, register
-
Constructor Details
-
ItemListenerImpl
public ItemListenerImpl()
-
-
Method Details
-
onUpdated
Description copied from class:ItemListenerCalled after a job has its configuration updated.- Overrides:
onUpdatedin classItemListener
-
onLoaded
public void onLoaded()Description copied from class:ItemListenerCalled after all the jobs are loaded from disk intoJenkinsobject.- Overrides:
onLoadedin classItemListener
-