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(@NotNull PlanResultKey chainResultKey,
boolean rebuild,
@NotNull Collection<BuildWarningSummary> chainWarningSummaries,
@NotNull Collection<BuildWarning.RepositoryChangeset> affectedChangesets,
@NotNull Map<String,String> artifactHandlerConfiguration,
@NotNull 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
@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)
public PlanResultKey getChainResultKey()
public boolean isRebuild()
public Collection<BuildWarning.Artifact> getArtifacts()
public BuildWarning.RepositoryNotificationInfo getRepositoryNotificationInfo(Long repositoryId)
public Collection<Long> getRepositoryIds()
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.