提交 3c5ea71b 编写于 作者: K kohsuke

this callback does happen when the project is deleted.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@34847 71c3de6d-444a-0410-be80-ed276b4c234a
上级 bade7660
...@@ -187,8 +187,11 @@ public abstract class SCM implements Describable<SCM>, ExtensionPoint { ...@@ -187,8 +187,11 @@ public abstract class SCM implements Describable<SCM>, ExtensionPoint {
* *
* <p> * <p>
* Note that this method does not guarantee that such a clean up will happen. For example, slaves can be * Note that this method does not guarantee that such a clean up will happen. For example, slaves can be
* taken offline by being physically removed from the network, and in such a case there's no opporunity * taken offline by being physically removed from the network, and in such a case there's no opportunity
* to perform this clean up. Similarly, when a project is deleted or renamed, SCMs do not get any notifications. * to perform this clean up.
*
* <p>
* This method is also invoked when the project is deleted.
* *
* @param project * @param project
* The project that owns this {@link SCM}. This is always the same object for a particular instance * The project that owns this {@link SCM}. This is always the same object for a particular instance
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册