Class RunListTable
java.lang.Object
jenkins.util.ProgressiveRendering
io.jenkins.plugins.agent_build_history.RunListTable
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class RunListTable
extends ProgressiveRendering
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
compute()
protected net.sf.json.JSON
data()
void
setRuns
(Iterable<AgentExecution> runs) Methods inherited from class jenkins.util.ProgressiveRendering
canceled, executorService, news, progress, start, timeout
-
Constructor Details
-
RunListTable
-
-
Method Details
-
setRuns
-
compute
- Specified by:
compute
in classProgressiveRendering
- Throws:
Exception
-
data
@NonNull protected net.sf.json.JSON data()- Specified by:
data
in classProgressiveRendering
-