hudson.model
Class WorkspaceListener
java.lang.Object
hudson.model.WorkspaceListener
- All Implemented Interfaces:
- ExtensionPoint
public abstract class WorkspaceListener
- extends Object
- implements ExtensionPoint
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkspaceListener
public WorkspaceListener()
afterDelete
public void afterDelete(AbstractProject project)
- Called after a workspace is deleted successfully.
- Parameters:
project
-
beforeUse
public void beforeUse(AbstractBuild b,
FilePath workspace,
BuildListener listener)
- Called before a build uses a workspace. IE, before any SCM checkout.
- Parameters:
r
- workspace
- listener
-
all
public static ExtensionList<WorkspaceListener> all()
- All registered
WorkspaceListener
s.
Copyright © 2004-2013. All Rights Reserved.