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.
|
Modifier and Type | Method and Description |
---|---|
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(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(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(String parser)
Sets the parser.
|
BuildWarningParserTask |
BuildWarningParserTask.repository(String repositoryName)
Sets the repository for this task.
|
BuildWarningParserTask |
BuildWarningParserTask.repository(VcsRepositoryIdentifier repositoryIdentifier)
Sets the repository for this task.
|
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.