Package com.atlassian.bamboo.pageobjects
Class BambooTestedProductFactory
- java.lang.Object
-
- com.atlassian.bamboo.pageobjects.BambooTestedProductFactory
-
public class BambooTestedProductFactory extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static @NotNull BambooTestedProduct
create()
static @NotNull String
getBaseUrl()
Logic stolen fromTestedProductFactory.create(Class, String, TestedProductFactory.TesterFactory)
-
-
-
Method Detail
-
create
@NotNull public static @NotNull BambooTestedProduct create()
-
getBaseUrl
@NotNull public static @NotNull String getBaseUrl()
Logic stolen fromTestedProductFactory.create(Class, String, TestedProductFactory.TesterFactory)
-
-