Package hudson.model
Class UpdateCenter.ConnectionCheckJob
- java.lang.Object
-
- hudson.model.UpdateCenter.UpdateCenterJob
-
- hudson.model.UpdateCenter.ConnectionCheckJob
-
- All Implemented Interfaces:
Runnable
- Enclosing class:
- UpdateCenter
public final class UpdateCenter.ConnectionCheckJob extends UpdateCenter.UpdateCenterJob
Tests the internet connectivity.
-
-
Field Summary
-
Fields inherited from class hudson.model.UpdateCenter.UpdateCenterJob
error, id, site
-
-
Constructor Summary
Constructors Constructor Description ConnectionCheckJob(UpdateSite site)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]
getStatuses()
void
run()
-
Methods inherited from class hudson.model.UpdateCenter.UpdateCenterJob
getApi, getCorrelationId, getError, getErrorMessage, getType, schedule, setCorrelationId, submit
-
-
-
-
Constructor Detail
-
ConnectionCheckJob
public ConnectionCheckJob(UpdateSite site)
-
-
Method Detail
-
run
public void run()
-
getStatuses
public String[] getStatuses()
-
-