提交 28ac80fe 编写于 作者: K Kohsuke Kawaguchi

doc improvement

上级 af1a4a20
......@@ -210,6 +210,10 @@ public abstract class BuildWrapper extends AbstractDescribableImpl<BuildWrapper>
* The typical use is delete existing workspace before new build starts etc.
*
* <p>
* By the time this method is called, the workspace is assigned to the build, which can be obtained
* via {@code build.getWorkspace()}.
*
* <p>
* The default implementation is no-op.
*
* @param build
......@@ -218,7 +222,7 @@ public abstract class BuildWrapper extends AbstractDescribableImpl<BuildWrapper>
* The launcher. Never null.
* @param listener
* Connected to the build output. Never null. Can be used for error reporting.
*
* @since 1.399
*/
public void preCheckout(AbstractBuild build, Launcher launcher, BuildListener listener) throws IOException, InterruptedException{
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册