Uses of Class
com.atlassian.bamboo.build.warning.WarningAnnotation
-
Packages that use WarningAnnotation Package Description com.atlassian.bamboo.build.warning com.atlassian.bamboo.plugins.stash com.atlassian.bamboo.plugins.stash.warning com.atlassian.bamboo.vcs.runtime -
-
Uses of WarningAnnotation in com.atlassian.bamboo.build.warning
Methods in com.atlassian.bamboo.build.warning that return WarningAnnotation Modifier and Type Method Description WarningAnnotation
WarningAnnotation.Builder. build()
Method parameters in com.atlassian.bamboo.build.warning with type arguments of type WarningAnnotation Modifier and Type Method Description void
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 WarningAnnotation 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 WarningAnnotation in com.atlassian.bamboo.plugins.stash.warning
Methods in com.atlassian.bamboo.plugins.stash.warning with parameters of type WarningAnnotation Modifier and Type Method Description @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 WarningAnnotation 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.
-