Package hudson.model
Class UpdateCenter.NoOpJob
- All Implemented Interfaces:
Runnable
- Enclosing class:
- UpdateCenter
A no-op, e.g. this plugin is already installed
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.UpdateCenter.DownloadJob
UpdateCenter.DownloadJob.Failure, UpdateCenter.DownloadJob.InstallationStatus, UpdateCenter.DownloadJob.Installing, UpdateCenter.DownloadJob.Pending, UpdateCenter.DownloadJob.Skipped, UpdateCenter.DownloadJob.Success, UpdateCenter.DownloadJob.SuccessButRequiresRestart
-
Field Summary
Fields inherited from class hudson.model.UpdateCenter.InstallationJob
dynamicLoad, plugin, pm
Fields inherited from class hudson.model.UpdateCenter.DownloadJob
status
Fields inherited from class hudson.model.UpdateCenter.UpdateCenterJob
error, id, site
-
Constructor Summary
ConstructorDescriptionNoOpJob
(UpdateSite site, org.springframework.security.core.Authentication auth, UpdateSite.Plugin plugin) -
Method Summary
Methods inherited from class hudson.model.UpdateCenter.EnableJob
getPlugin
Methods inherited from class hudson.model.UpdateCenter.InstallationJob
_run, getContentLength, getDestination, getDisplayName, getName, getURL, onSuccess, replace, toString, wasInstalled
Methods inherited from class hudson.model.UpdateCenter.DownloadJob
getComputedSHA1, getComputedSHA256, getComputedSHA512, getUser
Methods inherited from class hudson.model.UpdateCenter.UpdateCenterJob
getApi, getCorrelationId, getError, getErrorMessage, getType, schedule, setCorrelationId, submit
-
Constructor Details
-
NoOpJob
public NoOpJob(UpdateSite site, org.springframework.security.core.Authentication auth, @NonNull UpdateSite.Plugin plugin)
-
-
Method Details
-
run
public void run()- Specified by:
run
in interfaceRunnable
- Overrides:
run
in classUpdateCenter.EnableJob
-