Class CustomFieldDetailsStatisticEventBuilder
java.lang.Object
com.atlassian.jira.analytics.statistics.customfields.details.CustomFieldDetailsStatisticEventBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()setAtlassianPluginSearcher(boolean atlassianPluginSearcher) setAtlassianPluginType(boolean atlassianPluginType) setGlobalContext(boolean globalContext) setIssuesWithValue(Long issuesWithValue) setLastUsedTimestamp(Long lastUsedTimestamp) setLockedField(boolean lockedField) setNumberOfArchivedProjects(long numberOfArchivedProjects) setNumberOfNonGlobalContexts(long numberOfNonGlobalContexts) setNumberOfProjects(long numberOfProjects) setNumberOfScreens(long numberOfScreens) setProjectIds(Collection<Long> projectIds) setScreenIds(Collection<Long> screenIds) setSearcherNameHash(Long searcherNameHash) setSearcherPluginKeyHash(Long searcherPluginKeyHash) setTypeNameHash(Long typeNameHash) setTypePluginKeyHash(Long typePluginKeyHash)
-
Method Details
-
forField
-
setTypePluginKeyHash
-
setTypeNameHash
-
setAtlassianPluginType
-
setSearcherPluginKeyHash
-
setSearcherNameHash
-
setAtlassianPluginSearcher
public CustomFieldDetailsStatisticEventBuilder setAtlassianPluginSearcher(boolean atlassianPluginSearcher) -
setIssuesWithValue
-
setLastUsedTimestamp
-
setLockedField
-
setGlobalContext
-
setNumberOfProjects
-
setNumberOfArchivedProjects
public CustomFieldDetailsStatisticEventBuilder setNumberOfArchivedProjects(long numberOfArchivedProjects) -
setNumberOfScreens
-
setProjectIds
-
setScreenIds
-
setNumberOfNonGlobalContexts
public CustomFieldDetailsStatisticEventBuilder setNumberOfNonGlobalContexts(long numberOfNonGlobalContexts) -
build
-