Package com.atlassian.bamboo.event.rss
Class RssSuccessfulEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- com.atlassian.event.Event
-
- com.atlassian.bamboo.event.rss.RssEvent
-
- com.atlassian.bamboo.event.rss.RssSuccessfulEvent
-
- All Implemented Interfaces:
Serializable
@AsynchronousPreferred public class RssSuccessfulEvent extends RssEvent
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description RssSuccessfulEvent(@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 java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
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)
-
-