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
-
Field Summary
Fields inherited from class com.atlassian.bamboo.task.AbstractTaskConfigurator
bambooAuthenticationContext, taskConfiguratorHelper
-
Constructor Summary
ConstructorDescriptionTestNGTestResultsParserTaskConfigurator
(com.atlassian.sal.api.message.I18nResolver i18nResolver, TaskConfiguratorHelper taskConfiguratorHelper) -
Method Summary
Modifier and TypeMethodDescriptionvoid
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 Details
-
TestNGTestResultsParserTaskConfigurator
@Inject public TestNGTestResultsParserTaskConfigurator(com.atlassian.sal.api.message.I18nResolver i18nResolver, TaskConfiguratorHelper taskConfiguratorHelper)
-
-
Method Details
-
populateContextForCreate
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.
-