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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
afterDelete
(AbstractProject project) Called after a workspace is deleted successfully.static ExtensionList<WorkspaceListener>
all()
All registeredWorkspaceListener
s.void
beforeUse
(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 registeredWorkspaceListener
s.
-