Class TestNGTestResultsParserTaskConfigurator
- java.lang.Object
-
- com.atlassian.bamboo.task.AbstractTaskConfigurator
-
- com.atlassian.bamboo.plugins.testresultparser.task.configuration.TestResultsParserTaskConfigurator
-
- com.atlassian.bamboo.plugins.testresultparser.testng.task.TestNGTestResultsParserTaskConfigurator
-
- All Implemented Interfaces:
TaskConfigurator
,TaskTestResultsSupport
public class TestNGTestResultsParserTaskConfigurator extends TestResultsParserTaskConfigurator
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.task.AbstractTaskConfigurator
bambooAuthenticationContext, taskConfiguratorHelper
-
-
Constructor Summary
Constructors Constructor Description TestNGTestResultsParserTaskConfigurator(com.atlassian.sal.api.message.I18nResolver i18nResolver, TaskConfiguratorHelper taskConfiguratorHelper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
populateContextForCreate(@NotNull Map<String,Object> context)
Provide any required context to be used when rendering the freemarker template for creating a task definition.-
Methods inherited from class com.atlassian.bamboo.plugins.testresultparser.task.configuration.TestResultsParserTaskConfigurator
generateTaskConfigMap, populateContextForEdit, taskProducesTestResults, validate, validateTestResultsFilePattern
-
Methods inherited from class com.atlassian.bamboo.task.AbstractTaskConfigurator
calculateRequirements, calculateRequirements, getI18nBean, populateContextForView, setAuthenticationContext, setTaskConfiguratorHelper
-
-
-
-
Constructor Detail
-
TestNGTestResultsParserTaskConfigurator
@Inject public TestNGTestResultsParserTaskConfigurator(com.atlassian.sal.api.message.I18nResolver i18nResolver, TaskConfiguratorHelper taskConfiguratorHelper)
-
-
Method Detail
-
populateContextForCreate
public void populateContextForCreate(@NotNull @NotNull Map<String,Object> context)
Description copied from interface:TaskConfigurator
Provide any required context to be used when rendering the freemarker template for creating a task definition. Allows you to add any default values for initial creation- Specified by:
populateContextForCreate
in interfaceTaskConfigurator
- Overrides:
populateContextForCreate
in classTestResultsParserTaskConfigurator
- Parameters:
context
- map to put your context in.
-
-