Package com.atlassian.bamboo.task
Interface TaskTestResultsSupport
- All Superinterfaces:
TaskConfigurator
- All Known Implementing Classes:
AbstractMavenBuildTaskConfigurator,AntBuildTaskConfigurator,GrailsTaskConfigurator,Maven1BuildTaskConfigurator,Maven2BuildTaskConfigurator,Maven3BuildTaskConfigurator,PhpUnitBuildTaskConfigurator,TestNGTestResultsParserTaskConfigurator,TestResultGeneratorTaskConfigurator,TestResultsParserTaskConfigurator
Allows creators of
TaskTypes to utilise Bamboo's support for test results- Since:
- 3.1
-
Method Summary
Modifier and TypeMethodDescriptionbooleantaskProducesTestResults(@NotNull TaskDefinition taskDefinition) Returns true iff task defined by TaskDefinition produces test results.Methods inherited from interface com.atlassian.bamboo.task.TaskConfigurator
generateTaskConfigMap, populateContextForCreate, populateContextForEdit, validate
-
Method Details
-
taskProducesTestResults
Returns true iff task defined by TaskDefinition produces test results.- Parameters:
taskDefinition-
-