@AsynchronousPreferred public class RssErrorEvent extends RssEvent
source
Constructor and Description |
---|
RssErrorEvent(Object source,
VcsRepositoryData repositoryData,
String errorMessage,
List<CommitContext> commits,
Collection<RssAffectedPlan> affectedPlans,
Collection<Long> notUpdatedDeploymentProjects) |
Modifier and Type | Method and Description |
---|---|
String |
getErrorMessage() |
Collection<Long> |
getNotUpdatedDeploymentProjects() |
Collection<RssAffectedPlan> |
getNotUpdatedPlans() |
getAffectedDeploymentProjects, getAffectedPlans, getCommits, getRepositoryData
getSource, toString
public RssErrorEvent(@NotNull Object source, @NotNull VcsRepositoryData repositoryData, @NotNull String errorMessage, @NotNull List<CommitContext> commits, @NotNull Collection<RssAffectedPlan> affectedPlans, @NotNull Collection<Long> notUpdatedDeploymentProjects)
public String getErrorMessage()
@NotNull public Collection<RssAffectedPlan> getNotUpdatedPlans()
@NotNull public Collection<Long> getNotUpdatedDeploymentProjects()
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.