Uses of Class
com.cloudbees.workflow.rest.hal.Link
-
Packages that use Link Package Description com.cloudbees.workflow.rest.external The "external" object model for the API.com.cloudbees.workflow.rest.hal Hypertext Application Language (HAL) helper classes. -
-
Uses of Link in com.cloudbees.workflow.rest.external
Methods in com.cloudbees.workflow.rest.external that return Link Modifier and Type Method Description Link
RunExt.RunLinks. getArtifacts()
Link
RunExt.RunLinks. getChangesets()
Link
FlowNodeExt.FlowNodeLinks. getConsole()
Link
FlowNodeExt.FlowNodeLinks. getLog()
Link
RunExt.RunLinks. getNextPendingInputAction()
Link
RunExt.RunLinks. getPendingInputActions()
Link
JobExt.JobLinks. getRuns()
Methods in com.cloudbees.workflow.rest.external with parameters of type Link Modifier and Type Method Description void
RunExt.RunLinks. setArtifacts(Link artifacts)
void
RunExt.RunLinks. setChangesets(Link changesets)
void
FlowNodeExt.FlowNodeLinks. setConsole(Link console)
void
FlowNodeExt.FlowNodeLinks. setLog(Link log)
void
RunExt.RunLinks. setNextPendingInputAction(Link nextPendingInputAction)
void
RunExt.RunLinks. setPendingInputActions(Link pendingInputActions)
void
JobExt.JobLinks. setRuns(Link runs)
-
Uses of Link in com.cloudbees.workflow.rest.hal
Fields in com.cloudbees.workflow.rest.hal declared as Link Modifier and Type Field Description Link
Links. self
self HAL link.Methods in com.cloudbees.workflow.rest.hal that return Link Modifier and Type Method Description static Link
Link. newLink(String href)
Link
Link. setHref(String href)
-