Uses of Class
org.kie.wb.selenium.model.KieWbDistribution
-
Packages that use KieWbDistribution Package Description org.kie.wb.selenium.model -
-
Uses of KieWbDistribution in org.kie.wb.selenium.model
Fields in org.kie.wb.selenium.model declared as KieWbDistribution Modifier and Type Field Description protected static KieWbDistributionKieSeleniumTest. DISTROMethods in org.kie.wb.selenium.model that return KieWbDistribution Modifier and Type Method Description static KieWbDistributionKieWbDistribution. valueOf(String name)Returns the enum constant of this type with the specified name.static KieWbDistribution[]KieWbDistribution. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kie.wb.selenium.model that return types with arguments of type KieWbDistribution Modifier and Type Method Description static Optional<KieWbDistribution>KieWbDistribution. fromWarNameString(String warName)List<KieWbDistribution>Persp. getKieWbDistributions()Methods in org.kie.wb.selenium.model with parameters of type KieWbDistribution Modifier and Type Method Description static List<Persp<? extends AbstractPerspective>>Persp. getAllPerspectives(KieWbDistribution distribution)
-