Uses of Class
com.atlassian.bamboo.specs.builders.task.MavenTask.TestDirectoryOption
-
Packages that use MavenTask.TestDirectoryOption 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 MavenTask.TestDirectoryOption in com.atlassian.bamboo.specs.builders.task
Fields in com.atlassian.bamboo.specs.builders.task declared as MavenTask.TestDirectoryOption Modifier and Type Field Description protected @Nullable MavenTask.TestDirectoryOptionMavenTask. testDirectoryOptionMethods in com.atlassian.bamboo.specs.builders.task that return MavenTask.TestDirectoryOption Modifier and Type Method Description static MavenTask.TestDirectoryOptionMavenTask.TestDirectoryOption. valueOf(String name)Returns the enum constant of this type with the specified name.static MavenTask.TestDirectoryOption[]MavenTask.TestDirectoryOption. values()Returns an array containing the constants of this enum type, 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.TestDirectoryOption Modifier and Type Field Description protected MavenTask.TestDirectoryOptionMavenTaskProperties. testDirectoryOptionMethods in com.atlassian.bamboo.specs.model.task that return MavenTask.TestDirectoryOption Modifier and Type Method Description MavenTask.TestDirectoryOptionMavenTaskProperties. getTestDirectoryOption()Constructors in com.atlassian.bamboo.specs.model.task with parameters of type MavenTask.TestDirectoryOption Constructor Description MavenTaskProperties(@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)
-