Uses of Class
com.vmware.vra.jenkinsplugin.model.iaas.ThreadGroup
| Package | Description |
|---|---|
| com.vmware.vra.jenkinsplugin.model.iaas |
-
Uses of ThreadGroup in com.vmware.vra.jenkinsplugin.model.iaas
Methods in com.vmware.vra.jenkinsplugin.model.iaas that return ThreadGroup Modifier and Type Method Description ThreadGroupThreadGroup. daemon(Boolean daemon)ThreadGroupThreadGroup. destroyed(Boolean destroyed)ThreadGroupThreadGroup. getParent()Get parentThreadGroupThread. getThreadGroup()Get threadGroupThreadGroupThreadGroup. maxPriority(Integer maxPriority)ThreadGroupThreadGroup. name(String name)ThreadGroupThreadGroup. parent(ThreadGroup parent)Methods in com.vmware.vra.jenkinsplugin.model.iaas with parameters of type ThreadGroup Modifier and Type Method Description ThreadGroupThreadGroup. parent(ThreadGroup parent)voidThreadGroup. setParent(ThreadGroup parent)voidThread. setThreadGroup(ThreadGroup threadGroup)ThreadThread. threadGroup(ThreadGroup threadGroup)