Package hudson.model
Class OneOffExecutor
java.lang.Object
java.lang.Thread
hudson.model.Executor
hudson.model.OneOffExecutor
- All Implemented Interfaces:
ModelObject
,Runnable
Executor
that's temporarily added to carry out tasks that doesn't consume
regular executors, like a matrix project parent build.- Author:
- Kohsuke Kawaguchi
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
-
Field Summary
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class hudson.model.Executor
abortResult, completedAsynchronous, currentExecutor, doStop, doStop, doStopBuild, doYank, getApi, getAsynchronousExecution, getCauseOfDeath, getCausesOfInterruption, getCurrentExecutable, getCurrentExecutableForApi, getCurrentWorkspace, getCurrentWorkUnit, getDisplayName, getElapsedTime, getEstimatedDurationFor, getEstimatedRemainingTime, getEstimatedRemainingTimeMillis, getIdleStartMilliseconds, getNumber, getOwner, getProgress, getTimeSpentInQueue, getTimestampString, hasStopPermission, interrupt, interrupt, interrupt, isActive, isBusy, isDisplayCell, isIdle, isLikelyStuck, isParking, newImpersonatingProxy, of, recordCauseOfInterruption, run, start
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, stop, suspend, toString, yield
-
Constructor Details
-
OneOffExecutor
-