public abstract class WorkspaceListener extends Object implements ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
Constructor and Description |
---|
WorkspaceListener() |
Modifier and Type | Method and Description |
---|---|
void |
afterDelete(AbstractProject project)
Called after a workspace is deleted successfully.
|
static ExtensionList<WorkspaceListener> |
all()
All registered
WorkspaceListener s. |
void |
beforeUse(AbstractBuild b,
FilePath workspace,
BuildListener listener)
Called before a build uses a workspace.
|
public void afterDelete(AbstractProject project)
project
- public void beforeUse(AbstractBuild b, FilePath workspace, BuildListener listener)
b
- workspace
- listener
- public static ExtensionList<WorkspaceListener> all()
WorkspaceListener
s.Copyright © 2004–2021. All rights reserved.