Class SprintUpdatedAnalyticsEvent
java.lang.Object
com.atlassian.greenhopper.analytics.SprintUpdatedAnalyticsEvent
This analytic event is published when user updates a sprint properties.
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 Summary
ConstructorsConstructorDescriptionSprintUpdatedAnalyticsEvent
(Long sprintId, org.joda.time.DateTime startDate, org.joda.time.DateTime endDate, org.joda.time.DateTime activatedDate, Sprint.State state, boolean synced, List<String> changedFields) -
Method Summary
-
Constructor Details
-
SprintUpdatedAnalyticsEvent
public SprintUpdatedAnalyticsEvent(Long sprintId, org.joda.time.DateTime startDate, org.joda.time.DateTime endDate, org.joda.time.DateTime activatedDate, Sprint.State state, boolean synced, List<String> changedFields)
-
-
Method Details
-
getSprintId
-
getStartDate
-
getEndDate
-
getState
-
isSynced
public boolean isSynced() -
getChangedFields
-