Uses of Enum Class
com.atlassian.bamboo.specs.builders.task.MavenTask.TestDirectoryOption
Packages that use MavenTask.TestDirectoryOption
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 MavenTask.TestDirectoryOption in com.atlassian.bamboo.specs.builders.task
Fields in com.atlassian.bamboo.specs.builders.task declared as MavenTask.TestDirectoryOptionModifier and TypeFieldDescriptionprotected @Nullable MavenTask.TestDirectoryOption
MavenTask.testDirectoryOption
Methods in com.atlassian.bamboo.specs.builders.task that return MavenTask.TestDirectoryOptionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static MavenTask.TestDirectoryOption[]
MavenTask.TestDirectoryOption.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of MavenTask.TestDirectoryOption in com.atlassian.bamboo.specs.model.task
Fields in com.atlassian.bamboo.specs.model.task declared as MavenTask.TestDirectoryOptionModifier and TypeFieldDescriptionprotected MavenTask.TestDirectoryOption
MavenTaskProperties.testDirectoryOption
Methods in com.atlassian.bamboo.specs.model.task that return MavenTask.TestDirectoryOptionConstructors in com.atlassian.bamboo.specs.model.task with parameters of type MavenTask.TestDirectoryOptionModifierConstructorDescriptionMavenTaskProperties
(@Nullable String description, boolean enabled, @NotNull String goal, @Nullable String projectFile, @Nullable String environmentVariables, @Nullable String jdk, @NotNull String executableLabel, boolean hasTests, MavenTask.TestDirectoryOption testDirectoryOption, @Nullable String testResultsDirectory, @Nullable String workingSubdirectory, boolean useMavenReturnCode, int version, @NotNull List<RequirementProperties> requirements, @NotNull List<? extends ConditionProperties> conditions)