BuildWarningParserTask |
BuildWarningParserTask.defaultRepository() |
Sets the repository for this task to plan's default repository.
|
BuildWarningParserTask |
BuildWarningParserTask.failBuild(boolean failBuild) |
Enable this flag for the task to fail if the number of warnings exceeds a threshold.
|
BuildWarningParserTask |
BuildWarningParserTask.failBuildSeverity(@NotNull BuildWarningParserTask.WarningSeverity failBuildSeverity) |
Sets minimum severity of warnings that count towards fail build threshold.
|
BuildWarningParserTask |
BuildWarningParserTask.failBuildThreshold(int failBuildThreshold) |
Sets maximum number of warnings for which the build passes.
|
BuildWarningParserTask |
BuildWarningParserTask.noRepository() |
Remove association with source repository.
|
BuildWarningParserTask |
BuildWarningParserTask.parseFiles(@NotNull java.lang.String globPattern) |
Instruments the task to parse files matching a pattern for warnings.
|
BuildWarningParserTask |
BuildWarningParserTask.parseLogs() |
Instruments the task to parse build log for warnings.
|
BuildWarningParserTask |
BuildWarningParserTask.parser(@NotNull java.lang.String parser) |
Sets the parser.
|
BuildWarningParserTask |
BuildWarningParserTask.repository(@NotNull VcsRepositoryIdentifier repositoryIdentifier) |
Sets the repository for this task.
|
BuildWarningParserTask |
BuildWarningParserTask.repository(@NotNull java.lang.String repositoryName) |
Sets the repository for this task.
|