| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static BuildWarningParserTask.WarningSeverity |
BuildWarningParserTask.WarningSeverity.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
BuildWarningParserTask |
BuildWarningParserTask.failBuildSeverity(BuildWarningParserTask.WarningSeverity failBuildSeverity)
Sets minimum severity of warnings that count towards fail build threshold.
|
| Modifier and Type | Method and Description |
|---|---|
BuildWarningParserTask.WarningSeverity |
BuildWarningParserTaskProperties.getFailBuildSeverity() |
| Constructor and Description |
|---|
BuildWarningParserTaskProperties(String description,
boolean enabled,
List<RequirementProperties> requirements,
List<? extends ConditionProperties> conditions,
String parser,
String filePattern,
boolean associateWithRepository,
boolean defaultRepository,
VcsRepositoryIdentifierProperties repository,
boolean failBuild,
int failBuildThreshold,
BuildWarningParserTask.WarningSeverity failBuildSeverity) |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.