com.atlassian.bamboo.plugins.testresultparser.testng.task
Class TestNGTestResultsParserTaskConfigurator

java.lang.Object
  extended by com.atlassian.bamboo.task.AbstractTaskConfigurator
      extended by com.atlassian.bamboo.plugins.testresultparser.task.configuration.TestResultsParserTaskConfigurator
          extended by 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
TestNGTestResultsParserTaskConfigurator()
           
 
Method Summary
 void populateContextForCreate(java.util.Map<java.lang.String,java.lang.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, populateContextForView, setI18nResolver, taskProducesTestResults, validate, validateTestResultsFilePattern
 
Methods inherited from class com.atlassian.bamboo.task.AbstractTaskConfigurator
calculateRequirements, calculateRequirements, getI18nBean, setAuthenticationContext, setTaskConfiguratorHelper
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestNGTestResultsParserTaskConfigurator

public TestNGTestResultsParserTaskConfigurator()
Method Detail

populateContextForCreate

public void populateContextForCreate(@NotNull
                                     java.util.Map<java.lang.String,java.lang.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 interface TaskConfigurator
Overrides:
populateContextForCreate in class TestResultsParserTaskConfigurator
Parameters:
context - map to put your context in.


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.