Uses of Class
hudson.model.UpdateCenter.ConnectionCheckJob
-
Packages that use UpdateCenter.ConnectionCheckJob Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
. -
-
Uses of UpdateCenter.ConnectionCheckJob in hudson.model
Methods in hudson.model with parameters of type UpdateCenter.ConnectionCheckJob Modifier and Type Method Description void
UpdateCenter.UpdateCenterConfiguration. checkConnection(UpdateCenter.ConnectionCheckJob job, String connectionCheckUrl)
Check network connectivity by trying to establish a connection to the host in connectionCheckUrl.void
UpdateCenter.UpdateCenterConfiguration. checkUpdateCenter(UpdateCenter.ConnectionCheckJob job, String updateCenterUrl)
Check connection to update center server.
-