Package | Description |
---|---|
com.atlassian.bamboo.build.warning | |
com.atlassian.bamboo.plugins.stash | |
com.atlassian.bamboo.plugins.stash.warning | |
com.atlassian.bamboo.vcs.runtime |
Modifier and Type | Method and Description |
---|---|
WarningAnnotation |
WarningAnnotation.Builder.build() |
Modifier and Type | Method and Description |
---|---|
void |
BuildWarningSummaryCollationServiceImpl.appendWarningAnnotations(TaskContext taskContext,
Iterable<WarningAnnotation> annotations,
Long associatedRepositoryId) |
void |
BuildWarningSummaryCollationService.appendWarningAnnotations(TaskContext taskContext,
Iterable<WarningAnnotation> annotations,
Long associatedRepositoryId)
Adds warnings to a warnings file and updates the warnings summary for a build result.
|
Modifier and Type | Method and Description |
---|---|
boolean |
BitbucketServerBuildWarningsUpdater.sendBuildWarnings(VcsRepositoryData repository,
String changesetId,
ImmutableChainResultsSummary resultsSummary,
BuildWarningSummary warningSummary,
Iterable<WarningAnnotation> warnings) |
Modifier and Type | Method and Description |
---|---|
Optional<com.atlassian.stash.rest.client.api.entity.CodeAnnotation> |
BuildWarningsStashClientConverter.generateCodeAnnotation(String reportKey,
WarningAnnotation warning) |
Modifier and Type | Method and Description |
---|---|
boolean |
VcsBuildWarningsUpdater.sendBuildWarnings(VcsRepositoryData repository,
String changesetId,
ImmutableChainResultsSummary resultsSummary,
BuildWarningSummary warningSummary,
Iterable<WarningAnnotation> warnings)
Sends build warnings for the given repository used in a build.
|
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.