Uses of Class
hudson.model.TaskThread
-
Packages that use TaskThread Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
. -
-
Uses of TaskThread in hudson.model
Fields in hudson.model declared as TaskThread Modifier and Type Field Description protected TaskThread
TaskAction. workerThread
If non-null, that means either the activity is in progress asynchronously, or it failed unexpectedly and the thread is dead.Methods in hudson.model that return TaskThread Modifier and Type Method Description TaskThread
TaskAction. getWorkerThread()
-