提交 5c5bfeb0 编写于 作者: J Jesse Glick

@since

上级 01a93320
......@@ -642,7 +642,7 @@ public abstract class View extends AbstractModelObject implements AccessControll
}
/**
* @since XXX
* @since 1.484
*/
public AsynchPeople getAsynchPeople() {
return new AsynchPeople(this);
......@@ -731,7 +731,7 @@ public abstract class View extends AbstractModelObject implements AccessControll
/**
* Variant of {@link People} which can be displayed progressively, since it may be slow.
* @since XXX
* @since 1.484
*/
public static final class AsynchPeople extends ProgressiveRendering { // JENKINS-15206
......
......@@ -966,7 +966,7 @@ public class Jenkins extends AbstractCIBase implements ModifiableTopLevelItemGro
}
/**
* @since XXX
* @since 1.484
*/
public View.AsynchPeople getAsynchPeople() {
return new View.AsynchPeople(this);
......
......@@ -53,7 +53,7 @@ import org.kohsuke.stapler.bind.JavaScriptMethod;
* <li>Make {@link #data} produce whatever JSON you want to send to the page to be displayed.
* </ol>
* {@code ui-samples-plugin} demonstrates all this.
* @since XXX
* @since 1.484
*/
public abstract class ProgressiveRendering {
......
......@@ -181,7 +181,7 @@ function ts_resortTable(lnk) {
/**
* Call when data has changed.
* @since XXX
* @since 1.484
*/
function ts_refresh(table){
var column;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册