Package com.atlassian.bamboo.event.rss
Class RssErrorEvent
- 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.RssErrorEvent
-
- All Implemented Interfaces:
Serializable
@AsynchronousPreferred public class RssErrorEvent extends RssEvent
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description RssErrorEvent(@NotNull Object source, @NotNull VcsRepositoryData repositoryData, @NotNull String errorMessage, @NotNull List<CommitContext> commits, @NotNull Collection<RssAffectedPlan> affectedPlans, @NotNull Collection<Long> notUpdatedDeploymentProjects, @NotNull Long vcsLocationBambooSpecsStateId, @NotNull String logFilename)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getErrorMessage()
@NotNull Collection<Long>
getNotUpdatedDeploymentProjects()
@NotNull Collection<RssAffectedPlan>
getNotUpdatedPlans()
-
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
-
RssErrorEvent
public RssErrorEvent(@NotNull @NotNull Object source, @NotNull @NotNull VcsRepositoryData repositoryData, @NotNull @NotNull String errorMessage, @NotNull @NotNull List<CommitContext> commits, @NotNull @NotNull Collection<RssAffectedPlan> affectedPlans, @NotNull @NotNull Collection<Long> notUpdatedDeploymentProjects, @NotNull @NotNull Long vcsLocationBambooSpecsStateId, @NotNull @NotNull String logFilename)
-
-
Method Detail
-
getErrorMessage
public String getErrorMessage()
-
getNotUpdatedPlans
@NotNull public @NotNull Collection<RssAffectedPlan> getNotUpdatedPlans()
-
getNotUpdatedDeploymentProjects
@NotNull public @NotNull Collection<Long> getNotUpdatedDeploymentProjects()
-
-