Modifier and Type | Interface and Description |
---|---|
interface |
ChainResultsSummary
Represents an execution result of a
Chain |
Modifier and Type | Class and Description |
---|---|
class |
ChainResultsSummaryImpl |
Modifier and Type | Class and Description |
---|---|
class |
ChainResultsSummaryDocument |
Modifier and Type | Class and Description |
---|---|
class |
ImmutableResultsSummaryImpl |
Modifier and Type | Method and Description |
---|---|
void |
BitbucketServerBuildWarningsUpdater.deleteBuildWarnings(VcsRepositoryData repository,
String changeSetId,
ImmutableChainResultsSummary resultsSummary) |
boolean |
BitbucketServerBuildWarningsUpdater.sendBuildWarnings(VcsRepositoryData repository,
String changesetId,
ImmutableChainResultsSummary resultsSummary,
BuildWarningSummary warningSummary,
Iterable<WarningAnnotation> warnings) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.stash.rest.client.api.entity.Report |
BuildWarningsStashClientConverter.generateReport(String reportKey,
ImmutableChainResultsSummary resultsSummary,
BuildWarningSummary warningsSummary) |
Modifier and Type | Method and Description |
---|---|
ImmutableChainResultsSummary |
ParameterisedManualBuild.getResultSummary() |
Modifier and Type | Method and Description |
---|---|
void |
VcsBuildWarningsUpdater.deleteBuildWarnings(VcsRepositoryData repository,
String changeSetId,
ImmutableChainResultsSummary resultsSummary)
Removes all warnings previously sent by Bamboo for the given repository used in a build.
|
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.