Modifier and Type | Method and Description |
---|---|
Collection<BuildWarningSummary> |
ViewBuildResults.getWarnings() |
Modifier and Type | Method and Description |
---|---|
BuildWarningSummary |
BuildWarning.RepositoryNotificationInfo.getSummary() |
Constructor and Description |
---|
RepositoryNotificationInfo(BuildWarningSummary summary,
Collection<String> changeSets) |
Constructor and Description |
---|
BuildWarning(PlanResultKey chainResultKey,
boolean rebuild,
Collection<BuildWarningSummary> chainWarningSummaries,
Collection<BuildWarning.RepositoryChangeset> affectedChangesets,
Map<String,String> artifactHandlerConfiguration,
Collection<BuildWarning.Artifact> artifacts) |
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 |
---|---|
com.atlassian.stash.rest.client.api.entity.Report |
BuildWarningsStashClientConverter.generateReport(String reportKey,
ImmutableChainResultsSummary resultsSummary,
BuildWarningSummary warningsSummary) |
Modifier and Type | Method and Description |
---|---|
void |
BuildWarningSummary.append(BuildWarningSummary summary) |
Modifier and Type | Method and Description |
---|---|
Collection<BuildWarningSummary> |
BuildResultWarningSummaryManagerImpl.findByResultSummary(long resultSummaryId) |
Collection<BuildWarningSummary> |
BuildResultWarningSummaryManager.findByResultSummary(long resultSummaryId) |
Modifier and Type | Method and Description |
---|---|
FinalHashSet<BuildWarningSummary> |
CurrentBuildResultImpl.getBuildWarningSummaries() |
Collection<BuildWarningSummary> |
CurrentBuildResult.getBuildWarningSummaries() |
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.
|
Modifier and Type | Method and Description |
---|---|
Collection<BuildWarningSummary> |
ViewChainResult.getWarnings() |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.