public class Maven2TaskComponent extends Object implements TaskComponent
Modifier and Type | Field and 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 and Description |
---|
Maven2TaskComponent() |
Modifier and Type | Method and 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) |
public static final String CONFIG_GOAL
public static final String CONFIG_JDK
public static final String CONFIG_ENV
public static final String CONFIG_SUBDIR
public static final String CONFIG_TESTS_ENABLED
protected static final String MAVEN2_TOOL
@Inject protected com.atlassian.pageobjects.elements.PageElementFinder elementFinder
public static String getName()
public void updateTaskDetails(Map<String,String> config)
updateTaskDetails
in interface TaskComponent
public List<com.atlassian.pageobjects.elements.PageElement> getTestDirectoryRadios()
public TextElement getGoal()
public com.atlassian.pageobjects.elements.CheckboxElement getTestsCheckbox()
public com.atlassian.pageobjects.elements.SelectElement getJdkSelectorElement()
public com.atlassian.pageobjects.elements.PageElement getEnvironmentVariables()
public TextElement getSubDirectory()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.