public class BuildWarning extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BuildWarning.Artifact |
static class |
BuildWarning.RepositoryChangeset |
static class |
BuildWarning.RepositoryNotificationInfo |
Constructor and Description |
---|
BuildWarning(PlanResultKey chainResultKey,
boolean rebuild,
Collection<BuildWarningSummary> chainWarningSummaries,
Collection<BuildWarning.RepositoryChangeset> affectedChangesets,
Map<String,String> artifactHandlerConfiguration,
Collection<BuildWarning.Artifact> artifacts) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Map<String,String> |
getArtifactHandlerConfiguration() |
Collection<BuildWarning.Artifact> |
getArtifacts() |
PlanResultKey |
getChainResultKey() |
Collection<Long> |
getRepositoryIds() |
BuildWarning.RepositoryNotificationInfo |
getRepositoryNotificationInfo(Long repositoryId) |
int |
hashCode() |
boolean |
isRebuild() |
String |
toString() |
public 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)
public PlanResultKey getChainResultKey()
public boolean isRebuild()
public Collection<BuildWarning.Artifact> getArtifacts()
public BuildWarning.RepositoryNotificationInfo getRepositoryNotificationInfo(Long repositoryId)
public Collection<Long> getRepositoryIds()
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.