Class SprintStartedAnalyticsEvent

java.lang.Object
com.atlassian.greenhopper.analytics.SprintStartedAnalyticsEvent

public class SprintStartedAnalyticsEvent extends Object
This analytic event is published when user starts a sprint. The analytics is collected in both - frontend and backend, to determine from where the request comes from, and possibly differentiate API usage by plugins from Jira Software application.
  • Constructor Details

    • SprintStartedAnalyticsEvent

      public SprintStartedAnalyticsEvent(Long sprintId, org.joda.time.DateTime startDate, org.joda.time.DateTime endDate, org.joda.time.DateTime activatedDate, SprintStartedAnalyticsEvent.SprintTypeOfStartAction typeOfStartAction, boolean synced)
  • Method Details

    • getSprintId

      public Long getSprintId()
    • getStartDate

      public Long getStartDate()
    • getEndDate

      public Long getEndDate()
    • getActivatedDate

      public Long getActivatedDate()
    • getAuto

      public int getAuto()
    • isSynced

      public boolean isSynced()