Uses of Class
com.cloudbees.workflow.rest.external.PendingInputActionsExt
-
Packages that use PendingInputActionsExt Package Description com.cloudbees.workflow.rest.endpoints REST endpoint handler implementations.com.cloudbees.workflow.rest.external The "external" object model for the API. -
-
Uses of PendingInputActionsExt in com.cloudbees.workflow.rest.endpoints
Methods in com.cloudbees.workflow.rest.endpoints that return PendingInputActionsExt Modifier and Type Method Description PendingInputActionsExt
RunAPI. doNextPendingInputAction()
Methods in com.cloudbees.workflow.rest.endpoints that return types with arguments of type PendingInputActionsExt Modifier and Type Method Description List<PendingInputActionsExt>
RunAPI. doPendingInputActions()
-
Uses of PendingInputActionsExt in com.cloudbees.workflow.rest.external
Methods in com.cloudbees.workflow.rest.external that return PendingInputActionsExt Modifier and Type Method Description static PendingInputActionsExt
PendingInputActionsExt. create(org.jenkinsci.plugins.workflow.support.steps.input.InputStepExecution inputStepExecution, org.jenkinsci.plugins.workflow.job.WorkflowRun run)
-