Package com.atlassian.bamboo.event.rss
Class RssEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- com.atlassian.event.Event
-
- com.atlassian.bamboo.event.rss.RssEvent
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RssErrorEvent
,RssSuccessfulEvent
public abstract class RssEvent extends com.atlassian.event.Event
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull Collection<Long>
getAffectedDeploymentProjects()
@NotNull Collection<RssAffectedPlan>
getAffectedPlans()
@NotNull List<CommitContext>
getCommits()
@NotNull String
getLogFilename()
VcsRepositoryData
getRepositoryData()
Long
getVcsLocationBambooSpecsStateId()
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
RssEvent
public RssEvent(@NotNull @NotNull Object source, @NotNull @NotNull VcsRepositoryData repositoryData, @NotNull @NotNull List<CommitContext> commits, @NotNull @NotNull Collection<RssAffectedPlan> affectedPlans, @NotNull @NotNull Collection<Long> affectedDeploymentProjects, @NotNull @NotNull Long vcsLocationBambooSpecsStateId, @NotNull @NotNull String logFilename)
-
-
Method Detail
-
getRepositoryData
public VcsRepositoryData getRepositoryData()
-
getCommits
@NotNull public @NotNull List<CommitContext> getCommits()
-
getAffectedPlans
@NotNull public @NotNull Collection<RssAffectedPlan> getAffectedPlans()
-
getAffectedDeploymentProjects
@NotNull public @NotNull Collection<Long> getAffectedDeploymentProjects()
-
getVcsLocationBambooSpecsStateId
public Long getVcsLocationBambooSpecsStateId()
-
getLogFilename
@NotNull public @NotNull String getLogFilename()
-
-