@Extension @Symbol(value="bundleUpload") public class BundleUpload extends AsyncPeriodicWork
ExtensionPoint.LegacyInstancesAreScopedToHudson| Modifier and Type | Field and Description |
|---|---|
static int |
INITIAL_DELAY_MINUTES |
static int |
RECURRENCE_PERIOD_HOURS |
nameDAY, HOUR, logger, MIN| Constructor and Description |
|---|
BundleUpload() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
execute(TaskListener listener) |
long |
getInitialDelay()
By default we wait a few minutes to allow support-core plugin time to generate a bundle first.
|
long |
getRecurrencePeriod() |
createListener, doRun, getErrorLoggingLevel, getLogFile, getNormalLoggingLevel, getSlowLoggingLevelall, initruncancel, scheduledExecutionTimepublic static final int RECURRENCE_PERIOD_HOURS
public static final int INITIAL_DELAY_MINUTES
protected void execute(TaskListener listener) throws IOException, InterruptedException
execute in class AsyncPeriodicWorkIOExceptionInterruptedExceptionpublic long getRecurrencePeriod()
getRecurrencePeriod in class PeriodicWorkpublic long getInitialDelay()
getInitialDelay in class PeriodicWorkCopyright © 2016–2019. All rights reserved.