提交 39aa9181 编写于 作者: K Kohsuke Kawaguchi

This is no longer just about Matrix project.

... although the primary use case still is. Suggested by Kutzi.
上级 6badbb32
......@@ -18,18 +18,18 @@ import java.io.File;
import java.io.IOException;
/**
* Controls the check out behavior in the matrix project.
* Controls the check out behavior in {@link AbstractBuild}.
*
* <p>
* This extension point can be used to control the check out behaviour in matrix projects. The intended use cases
* include situations like:
* While this can work with any {@link AbstractBuild}, the primary motivation of this extension point
* is to control the check out behaviour in matrix projects. The intended use cases include situations like:
*
* <ul>
* <li>Check out will only happen once in {@link MatrixBuild}, and its state will be then sent
* to {@link MatrixRun}s by other means such as rsync.
* <li>{@link MatrixBuild} does no check out of its own, and check out is only done on {@link MatrixRun}s
* </ul>
*
*
* <h2>Hook Semantics</h2>
* There are currently two hooks defined on this class:
*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册