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