Package com.atlassian.bamboo.event.rss
Class RssSuccessfulEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.bamboo.event.BambooEvent
com.atlassian.bamboo.event.rss.RssEvent
com.atlassian.bamboo.event.rss.RssSuccessfulEvent
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionRssSuccessfulEvent
(@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
Methods inherited from class com.atlassian.bamboo.event.rss.RssEvent
getAffectedDeploymentProjects, getAffectedPlans, getCommits, getLogFilename, getRepositoryData, getVcsLocationBambooSpecsStateId
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
-
RssSuccessfulEvent
public RssSuccessfulEvent(@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)
-