@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, getSlowLoggingLevel
cancel, scheduledExecutionTime
public 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.AsyncPeriodicWork
public long getRecurrencePeriod()
getRecurrencePeriod
in class hudson.model.PeriodicWork
public long getInitialDelay()
getInitialDelay
in class hudson.model.PeriodicWork
Copyright © 2016–2020. All rights reserved.