提交 ec91ab1d 编写于 作者: M mindless

replace 1.FATTASK in javadoc with 1.377


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@37059 71c3de6d-444a-0410-be80-ed276b4c234a
上级 4d2e5e9f
/*
* The MIT License
*
* Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi
* Copyright (c) 2004-2010, Sun Microsystems, Inc., Kohsuke Kawaguchi
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
......@@ -172,7 +172,7 @@ public abstract class JobProperty<J extends Job<?,?>> implements Describable<Job
/**
* Contributes {@link SubTask}s to {@link AbstractProject#getSubTasks()}
*
* @since 1.FATTASK
* @since 1.377
*/
public Collection<? extends SubTask> getSubTasks() {
return Collections.emptyList();
......
/*
* The MIT License
*
* Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi
* Copyright (c) 2004-2010, Sun Microsystems, Inc., Kohsuke Kawaguchi
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
......@@ -119,7 +119,7 @@ public abstract class LoadBalancer /*implements ExtensionPoint*/ {
/**
* Traditional implementation of this.
*
* @deprecated as of 1.FATTASK
* @deprecated as of 1.377
* The only implementation in the core now is the one based on consistent hash.
*/
public static final LoadBalancer DEFAULT = CONSISTENT_HASH;
......
/*
* The MIT License
*
* Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Stephen Connolly, Tom Huybrechts, InfraDNA, Inc.
* Copyright (c) 2004-2010, Sun Microsystems, Inc., Kohsuke Kawaguchi,
* Stephen Connolly, Tom Huybrechts, InfraDNA, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
......@@ -1081,13 +1082,13 @@ public class Queue extends ResourceController implements Saveable {
* Since this is a newly added method, the invocation may results in {@link AbstractMethodError}.
* Use {@link Tasks#getSubTasksOf(Task)} that avoids this.
*
* @since 1.FATTASK
* @since 1.377
*/
Collection<? extends SubTask> getSubTasks();
}
/**
* Represents the real meet of the computation run by {@link Executor}.
* Represents the real meat of the computation run by {@link Executor}.
*
* <h2>Views</h2>
* <p>
......@@ -1100,7 +1101,7 @@ public class Queue extends ResourceController implements Saveable {
* Never null.
*
* <p>
* Since this method went through a signature change in 1.FATTASK, the invocation may results in
* Since this method went through a signature change in 1.377, the invocation may results in
* {@link AbstractMethodError}.
* Use {@link Executables#getParentOf(Executable)} that avoids this.
*/
......
......@@ -42,7 +42,7 @@ import java.io.IOException;
* instead of implementing this interface directly, to maintain
* compatibility with future changes to this interface.
*
* @since 1.FATTASK
* @since 1.377
*/
public interface SubTask extends ResourceActivity {
/**
......
......@@ -39,7 +39,7 @@ import java.util.Collections;
* Put @{@link Extension} on your implementation classes to register them.
*
* @author Kohsuke Kawaguchi
* @since 1.FATTASK
* @since 1.377
*/
public abstract class SubTaskContributor implements ExtensionPoint {
public Collection<? extends SubTask> forProject(AbstractProject<?,?> p) {
......
......@@ -32,7 +32,7 @@ import java.util.Collections;
* Convenience methods around {@link Task} and {@link SubTask}.
*
* @author Kohsuke Kawaguchi
* @since 1.FATTASK
* @since 1.377
*/
public class Tasks {
......
......@@ -32,7 +32,7 @@ import hudson.model.Queue.Task;
* Represents a unit of hand-over to {@link Executor} from {@link Queue}.
*
* @author Kohsuke Kawaguchi
* @since 1.FATTASK
* @since 1.377
*/
public final class WorkUnit {
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册