Package io.fabric8.jenkins.openshiftsync
Class GlobalPluginConfigurationTimerTask
- java.lang.Object
-
- java.util.TimerTask
-
- hudson.triggers.SafeTimerTask
-
- io.fabric8.jenkins.openshiftsync.GlobalPluginConfigurationTimerTask
-
- All Implemented Interfaces:
Runnable
public class GlobalPluginConfigurationTimerTask extends SafeTimerTask
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hudson.triggers.SafeTimerTask
SafeTimerTask.ExceptionRunnable
-
-
Constructor Summary
Constructors Constructor Description GlobalPluginConfigurationTimerTask(String[] namespaces)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doRun()
void
stop()
-
Methods inherited from class hudson.triggers.SafeTimerTask
getLogsRoot, of, run
-
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
-
-
-
-
Constructor Detail
-
GlobalPluginConfigurationTimerTask
public GlobalPluginConfigurationTimerTask(String[] namespaces)
-
-
Method Detail
-
doRun
protected void doRun() throws Exception
- Specified by:
doRun
in classSafeTimerTask
- Throws:
Exception
-
stop
public void stop()
-
-