@Extension
@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class)
public final class JCloudsPreCreationThread
extends hudson.model.AsyncPeriodicWork
Constructor and Description |
---|
JCloudsPreCreationThread() |
Modifier and Type | Method and Description |
---|---|
void |
execute(hudson.model.TaskListener listener) |
protected Level |
getNormalLoggingLevel() |
long |
getRecurrencePeriod() |
protected Level |
getSlowLoggingLevel() |
static boolean |
shouldSlaveBeRetained(JCloudsSlave slave)
Should a slave be retained to meet the minimum instances constraint?
|
createListener, doRun, getErrorLoggingLevel, getLogFile
cancel, scheduledExecutionTime
public long getRecurrencePeriod()
getRecurrencePeriod
in class hudson.model.PeriodicWork
public void execute(hudson.model.TaskListener listener)
execute
in class hudson.model.AsyncPeriodicWork
public static boolean shouldSlaveBeRetained(JCloudsSlave slave)
protected Level getNormalLoggingLevel()
getNormalLoggingLevel
in class hudson.model.AsyncPeriodicWork
protected Level getSlowLoggingLevel()
getSlowLoggingLevel
in class hudson.model.AsyncPeriodicWork
Copyright © 2016–2018. All rights reserved.