Uses of Class
com.atlassian.bamboo.results.warning.BuildWarningSummary
-
-
Uses of BuildWarningSummary in com.atlassian.bamboo.build
Methods in com.atlassian.bamboo.build that return types with arguments of type BuildWarningSummary Modifier and Type Method Description Collection<BuildWarningSummary>
ViewBuildResults. getWarnings()
-
Uses of BuildWarningSummary in com.atlassian.bamboo.build.warning
Methods in com.atlassian.bamboo.build.warning that return BuildWarningSummary Modifier and Type Method Description BuildWarningSummary
BuildWarning.RepositoryNotificationInfo. getSummary()
Constructors in com.atlassian.bamboo.build.warning with parameters of type BuildWarningSummary Constructor Description RepositoryNotificationInfo(BuildWarningSummary summary, Collection<String> changeSets)
Constructor parameters in com.atlassian.bamboo.build.warning with type arguments of type BuildWarningSummary Constructor Description BuildWarning(@NotNull PlanResultKey chainResultKey, boolean rebuild, @NotNull Collection<BuildWarningSummary> chainWarningSummaries, @NotNull Collection<BuildWarning.RepositoryChangeset> affectedChangesets, @NotNull Map<String,String> artifactHandlerConfiguration, @NotNull Collection<BuildWarning.Artifact> artifacts)
-
Uses of BuildWarningSummary in com.atlassian.bamboo.plugins.stash
Methods in com.atlassian.bamboo.plugins.stash with parameters of type BuildWarningSummary Modifier and Type Method Description boolean
BitbucketServerBuildWarningsUpdater. sendBuildWarnings(@NotNull VcsRepositoryData repository, @NotNull String changesetId, @NotNull ImmutableChainResultsSummary resultsSummary, @NotNull BuildWarningSummary warningSummary, @NotNull Iterable<WarningAnnotation> warnings)
-
Uses of BuildWarningSummary in com.atlassian.bamboo.plugins.stash.warning
Methods in com.atlassian.bamboo.plugins.stash.warning with parameters of type BuildWarningSummary Modifier and Type Method Description @NotNull com.atlassian.stash.rest.client.api.entity.Report
BuildWarningsStashClientConverter. generateReport(@NotNull String reportKey, @NotNull ImmutableChainResultsSummary resultsSummary, @NotNull BuildWarningSummary warningsSummary)
-
Uses of BuildWarningSummary in com.atlassian.bamboo.results.warning
Methods in com.atlassian.bamboo.results.warning with parameters of type BuildWarningSummary Modifier and Type Method Description void
BuildWarningSummary. append(@NotNull BuildWarningSummary summary)
-
Uses of BuildWarningSummary in com.atlassian.bamboo.resultsummary.warning
Methods in com.atlassian.bamboo.resultsummary.warning that return types with arguments of type BuildWarningSummary Modifier and Type Method Description @NotNull Collection<BuildWarningSummary>
BuildResultWarningSummaryManager. findByResultSummary(long resultSummaryId)
@NotNull Collection<BuildWarningSummary>
BuildResultWarningSummaryManagerImpl. findByResultSummary(long resultSummaryId)
-
Uses of BuildWarningSummary in com.atlassian.bamboo.v2.build
Methods in com.atlassian.bamboo.v2.build that return types with arguments of type BuildWarningSummary Modifier and Type Method Description Collection<BuildWarningSummary>
CurrentBuildResult. getBuildWarningSummaries()
FinalHashSet<BuildWarningSummary>
CurrentBuildResultImpl. getBuildWarningSummaries()
-
Uses of BuildWarningSummary in com.atlassian.bamboo.vcs.runtime
Methods in com.atlassian.bamboo.vcs.runtime with parameters of type BuildWarningSummary Modifier and Type Method Description boolean
VcsBuildWarningsUpdater. sendBuildWarnings(@NotNull VcsRepositoryData repository, @NotNull String changesetId, @NotNull ImmutableChainResultsSummary resultsSummary, @NotNull BuildWarningSummary warningSummary, @NotNull Iterable<WarningAnnotation> warnings)
Sends build warnings for the given repository used in a build. -
Uses of BuildWarningSummary in com.atlassian.bamboo.ww2.actions.chains
Methods in com.atlassian.bamboo.ww2.actions.chains that return types with arguments of type BuildWarningSummary Modifier and Type Method Description Collection<BuildWarningSummary>
ViewChainResult. getWarnings()
-