Uses of Class
io.jenkins.plugins.dogu.api.DoguWebSocketClient.State
-
Packages that use DoguWebSocketClient.State Package Description io.jenkins.plugins.dogu.api -
-
Uses of DoguWebSocketClient.State in io.jenkins.plugins.dogu.api
Fields in io.jenkins.plugins.dogu.api declared as DoguWebSocketClient.State Modifier and Type Field Description DoguWebSocketClient.State
DoguWebSocketClient. state
Methods in io.jenkins.plugins.dogu.api that return DoguWebSocketClient.State Modifier and Type Method Description static DoguWebSocketClient.State
DoguWebSocketClient.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static DoguWebSocketClient.State[]
DoguWebSocketClient.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-