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

public abstract class RssEvent extends BambooEvent
See Also:
  • Constructor Details

  • Method Details

    • 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()