Uses of Class
com.atlassian.confluence.it.Macro.Category
-
Packages that use Macro.Category Package Description com.atlassian.confluence.it com.atlassian.confluence.pageobjects.selenium3.component.dialog -
-
Uses of Macro.Category in com.atlassian.confluence.it
Methods in com.atlassian.confluence.it that return Macro.Category Modifier and Type Method Description static Macro.Category
Macro.Category. getByTitle(String title)
static Macro.Category
Macro.Category. valueOf(String name)
Returns the enum constant of this type with the specified name.static Macro.Category[]
Macro.Category. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Macro.Category in com.atlassian.confluence.pageobjects.selenium3.component.dialog
Methods in com.atlassian.confluence.pageobjects.selenium3.component.dialog with parameters of type Macro.Category Modifier and Type Method Description com.atlassian.pageobjects.elements.query.TimedCondition
MacroBrowserDialog. isSelectedCategory(Macro.Category category)
Deprecated.void
MacroBrowserDialog. selectCategory(Macro.Category category)
Deprecated.
-