Package hudson.model
Class UpdateCenter.CompleteBatchJob
- java.lang.Object
-
- hudson.model.UpdateCenter.UpdateCenterJob
-
- hudson.model.UpdateCenter.CompleteBatchJob
-
- All Implemented Interfaces:
Runnable
- Enclosing class:
- UpdateCenter
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public final class UpdateCenter.CompleteBatchJob extends UpdateCenter.UpdateCenterJob
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
UpdateCenter.CompleteBatchJob.CompleteBatchJobStatus
class
UpdateCenter.CompleteBatchJob.Failure
class
UpdateCenter.CompleteBatchJob.Pending
class
UpdateCenter.CompleteBatchJob.Running
class
UpdateCenter.CompleteBatchJob.Success
-
Field Summary
Fields Modifier and Type Field Description UpdateCenter.CompleteBatchJob.CompleteBatchJobStatus
status
-
Fields inherited from class hudson.model.UpdateCenter.UpdateCenterJob
error, id, site
-
-
Constructor Summary
Constructors Constructor Description CompleteBatchJob(List<PluginWrapper> batch, long start, UUID correlationId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
Methods inherited from class hudson.model.UpdateCenter.UpdateCenterJob
getApi, getCorrelationId, getError, getErrorMessage, getType, schedule, setCorrelationId, submit
-
-
-
-
Field Detail
-
status
@Exported(inline=true) public volatile UpdateCenter.CompleteBatchJob.CompleteBatchJobStatus status
-
-
Constructor Detail
-
CompleteBatchJob
public CompleteBatchJob(List<PluginWrapper> batch, long start, UUID correlationId)
-
-