com.atlassian.bamboo.task
Interface TaskTestResultsSupport

All Superinterfaces:
TaskConfigurator
All Known Implementing Classes:
AbstractMavenBuildTaskConfigurator, AntBuildTaskConfigurator, GrailsTaskConfigurator, Maven1BuildTaskConfigurator, Maven2BuildTaskConfigurator, Maven3BuildTaskConfigurator, PhpUnitBuildTaskConfigurator, TestResultsParserTaskConfigurator

public interface TaskTestResultsSupport
extends TaskConfigurator

Allows creators of TaskTypes to utilise Bamboo's support for test results

Since:
3.1

Method Summary
 boolean taskProducesTestResults(TaskDefinition taskDefinition)
          Returns true iff task defined by TaskDefinition produces test results.
 
Methods inherited from interface com.atlassian.bamboo.task.TaskConfigurator
generateTaskConfigMap, populateContextForCreate, populateContextForEdit, populateContextForView, validate
 

Method Detail

taskProducesTestResults

boolean taskProducesTestResults(@NotNull
                                TaskDefinition taskDefinition)
Returns true iff task defined by TaskDefinition produces test results.

Parameters:
taskDefinition -


Copyright © 2011 Atlassian. All Rights Reserved.