Uses of Enum Class
com.atlassian.bamboo.specs.builders.task.BuildWarningParserTask.WarningSeverity
Packages that use BuildWarningParserTask.WarningSeverity
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 BuildWarningParserTask.WarningSeverity in com.atlassian.bamboo.specs.builders.task
Methods in com.atlassian.bamboo.specs.builders.task that return BuildWarningParserTask.WarningSeverityModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.BuildWarningParserTask.WarningSeverity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.bamboo.specs.builders.task with parameters of type BuildWarningParserTask.WarningSeverityModifier and TypeMethodDescriptionBuildWarningParserTask.failBuildSeverity(@NotNull BuildWarningParserTask.WarningSeverity failBuildSeverity) Sets minimum severity of warnings that count towards fail build threshold. -
Uses of BuildWarningParserTask.WarningSeverity in com.atlassian.bamboo.specs.model.task
Methods in com.atlassian.bamboo.specs.model.task that return BuildWarningParserTask.WarningSeverityConstructors in com.atlassian.bamboo.specs.model.task with parameters of type BuildWarningParserTask.WarningSeverityModifierConstructorDescriptionBuildWarningParserTaskProperties(String description, boolean enabled, @NotNull List<RequirementProperties> requirements, @NotNull List<? extends ConditionProperties> conditions, @NotNull String parser, @Nullable String filePattern, boolean associateWithRepository, boolean defaultRepository, @Nullable VcsRepositoryIdentifierProperties repository, boolean failBuild, int failBuildThreshold, BuildWarningParserTask.WarningSeverity failBuildSeverity)