Uses of Class
com.cloudbees.workflow.rest.external.RunExt
Packages that use RunExt
Package
Description
REST endpoint handler implementations.
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 RunExtMethods in com.cloudbees.workflow.flownode that return RunExtModifier and TypeMethodDescriptionstatic RunExtFlowNodeUtil.getCachedRun(org.jenkinsci.plugins.workflow.job.WorkflowRun run) Methods in com.cloudbees.workflow.flownode that return types with arguments of type RunExtModifier and TypeMethodDescriptionFlowNodeUtil.CacheExtension.getRunCache()FlowNodeUtil.CacheExtensionPoint.getRunCache()Methods in com.cloudbees.workflow.flownode with parameters of type RunExt -
Uses of RunExt in com.cloudbees.workflow.rest.endpoints
Methods in com.cloudbees.workflow.rest.endpoints that return RunExtMethods in com.cloudbees.workflow.rest.endpoints that return types with arguments of type RunExt -
Uses of RunExt in com.cloudbees.workflow.rest.external
Subclasses of RunExt in com.cloudbees.workflow.rest.externalFields in com.cloudbees.workflow.rest.external declared as RunExtMethods in com.cloudbees.workflow.rest.external that return RunExtModifier and TypeMethodDescriptionstatic RunExtRunExt.computeTimings(RunExt runExt) Deprecated.static RunExtRunExt.create(org.jenkinsci.plugins.workflow.job.WorkflowRun run) static RunExtRunExt.createMinimal(org.jenkinsci.plugins.workflow.job.WorkflowRun run) Get basics set up: everything but status/timing/node walking for a run, no cache usestatic RunExtRunExt.createNew(org.jenkinsci.plugins.workflow.job.WorkflowRun run) 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 RunExtModifier and TypeMethodDescriptionDeprecated.Deprecated.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 RunExtConstructors in com.cloudbees.workflow.rest.external with parameters of type RunExt