Package hudson.model
Class WorkspaceListener
java.lang.Object
hudson.model.WorkspaceListener
- All Implemented Interfaces:
 ExtensionPoint
- 
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidafterDelete(AbstractProject project) Called after a workspace is deleted successfully.static ExtensionList<WorkspaceListener>all()All registeredWorkspaceListeners.voidbeforeUse(AbstractBuild b, FilePath workspace, BuildListener listener) Called before a build uses a workspace. 
- 
Constructor Details
- 
WorkspaceListener
public WorkspaceListener() 
 - 
 - 
Method Details
- 
afterDelete
Called after a workspace is deleted successfully. - 
beforeUse
Called before a build uses a workspace. IE, before any SCM checkout. - 
all
All registeredWorkspaceListeners. 
 -