Uses of Class
com.javahollic.jira.emh.api.extension.transport.TransportStatus.SERVICE_STATE
-
Packages that use TransportStatus.SERVICE_STATE Package Description com.javahollic.jira.emh.api.extension.transport -
-
Uses of TransportStatus.SERVICE_STATE in com.javahollic.jira.emh.api.extension.transport
Methods in com.javahollic.jira.emh.api.extension.transport that return TransportStatus.SERVICE_STATE Modifier and Type Method Description TransportStatus.SERVICE_STATE
TransportStatus. getServiceState()
static TransportStatus.SERVICE_STATE
TransportStatus.SERVICE_STATE. valueOf(String name)
Returns the enum constant of this type with the specified name.static TransportStatus.SERVICE_STATE[]
TransportStatus.SERVICE_STATE. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.javahollic.jira.emh.api.extension.transport with parameters of type TransportStatus.SERVICE_STATE Modifier and Type Method Description void
TransportStatus. setServiceState(TransportStatus.SERVICE_STATE serviceState)
-