Uses of Class
com.cloudbees.workflow.rest.external.RunExt
-
Packages that use RunExt Package Description com.cloudbees.workflow.flownode com.cloudbees.workflow.rest.endpoints REST endpoint handler implementations.com.cloudbees.workflow.rest.external The "external" object model for the API. -
-
Uses of RunExt in com.cloudbees.workflow.flownode
Fields in com.cloudbees.workflow.flownode with type parameters of type RunExt Modifier and Type Field Description protected com.google.common.cache.Cache<String,RunExt>
FlowNodeUtil.CacheExtension. runData
Methods in com.cloudbees.workflow.flownode that return RunExt Modifier and Type Method Description static RunExt
FlowNodeUtil. getCachedRun(org.jenkinsci.plugins.workflow.job.WorkflowRun run)
Methods in com.cloudbees.workflow.flownode that return types with arguments of type RunExt Modifier and Type Method Description com.google.common.cache.Cache<String,RunExt>
FlowNodeUtil.CacheExtension. getRunCache()
abstract com.google.common.cache.Cache<String,RunExt>
FlowNodeUtil.CacheExtensionPoint. getRunCache()
Methods in com.cloudbees.workflow.flownode with parameters of type RunExt Modifier and Type Method Description static void
FlowNodeUtil. cacheRun(org.jenkinsci.plugins.workflow.job.WorkflowRun run, RunExt runExt)
-
Uses of RunExt in com.cloudbees.workflow.rest.endpoints
Methods in com.cloudbees.workflow.rest.endpoints that return RunExt Modifier and Type Method Description RunExt
RunAPI. doDescribe(boolean fullStages)
RunExt
RunAPI. doIndex()
Methods in com.cloudbees.workflow.rest.endpoints that return types with arguments of type RunExt Modifier and Type Method Description List<RunExt>
JobAPI. doRuns(String since, boolean fullStages)
Get all Workflow Job runs/builds since the specified run/build name. -
Uses of RunExt in com.cloudbees.workflow.rest.external
Subclasses of RunExt in com.cloudbees.workflow.rest.external Modifier and Type Class Description protected static class
RunExt.ChildHidingWrapper
Fields in com.cloudbees.workflow.rest.external declared as RunExt Modifier and Type Field Description protected RunExt
RunExt.ChildHidingWrapper. myRun
Methods in com.cloudbees.workflow.rest.external that return RunExt Modifier and Type Method Description static RunExt
RunExt. computeTimings(RunExt runExt)
Deprecated.static RunExt
RunExt. create(org.jenkinsci.plugins.workflow.job.WorkflowRun run)
static RunExt
RunExt. createMinimal(org.jenkinsci.plugins.workflow.job.WorkflowRun run)
Get basics set up: everything but status/timing/node walking for a run, no cache usestatic RunExt
RunExt. createNew(org.jenkinsci.plugins.workflow.job.WorkflowRun run)
RunExt
RunExt. createWrapper()
Creates a wrapper of this that hides the full stage nodes Use case: returning a minimal view of the run, while using a cached, fully-realized versionMethods in com.cloudbees.workflow.rest.external that return types with arguments of type RunExt Modifier and Type Method Description static List<RunExt>
JobExt. create(List<org.jenkinsci.plugins.workflow.job.WorkflowRun> runs)
Deprecated.static List<RunExt>
JobExt. create(List<org.jenkinsci.plugins.workflow.job.WorkflowRun> runs, String since)
Deprecated.static List<RunExt>
JobExt. create(List<org.jenkinsci.plugins.workflow.job.WorkflowRun> runs, String since, boolean fullStages)
Methods in com.cloudbees.workflow.rest.external with parameters of type RunExt Modifier and Type Method Description static RunExt
RunExt. computeTimings(RunExt runExt)
Deprecated.Constructors in com.cloudbees.workflow.rest.external with parameters of type RunExt Constructor Description ChildHidingWrapper(RunExt run)
-