Uses of Class
com.cloudbees.workflow.util.ServeJson
-
Packages that use ServeJson Package Description com.cloudbees.workflow.rest.endpoints REST endpoint handler implementations. -
-
Uses of ServeJson in com.cloudbees.workflow.rest.endpoints
Methods in com.cloudbees.workflow.rest.endpoints with annotations of type ServeJson Modifier and Type Method Description List<BuildArtifactExt>
RunAPI. doArtifacts()
List<ChangeSetExt>
RunAPI. doChangesets()
Object
FlowNodeAPI. doDescribe()
JobExt
JobAPI. doDescribe()
RunExt
RunAPI. doDescribe(boolean fullStages)
Object
FlowNodeAPI. doIndex()
JobExt
JobAPI. doIndex()
RunExt
RunAPI. doIndex()
void
RunAPI. doInputSubmit(String inputId)
Object
FlowNodeAPI. doLog()
PendingInputActionsExt
RunAPI. doNextPendingInputAction()
List<PendingInputActionsExt>
RunAPI. doPendingInputActions()
List<RunExt>
JobAPI. doRuns(String since, boolean fullStages)
Get all Workflow Job runs/builds since the specified run/build name.
-