Class CustomFieldDetailsStatisticEvent

java.lang.Object
com.atlassian.jira.analytics.statistics.customfields.details.CustomFieldDetailsStatisticEvent

@AsynchronousPreferred public class CustomFieldDetailsStatisticEvent extends Object
  • Constructor Details

    • CustomFieldDetailsStatisticEvent

      public CustomFieldDetailsStatisticEvent(Long id, Long typePluginKeyHash, Long typeNameHash, boolean atlassianPluginType, Long searcherPluginKeyHash, Long searcherNameHash, boolean atlassianPluginSearcher, Long issuesWithValue, Long lastUsedTimestamp, boolean lockedField, boolean globalContext, long numberOfNonGlobalContexts, long numberOfProjects, long numberOfArchivedProjects, long numberOfScreens, Collection<Long> projectIds, Collection<Long> screenIds)
  • Method Details

    • getId

      public Long getId()
    • getTypePluginKeyHash

      public Long getTypePluginKeyHash()
    • getTypeNameHash

      public Long getTypeNameHash()
    • getSearcherPluginKeyHash

      public Long getSearcherPluginKeyHash()
    • getSearcherNameHash

      public Long getSearcherNameHash()
    • getIssuesWithValue

      public Long getIssuesWithValue()
    • getLastUsedTimestamp

      public Long getLastUsedTimestamp()
    • isLockedField

      public boolean isLockedField()
    • isGlobalContext

      public boolean isGlobalContext()
    • getNumberOfProjects

      public long getNumberOfProjects()
    • getNumberOfScreens

      public long getNumberOfScreens()
    • getProjectIds

      public Collection<Long> getProjectIds()
    • getScreenIds

      public Collection<Long> getScreenIds()
    • getNumberOfArchivedProjects

      public long getNumberOfArchivedProjects()
    • isAtlassianPluginType

      public boolean isAtlassianPluginType()
    • isAtlassianPluginSearcher

      public boolean isAtlassianPluginSearcher()
    • getNumberOfNonGlobalContexts

      public long getNumberOfNonGlobalContexts()