@Extension
@Symbol(value="bundleUpload")
public class BundleUpload
extends hudson.model.AsyncPeriodicWork
| Modifier and Type | Field and Description |
|---|---|
protected static String |
BUNDLE_SUCCESSFULLY_UPLOADED |
static int |
INITIAL_DELAY_MINUTES |
static int |
RECURRENCE_PERIOD_HOURS |
| Constructor and Description |
|---|
BundleUpload() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
execute(hudson.model.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, getSlowLoggingLevelcancel, scheduledExecutionTimepublic static final int RECURRENCE_PERIOD_HOURS
public static final int INITIAL_DELAY_MINUTES
protected static final String BUNDLE_SUCCESSFULLY_UPLOADED
protected void execute(hudson.model.TaskListener listener)
execute in class hudson.model.AsyncPeriodicWorkpublic long getRecurrencePeriod()
getRecurrencePeriod in class hudson.model.PeriodicWorkpublic long getInitialDelay()
getInitialDelay in class hudson.model.PeriodicWorkCopyright © 2016–2020. All rights reserved.