Package jenkins.widgets
Class BuildListTable
- java.lang.Object
-
- jenkins.util.ProgressiveRendering
-
- jenkins.widgets.RunListProgressiveRendering
-
- jenkins.widgets.BuildListTable
-
@Restricted(org.kohsuke.accmod.restrictions.DoNotUse.class) public class BuildListTable extends RunListProgressiveRendering
-
-
Constructor Summary
Constructors Constructor Description BuildListTable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
calculate(Run<?,?> build, net.sf.json.JSONObject element)
-
Methods inherited from class jenkins.widgets.RunListProgressiveRendering
compute, data, setBuilds
-
Methods inherited from class jenkins.util.ProgressiveRendering
canceled, executorService, news, progress, start, timeout
-
-
-
-
Method Detail
-
calculate
protected void calculate(Run<?,?> build, net.sf.json.JSONObject element)
- Specified by:
calculate
in classRunListProgressiveRendering
-
-