Class IssuesStatisticEvent
java.lang.Object
com.atlassian.jira.analytics.event.IssuesStatisticEvent
-
Constructor Summary
ConstructorsConstructorDescriptionIssuesStatisticEvent(long issues, long comments, long issueTypes, long statuses, long resolutions, long versions, long components, long securityLevels, long screens, long screenSchemes) -
Method Summary
-
Constructor Details
-
IssuesStatisticEvent
public IssuesStatisticEvent(long issues, long comments, long issueTypes, long statuses, long resolutions, long versions, long components, long securityLevels, long screens, long screenSchemes)
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
getIssues
public long getIssues() -
getComments
public long getComments() -
getIssueTypes
public long getIssueTypes() -
getStatuses
public long getStatuses() -
getResolutions
public long getResolutions() -
getVersions
public long getVersions() -
getComponents
public long getComponents() -
getSecurityLevels
public long getSecurityLevels() -
getScreens
public long getScreens() -
getScreenSchemes
public long getScreenSchemes()
-