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,
String logFilename) |
Modifier and Type | Method and Description |
---|---|
Collection<Long> |
getAffectedDeploymentProjects() |
Collection<RssAffectedPlan> |
getAffectedPlans() |
List<CommitContext> |
getCommits() |
String |
getLogFilename() |
VcsRepositoryData |
getRepositoryData() |
Long |
getVcsLocationBambooSpecsStateId() |
getSource, toString
public RssEvent(@NotNull Object source, @NotNull VcsRepositoryData repositoryData, @NotNull List<CommitContext> commits, @NotNull Collection<RssAffectedPlan> affectedPlans, @NotNull Collection<Long> affectedDeploymentProjects, @NotNull Long vcsLocationBambooSpecsStateId, @NotNull String logFilename)
public VcsRepositoryData getRepositoryData()
@NotNull public List<CommitContext> getCommits()
@NotNull public Collection<RssAffectedPlan> getAffectedPlans()
@NotNull public Collection<Long> getAffectedDeploymentProjects()
public Long getVcsLocationBambooSpecsStateId()
@NotNull public String getLogFilename()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.