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
WorkspaceListeners. |
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()
WorkspaceListeners.Copyright © 2019. All rights reserved.