提交 fd50a4ae 编写于 作者: K kohsuke

These 1.XXXs are 1.319.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20629 71c3de6d-444a-0410-be80-ed276b4c234a
上级 8165d0f3
......@@ -88,7 +88,7 @@ public abstract class AbstractBuild<P extends AbstractProject<P,R>,R extends Abs
/**
* The file path on the node that performed a build. Kept as a string since {@link FilePath} is not serializable into XML.
* @since 1.XXX
* @since 1.319
*/
private String workspace;
......@@ -194,7 +194,7 @@ public abstract class AbstractBuild<P extends AbstractProject<P,R>,R extends Abs
* null if the workspace is on a slave that's not connected. Note that once the build is completed,
* the workspace may be used to build something else, so the value returned from this method may
* no longer show a workspace as it was used for this build.
* @since 1.XXX
* @since 1.319
*/
public final FilePath getWorkspace() {
if(workspace==null) return null;
......
......@@ -59,7 +59,7 @@ import hudson.scm.SCM;
*
* @author Kohsuke Kawaguchi
* @see BuildStep#getRequiredMonitorService()
* @since 1.XXX
* @since 1.319
*/
public final class CheckPoint {
private final Object identity;
......
......@@ -11,7 +11,7 @@ import java.util.WeakHashMap;
* (that can be either an {@link Executor} or threads that are impersonating one.)
*
* @author Kohsuke Kawaguchi
* @since 1.XXX
* @since 1.319
*/
final class RunnerStack {
private final Map<Executor,Stack<Runner>> stack = new WeakHashMap<Executor,Stack<Runner>>();
......
......@@ -38,7 +38,7 @@ import java.util.logging.Level;
* SUBJECT TO CHANGE! Do not use this from plugins directly.
*
* @author Kohsuke Kawaguchi
* @since 1.XXX
* @since 1.319
* @see Computer#getWorkspaceList()
*/
public final class WorkspaceList {
......
......@@ -185,7 +185,7 @@ public interface BuildStep {
* For plugins written against earlier versions of Hudson, calling this method results in
* {@link AbstractMethodError}.
*
* @since 1.XXX
* @since 1.319
*/
BuildStepMonitor getRequiredMonitorService();
......
......@@ -11,7 +11,7 @@ import java.io.IOException;
* Used by {@link BuildStep#getRequiredMonitorService()}.
*
* @author Kohsuke Kawaguchi
* @since 1.XXX
* @since 1.319
*/
public enum BuildStepMonitor {
NONE {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册