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
ConstructorsConstructorDescriptionTestNGTestResultsParserTaskConfigurator(com.atlassian.sal.api.message.I18nResolver i18nResolver, TaskConfiguratorHelper taskConfiguratorHelper) -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateContextForCreate(@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, validateTestResultsFilePatternMethods 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:TaskConfiguratorProvide 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:
populateContextForCreatein interfaceTaskConfigurator- Overrides:
populateContextForCreatein classTestResultsParserTaskConfigurator- Parameters:
context- map to put your context in.
-