public abstract class RssEvent
extends com.atlassian.event.Event
source
Constructor and Description |
---|
RssEvent(Object source,
VcsRepositoryData repositoryData,
List<CommitContext> commits,
Collection<Key> affectedPlans,
Collection<Long> affectedDeploymentProjects) |
Modifier and Type | Method and Description |
---|---|
Collection<Long> |
getAffectedDeploymentProjects() |
Collection<Key> |
getAffectedPlans() |
List<CommitContext> |
getCommits() |
VcsRepositoryData |
getRepositoryData() |
getSource, toString
public RssEvent(@NotNull Object source, @NotNull VcsRepositoryData repositoryData, @NotNull List<CommitContext> commits, @NotNull Collection<Key> affectedPlans, @NotNull Collection<Long> affectedDeploymentProjects)
public VcsRepositoryData getRepositoryData()
@NotNull public List<CommitContext> getCommits()
@NotNull public Collection<Key> getAffectedPlans()
@NotNull public Collection<Long> getAffectedDeploymentProjects()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.