Uses of Interface
com.atlassian.bamboo.chains.ImmutableChainResultsSummary
-
-
Uses of ImmutableChainResultsSummary in com.atlassian.bamboo.chains
Subinterfaces of ImmutableChainResultsSummary in com.atlassian.bamboo.chains Modifier and Type Interface Description interface
ChainResultsSummary
Represents an execution result of aChain
Classes in com.atlassian.bamboo.chains that implement ImmutableChainResultsSummary Modifier and Type Class Description class
ChainResultsSummaryImpl
-
Uses of ImmutableChainResultsSummary in com.atlassian.bamboo.plan.cache
Classes in com.atlassian.bamboo.plan.cache that implement ImmutableChainResultsSummary Modifier and Type Class Description class
ImmutableResultsSummaryImpl
-
Uses of ImmutableChainResultsSummary in com.atlassian.bamboo.plugins.stash
Methods in com.atlassian.bamboo.plugins.stash with parameters of type ImmutableChainResultsSummary Modifier and Type Method Description void
BitbucketServerBuildWarningsUpdater. deleteBuildWarnings(@NotNull VcsRepositoryData repository, @NotNull String changeSetId, @NotNull ImmutableChainResultsSummary resultsSummary)
boolean
BitbucketServerBuildWarningsUpdater. sendBuildWarnings(@NotNull VcsRepositoryData repository, @NotNull String changesetId, @NotNull ImmutableChainResultsSummary resultsSummary, @NotNull BuildWarningSummary warningSummary, @NotNull Iterable<WarningAnnotation> warnings)
-
Uses of ImmutableChainResultsSummary in com.atlassian.bamboo.plugins.stash.warning
Methods in com.atlassian.bamboo.plugins.stash.warning with parameters of type ImmutableChainResultsSummary 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 ImmutableChainResultsSummary in com.atlassian.bamboo.v2.ww2.build
Methods in com.atlassian.bamboo.v2.ww2.build that return ImmutableChainResultsSummary Modifier and Type Method Description ImmutableChainResultsSummary
ParameterisedManualBuild. getResultSummary()
-
Uses of ImmutableChainResultsSummary in com.atlassian.bamboo.vcs.runtime
Methods in com.atlassian.bamboo.vcs.runtime with parameters of type ImmutableChainResultsSummary Modifier and Type Method Description void
VcsBuildWarningsUpdater. deleteBuildWarnings(@NotNull VcsRepositoryData repository, @NotNull String changeSetId, @NotNull ImmutableChainResultsSummary resultsSummary)
Removes all warnings previously sent by Bamboo for the given repository used in a build.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.
-