Uses of Class
com.atlassian.bamboo.specs.builders.task.BuildWarningParserTask.WarningSeverity
-
Packages that use BuildWarningParserTask.WarningSeverity 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 BuildWarningParserTask.WarningSeverity in com.atlassian.bamboo.specs.builders.task
Methods in com.atlassian.bamboo.specs.builders.task that return BuildWarningParserTask.WarningSeverity Modifier and Type Method Description static BuildWarningParserTask.WarningSeverityBuildWarningParserTask.WarningSeverity. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BuildWarningParserTask.WarningSeverity[]BuildWarningParserTask.WarningSeverity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.bamboo.specs.builders.task with parameters of type BuildWarningParserTask.WarningSeverity Modifier and Type Method Description BuildWarningParserTaskBuildWarningParserTask. 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.WarningSeverity Modifier and Type Method Description BuildWarningParserTask.WarningSeverityBuildWarningParserTaskProperties. getFailBuildSeverity()Constructors in com.atlassian.bamboo.specs.model.task with parameters of type BuildWarningParserTask.WarningSeverity Constructor Description BuildWarningParserTaskProperties(java.lang.String description, boolean enabled, @NotNull java.util.List<RequirementProperties> requirements, @NotNull java.util.List<? extends ConditionProperties> conditions, @NotNull java.lang.String parser, @Nullable java.lang.String filePattern, boolean associateWithRepository, boolean defaultRepository, @Nullable VcsRepositoryIdentifierProperties repository, boolean failBuild, int failBuildThreshold, BuildWarningParserTask.WarningSeverity failBuildSeverity)
-