Package hudson.model
Class UpdateCenter.NoOpJob
-
- All Implemented Interfaces:
Runnable
- Enclosing class:
- UpdateCenter
public class UpdateCenter.NoOpJob extends UpdateCenter.EnableJob
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
Constructors Constructor Description NoOpJob(UpdateSite site, org.springframework.security.core.Authentication auth, UpdateSite.Plugin plugin)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
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 Detail
-
NoOpJob
public NoOpJob(UpdateSite site, org.springframework.security.core.Authentication auth, @NonNull UpdateSite.Plugin plugin)
-
-
Method Detail
-
run
public void run()
- Specified by:
run
in interfaceRunnable
- Overrides:
run
in classUpdateCenter.EnableJob
-
-