Uses of Class
com.atlassian.bamboo.build.warning.WarningAnnotation
Packages that use WarningAnnotation
Package
Description
-
Uses of WarningAnnotation in com.atlassian.bamboo.build.warning
Methods in com.atlassian.bamboo.build.warning that return WarningAnnotationMethod parameters in com.atlassian.bamboo.build.warning with type arguments of type WarningAnnotationModifier and TypeMethodDescriptionvoid
BuildWarningSummaryCollationService.appendWarningAnnotations
(@NotNull TaskContext taskContext, @NotNull Iterable<WarningAnnotation> annotations, @NotNull Long associatedRepositoryId) Adds warnings to a warnings file and updates the warnings summary for a build result.void
BuildWarningSummaryCollationServiceImpl.appendWarningAnnotations
(@NotNull TaskContext taskContext, @NotNull Iterable<WarningAnnotation> annotations, @NotNull Long associatedRepositoryId) -
Uses of WarningAnnotation in com.atlassian.bamboo.plugins.stash
Method parameters in com.atlassian.bamboo.plugins.stash with type arguments of type WarningAnnotationModifier and TypeMethodDescriptionboolean
BitbucketServerBuildWarningsUpdater.sendBuildWarnings
(@NotNull VcsRepositoryData repository, @NotNull String changesetId, @NotNull ImmutableChainResultsSummary resultsSummary, @NotNull BuildWarningSummary warningSummary, @NotNull Iterable<WarningAnnotation> warnings) -
Uses of WarningAnnotation in com.atlassian.bamboo.plugins.stash.warning
Methods in com.atlassian.bamboo.plugins.stash.warning with parameters of type WarningAnnotationModifier and TypeMethodDescription@NotNull Optional<com.atlassian.stash.rest.client.api.entity.CodeAnnotation>
BuildWarningsStashClientConverter.generateCodeAnnotation
(@NotNull String reportKey, @NotNull WarningAnnotation warning) -
Uses of WarningAnnotation in com.atlassian.bamboo.vcs.runtime
Method parameters in com.atlassian.bamboo.vcs.runtime with type arguments of type WarningAnnotationModifier and TypeMethodDescriptionboolean
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.