Uses of Enum Class
com.atlassian.bamboo.specs.model.task.TestParserTaskProperties.TestType
Packages that use TestParserTaskProperties.TestType
Package
Description
Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.
Tasks you can execute in a job.
-
Uses of TestParserTaskProperties.TestType in com.atlassian.bamboo.specs.builders.task
Methods in com.atlassian.bamboo.specs.builders.task that return TestParserTaskProperties.TestTypeModifier and TypeMethodDescriptionTestParserTask.getTestType()Gets test engine supported by this task.Constructors in com.atlassian.bamboo.specs.builders.task with parameters of type TestParserTaskProperties.TestTypeModifierConstructorDescriptionSpecify test parsing task that handles selected test engine. -
Uses of TestParserTaskProperties.TestType in com.atlassian.bamboo.specs.model.task
Methods in com.atlassian.bamboo.specs.model.task that return TestParserTaskProperties.TestTypeModifier and TypeMethodDescriptionTestParserTaskProperties.getTestType()Returns the enum constant of this class with the specified name.static TestParserTaskProperties.TestType[]TestParserTaskProperties.TestType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.atlassian.bamboo.specs.model.task with parameters of type TestParserTaskProperties.TestTypeModifierConstructorDescriptionTestParserTaskProperties(TestParserTaskProperties.TestType testType, String description, boolean enabled, Collection<String> resultDirectories, @Nullable Boolean pickUpTestResultsCreatedOutsideOfThisBuild, @NotNull List<RequirementProperties> requirements, @NotNull List<? extends ConditionProperties> conditions)