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 StringCONFIG_ENVstatic StringCONFIG_GOALstatic StringCONFIG_JDKstatic StringCONFIG_SUBDIRstatic StringCONFIG_TESTS_ENABLEDprotected com.atlassian.pageobjects.elements.PageElementFinderelementFinderprotected static StringMAVEN2_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.PageElementgetEnvironmentVariables()TextElementgetGoal()com.atlassian.pageobjects.elements.SelectElementgetJdkSelectorElement()static StringgetName()TextElementgetSubDirectory()List<com.atlassian.pageobjects.elements.PageElement>getTestDirectoryRadios()com.atlassian.pageobjects.elements.CheckboxElementgetTestsCheckbox()voidupdateTaskDetails(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:
updateTaskDetailsin 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()
-
-