Uses of Class
com.cloudbees.workflow.rest.AbstractAPIActionHandler
-
Packages that use AbstractAPIActionHandler Package Description com.cloudbees.workflow.rest com.cloudbees.workflow.rest.endpoints REST endpoint handler implementations. -
-
Uses of AbstractAPIActionHandler in com.cloudbees.workflow.rest
Subclasses of AbstractAPIActionHandler in com.cloudbees.workflow.rest Modifier and Type Class Description class
AbstractFlowNodeActionHandler
class
AbstractWorkflowJobActionHandler
class
AbstractWorkflowRunActionHandler
-
Uses of AbstractAPIActionHandler in com.cloudbees.workflow.rest.endpoints
Subclasses of AbstractAPIActionHandler in com.cloudbees.workflow.rest.endpoints Modifier and Type Class Description class
FlowNodeAPI
API Action handler to returnFlowNode
information.class
JobAPI
API Action handler to return WorkflowJob info.class
RunAPI
API Action handler to return a single WorkflowJob run.
-