Class SprintStartedAnalyticsEvent
java.lang.Object
com.atlassian.greenhopper.analytics.SprintStartedAnalyticsEvent
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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Specify if sprint was started manually by the user or by the automationSprintAutoStartService
-
Constructor Summary
ConstructorsConstructorDescriptionSprintStartedAnalyticsEvent
(Long sprintId, org.joda.time.DateTime startDate, org.joda.time.DateTime endDate, org.joda.time.DateTime activatedDate, SprintStartedAnalyticsEvent.SprintTypeOfStartAction typeOfStartAction, boolean synced) -
Method Summary
-
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
-
getStartDate
-
getEndDate
-
getActivatedDate
-
getAuto
public int getAuto() -
isSynced
public boolean isSynced()
-