Uses of Class
com.atlassian.bamboo.specs.builders.task.BuildWarningParserTask
Package
Description
Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.
-
Uses of BuildWarningParserTask in com.atlassian.bamboo.specs.builders.task
Modifier and TypeMethodDescriptionBuildWarningParserTask.defaultRepository()
Sets the repository for this task to plan's default repository.BuildWarningParserTask.failBuild
(boolean failBuild) Enable this flag for the task to fail if the number of warnings exceeds a threshold.BuildWarningParserTask.failBuildSeverity
(@NotNull BuildWarningParserTask.WarningSeverity failBuildSeverity) Sets minimum severity of warnings that count towards fail build threshold.BuildWarningParserTask.failBuildThreshold
(int failBuildThreshold) Sets maximum number of warnings for which the build passes.BuildWarningParserTask.noRepository()
Remove association with source repository.BuildWarningParserTask.parseFiles
(@NotNull String globPattern) Instruments the task to parse files matching a pattern for warnings.BuildWarningParserTask.parseLogs()
Instruments the task to parse build log for warnings.Sets the parser.BuildWarningParserTask.repository
(@NotNull VcsRepositoryIdentifier repositoryIdentifier) Sets the repository for this task.BuildWarningParserTask.repository
(@NotNull String repositoryName) Sets the repository for this task.