Class Maven2TaskComponent
- java.lang.Object
-
- com.atlassian.bamboo.pageobjects.pages.tasks.Maven2TaskComponent
-
- All Implemented Interfaces:
TaskComponent
public class Maven2TaskComponent extends Object implements TaskComponent
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONFIG_ENV
static String
CONFIG_GOAL
static String
CONFIG_JDK
static String
CONFIG_SUBDIR
static String
CONFIG_TESTS_ENABLED
protected com.atlassian.pageobjects.elements.PageElementFinder
elementFinder
protected static String
MAVEN2_TOOL
-
Constructor Summary
Constructors Constructor Description Maven2TaskComponent()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.atlassian.pageobjects.elements.PageElement
getEnvironmentVariables()
TextElement
getGoal()
com.atlassian.pageobjects.elements.SelectElement
getJdkSelectorElement()
static String
getName()
TextElement
getSubDirectory()
List<com.atlassian.pageobjects.elements.PageElement>
getTestDirectoryRadios()
com.atlassian.pageobjects.elements.CheckboxElement
getTestsCheckbox()
void
updateTaskDetails(Map<String,String> config)
-
-
-
Field Detail
-
CONFIG_GOAL
public static final String CONFIG_GOAL
- See Also:
- Constant Field Values
-
CONFIG_JDK
public static final String CONFIG_JDK
- See Also:
- Constant Field Values
-
CONFIG_ENV
public static final String CONFIG_ENV
- See Also:
- Constant Field Values
-
CONFIG_SUBDIR
public static final String CONFIG_SUBDIR
- See Also:
- Constant Field Values
-
CONFIG_TESTS_ENABLED
public static final String CONFIG_TESTS_ENABLED
- See Also:
- Constant Field Values
-
MAVEN2_TOOL
protected static final String MAVEN2_TOOL
- See Also:
- Constant Field Values
-
elementFinder
@Inject protected com.atlassian.pageobjects.elements.PageElementFinder elementFinder
-
-
Method Detail
-
getName
public static String getName()
-
updateTaskDetails
public void updateTaskDetails(Map<String,String> config)
- Specified by:
updateTaskDetails
in interfaceTaskComponent
-
getTestDirectoryRadios
public List<com.atlassian.pageobjects.elements.PageElement> getTestDirectoryRadios()
-
getGoal
public TextElement getGoal()
-
getTestsCheckbox
public com.atlassian.pageobjects.elements.CheckboxElement getTestsCheckbox()
-
getJdkSelectorElement
public com.atlassian.pageobjects.elements.SelectElement getJdkSelectorElement()
-
getEnvironmentVariables
public com.atlassian.pageobjects.elements.PageElement getEnvironmentVariables()
-
getSubDirectory
public TextElement getSubDirectory()
-
-