Uses of Class
com.cloudbees.workflow.rest.hal.Link
Packages that use Link
Package
Description
The "external" object model for the API.
Hypertext Application Language (HAL) helper classes.
-
Uses of Link in com.cloudbees.workflow.rest.external
Methods in com.cloudbees.workflow.rest.external that return LinkModifier and TypeMethodDescriptionRunExt.RunLinks.getArtifacts()
RunExt.RunLinks.getChangesets()
FlowNodeExt.FlowNodeLinks.getConsole()
FlowNodeExt.FlowNodeLinks.getLog()
RunExt.RunLinks.getNextPendingInputAction()
RunExt.RunLinks.getPendingInputActions()
JobExt.JobLinks.getRuns()
Methods in com.cloudbees.workflow.rest.external with parameters of type LinkModifier and TypeMethodDescriptionvoid
RunExt.RunLinks.setArtifacts
(Link artifacts) void
RunExt.RunLinks.setChangesets
(Link changesets) void
FlowNodeExt.FlowNodeLinks.setConsole
(Link console) void
void
RunExt.RunLinks.setNextPendingInputAction
(Link nextPendingInputAction) void
RunExt.RunLinks.setPendingInputActions
(Link pendingInputActions) void
-
Uses of Link in com.cloudbees.workflow.rest.hal
Fields in com.cloudbees.workflow.rest.hal declared as LinkMethods in com.cloudbees.workflow.rest.hal that return Link