Uses of Class
org.kie.wb.selenium.util.Repository
-
Packages that use Repository Package Description org.kie.wb.selenium.model.persps org.kie.wb.selenium.util -
-
Uses of Repository in org.kie.wb.selenium.model.persps
Methods in org.kie.wb.selenium.model.persps with parameters of type Repository Modifier and Type Method Description voidProjectLibraryPerspective. importCustomExampleProject(Repository repo, String... projects) -
Uses of Repository in org.kie.wb.selenium.util
Methods in org.kie.wb.selenium.util that return Repository Modifier and Type Method Description static RepositoryRepository. valueOf(String name)Returns the enum constant of this type with the specified name.static Repository[]Repository. values()Returns an array containing the constants of this enum type, in the order they are declared.
-