Package | Description |
---|---|
com.eviware.soapui.analytics |
Modifier and Type | Method and Description |
---|---|
static SoapUIActions |
SoapUIActions.getByActionName(String actionName) |
static SoapUIActions |
SoapUIActions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SoapUIActions[] |
SoapUIActions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
Analytics.trackAction(com.smartbear.analytics.AnalyticsManager.Category analyticsCategory,
SoapUIActions action,
String... args) |
static void |
Analytics.trackAction(SoapUIActions action) |
static void |
Analytics.trackAction(SoapUIActions action,
String... args) |
Copyright © 2019. All Rights Reserved.