Class CustomFieldDetailsStatisticEvent
java.lang.Object
com.atlassian.jira.analytics.statistics.customfields.details.CustomFieldDetailsStatisticEvent
-
Constructor Summary
ConstructorsConstructorDescriptionCustomFieldDetailsStatisticEvent(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 Summary
-
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
-
getTypePluginKeyHash
-
getTypeNameHash
-
getSearcherPluginKeyHash
-
getSearcherNameHash
-
getIssuesWithValue
-
getLastUsedTimestamp
-
isLockedField
public boolean isLockedField() -
isGlobalContext
public boolean isGlobalContext() -
getNumberOfProjects
public long getNumberOfProjects() -
getNumberOfScreens
public long getNumberOfScreens() -
getProjectIds
-
getScreenIds
-
getNumberOfArchivedProjects
public long getNumberOfArchivedProjects() -
isAtlassianPluginType
public boolean isAtlassianPluginType() -
isAtlassianPluginSearcher
public boolean isAtlassianPluginSearcher() -
getNumberOfNonGlobalContexts
public long getNumberOfNonGlobalContexts()
-