Class BackgroundJobFailedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.confluence.event.events.ConfluenceEvent
com.atlassian.confluence.event.events.backgroundjob.BackgroundJobFailedEvent
All Implemented Interfaces:
Serializable

public class BackgroundJobFailedEvent extends ConfluenceEvent
See Also:
  • Constructor Details

    • BackgroundJobFailedEvent

      public BackgroundJobFailedEvent(Object src, Long id, String type, int iterationNumber, int numberOfFailures)
  • Method Details

    • getId

      public Long getId()
    • getType

      public String getType()
    • getIterationNumber

      public int getIterationNumber()
    • getNumberOfFailures

      public int getNumberOfFailures()