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.StateEnum
Thread.StateEnum. fromValue(String text)
Thread.StateEnum
Thread. getState()
Get stateThread.StateEnum
Thread.StateEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)
static Thread.StateEnum
Thread.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 void
Thread. setState(Thread.StateEnum state)
Thread
Thread. state(Thread.StateEnum state)
void
Thread.StateEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, Thread.StateEnum enumeration)