Class BuildWarning
java.lang.Object
com.atlassian.bamboo.build.warning.BuildWarning
Contains details about chain result warnings to be sent to repository.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
-
Constructor Summary
ConstructorDescriptionBuildWarning
(@NotNull PlanResultKey chainResultKey, boolean rebuild, @NotNull Collection<BuildWarningSummary> chainWarningSummaries, @NotNull Collection<BuildWarning.RepositoryChangeset> affectedChangesets, @NotNull Map<String, String> artifactHandlerConfiguration, @NotNull Collection<BuildWarning.Artifact> artifacts) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getRepositoryNotificationInfo
(Long repositoryId) int
hashCode()
boolean
toString()
-
Constructor Details
-
BuildWarning
public BuildWarning(@NotNull @NotNull PlanResultKey chainResultKey, boolean rebuild, @NotNull @NotNull Collection<BuildWarningSummary> chainWarningSummaries, @NotNull @NotNull Collection<BuildWarning.RepositoryChangeset> affectedChangesets, @NotNull @NotNull Map<String, String> artifactHandlerConfiguration, @NotNull @NotNull Collection<BuildWarning.Artifact> artifacts)
-
-
Method Details