Package hudson.model
Class UpdateCenter.UpdateCenterJob
java.lang.Object
hudson.model.UpdateCenter.UpdateCenterJob
- All Implemented Interfaces:
Runnable
- Direct Known Subclasses:
UpdateCenter.CompleteBatchJob
,UpdateCenter.ConnectionCheckJob
,UpdateCenter.DownloadJob
,UpdateCenter.RestartJenkinsJob
- Enclosing class:
- UpdateCenter
Things that
UpdateCenter.installerService
executes.
This object will have the row.jelly
which renders the job on UI.-
Field Summary
Modifier and TypeFieldDescriptionprotected Throwable
If this job fails, set to the error.final int
Unique ID that identifies this job.final UpdateSite
WhichUpdateSite
does this belong to? -
Constructor Summary
-
Method Summary
-
Field Details
-
id
@Exported public final int idUnique ID that identifies this job.- See Also:
-
site
WhichUpdateSite
does this belong to? -
error
If this job fails, set to the error.
-
-
Constructor Details
-
UpdateCenterJob
-
-
Method Details
submit()
instead.