Uses of Class
com.vmware.vra.jenkinsplugin.model.iaas.Thread
Package | Description |
---|---|
com.vmware.vra.jenkinsplugin.model.iaas |
-
Uses of Thread in com.vmware.vra.jenkinsplugin.model.iaas
Methods in com.vmware.vra.jenkinsplugin.model.iaas that return Thread Modifier and Type Method Description Thread
Thread. addStackTraceItem(StackTraceElement stackTraceItem)
Thread
Thread. alive(Boolean alive)
Thread
Thread. contextClassLoader(ClassLoader contextClassLoader)
Thread
Thread. daemon(Boolean daemon)
Thread
ServiceHost. getRuntimeShutdownHook()
Get runtimeShutdownHookThread
Thread. id(Long id)
Thread
Thread. interrupted(Boolean interrupted)
Thread
Thread. name(String name)
Thread
Thread. priority(Integer priority)
Thread
Thread. stackTrace(List<StackTraceElement> stackTrace)
Thread
Thread. state(Thread.StateEnum state)
Thread
Thread. threadGroup(ThreadGroup threadGroup)
Thread
Thread. uncaughtExceptionHandler(UncaughtExceptionHandler uncaughtExceptionHandler)
Methods in com.vmware.vra.jenkinsplugin.model.iaas with parameters of type Thread Modifier and Type Method Description ServiceHost
ServiceHost. runtimeShutdownHook(Thread runtimeShutdownHook)
void
ServiceHost. setRuntimeShutdownHook(Thread runtimeShutdownHook)