Uses of Class
com.vmware.vra.jenkinsplugin.model.iaas.Thread.StateEnum
| Package | Description |
|---|---|
| com.vmware.vra.jenkinsplugin.model.iaas |
-
Uses of Thread.StateEnum in com.vmware.vra.jenkinsplugin.model.iaas
Methods in com.vmware.vra.jenkinsplugin.model.iaas that return Thread.StateEnum Modifier and Type Method Description static Thread.StateEnumThread.StateEnum. fromValue(String text)Thread.StateEnumThread. getState()Get stateThread.StateEnumThread.StateEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static Thread.StateEnumThread.StateEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Thread.StateEnum[]Thread.StateEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vmware.vra.jenkinsplugin.model.iaas with parameters of type Thread.StateEnum Modifier and Type Method Description voidThread. setState(Thread.StateEnum state)ThreadThread. state(Thread.StateEnum state)voidThread.StateEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, Thread.StateEnum enumeration)