Package com.atlassian.bamboo.event.rss
Class RssEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.bamboo.event.BambooEvent
com.atlassian.bamboo.event.rss.RssEvent
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RssErrorEvent
,RssSuccessfulEvent
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionRssEvent
(@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
Modifier and TypeMethodDescription@NotNull Collection<Long>
@NotNull Collection<RssAffectedPlan>
@NotNull List<CommitContext>
@NotNull String
Methods inherited from class com.atlassian.bamboo.event.BambooEvent
equals, hashCode
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
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 Details
-
getRepositoryData
-
getCommits
-
getAffectedPlans
-
getAffectedDeploymentProjects
-
getVcsLocationBambooSpecsStateId
-
getLogFilename
-