Package com.atlassian.bamboo.task
Interface TaskTestResultsSupport
-
- All Superinterfaces:
TaskConfigurator
- All Known Implementing Classes:
AbstractMavenBuildTaskConfigurator
,AntBuildTaskConfigurator
,GrailsTaskConfigurator
,Maven1BuildTaskConfigurator
,Maven2BuildTaskConfigurator
,Maven3BuildTaskConfigurator
,PhpUnitBuildTaskConfigurator
,TestNGTestResultsParserTaskConfigurator
,TestResultGeneratorTaskConfigurator
,TestResultsParserTaskConfigurator
@PublicApi public interface TaskTestResultsSupport extends TaskConfigurator
Allows creators ofTaskType
s to utilise Bamboo's support for test results- Since:
- 3.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
taskProducesTestResults(@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 Detail
-
taskProducesTestResults
boolean taskProducesTestResults(@NotNull @NotNull TaskDefinition taskDefinition)
Returns true iff task defined by TaskDefinition produces test results.- Parameters:
taskDefinition
-
-
-