Uses of Class
com.atlassian.bamboo.specs.model.task.TestParserTaskProperties.TestType
-
Packages that use TestParserTaskProperties.TestType Package Description com.atlassian.bamboo.specs.builders.task Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.com.atlassian.bamboo.specs.model.task 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.TestType Modifier and Type Method Description TestParserTaskProperties.TestTypeTestParserTask. getTestType()Gets test engine supported by this task.Constructors in com.atlassian.bamboo.specs.builders.task with parameters of type TestParserTaskProperties.TestType Constructor Description TestParserTask(TestParserTaskProperties.TestType testType)Specify 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.TestType Modifier and Type Method Description TestParserTaskProperties.TestTypeTestParserTaskProperties. getTestType()static TestParserTaskProperties.TestTypeTestParserTaskProperties.TestType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TestParserTaskProperties.TestType[]TestParserTaskProperties.TestType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.atlassian.bamboo.specs.model.task with parameters of type TestParserTaskProperties.TestType Constructor Description TestParserTaskProperties(TestParserTaskProperties.TestType testType, java.lang.String description, boolean enabled, java.util.Collection<java.lang.String> resultDirectories, @Nullable java.lang.Boolean pickUpTestResultsCreatedOutsideOfThisBuild, @NotNull java.util.List<RequirementProperties> requirements, @NotNull java.util.List<? extends ConditionProperties> conditions)
-