Uses of Interface
com.atlassian.jira.task.context.Context
Packages that use Context
Package
Description
-
Uses of Context in com.atlassian.jira.appconsistency.integrity
Methods in com.atlassian.jira.appconsistency.integrity with parameters of type ContextModifier and TypeMethodDescriptionIntegrityChecker.correctWithIdsWithProgress
(List<Long> checkIds, Context context) Since 9.11 - progress aware version of {@link this#correctWithIds(List)}IntegrityChecker.previewWithIdsWithProgress
(List<Long> checkIds, Context context) Since 9.11 - progress aware version of {@link this#previewWithIds(List)} -
Uses of Context in com.atlassian.jira.appconsistency.integrity.integritycheck
Methods in com.atlassian.jira.appconsistency.integrity.integritycheck with parameters of type ContextModifier and TypeMethodDescription -
Uses of Context in com.atlassian.jira.bc.issue.watcher
Methods in com.atlassian.jira.bc.issue.watcher with parameters of type ContextModifier and TypeMethodDescriptionDefaultWatcherService.addWatcherToAll
(Collection<Issue> issues, ApplicationUser remoteUser, ApplicationUser watcher, Context taskContext) WatcherService.addWatcherToAll
(Collection<Issue> issues, ApplicationUser remoteUser, ApplicationUser watcher, Context taskContext) Adds a watcher to all of the supplied issues.DefaultWatcherService.removeWatcherFromAll
(Collection<Issue> issues, ApplicationUser remoteUser, ApplicationUser watcher, Context taskContext) WatcherService.removeWatcherFromAll
(Collection<Issue> issues, ApplicationUser remoteUser, ApplicationUser watcher, Context taskContext) Removes a watcher from all of the supplied issues. -
Uses of Context in com.atlassian.jira.bulkedit.operation
Methods in com.atlassian.jira.bulkedit.operation with parameters of type ContextModifier and TypeMethodDescriptionvoid
BulkMoveOperation.moveIssuesAndIndex
(BulkEditBean bulkEditBean, ApplicationUser applicationUser, Context taskContext) void
BulkMoveOperationImpl.moveIssuesAndIndex
(BulkEditBean bulkEditBean, ApplicationUser applicationUser, Context taskContext) void
BulkArchiveOperation.perform
(BulkEditBean bulkEditBean, ApplicationUser applicationUser, Context taskContext) void
BulkDeleteOperation.perform
(BulkEditBean bulkEditBean, ApplicationUser applicationUser, Context taskContext) void
BulkEditOperation.perform
(BulkEditBean bulkEditBean, ApplicationUser applicationUser, Context taskContext) void
BulkMigrateOperation.perform
(BulkEditBean rootBulkEditBean, ApplicationUser applicationUser, Context taskContext) void
BulkMoveOperationImpl.perform
(BulkEditBean bulkEditBean, ApplicationUser applicationUser, Context taskContext) Performs the operation on the given set of issuesvoid
BulkUnwatchOperation.perform
(BulkEditBean bulkEditBean, ApplicationUser remoteUser, Context taskContext) void
BulkWatchOperation.perform
(BulkEditBean bulkEditBean, ApplicationUser remoteUser, Context taskContext) void
BulkWorkflowTransitionOperation.perform
(BulkEditBean bulkEditBean, ApplicationUser applicationUser, Context taskContext) void
ProgressAwareBulkOperation.perform
(BulkEditBean bulkEditBean, ApplicationUser remoteUser, Context taskContext) Performs the operation on the given set of issues and updates the progress. -
Uses of Context in com.atlassian.jira.index
Methods in com.atlassian.jira.index with parameters of type ContextModifier and TypeMethodDescriptionvoid
IssueIndexHelper.fixupConcurrentlyIndexedIssues
(Context context, AccumulatingResultBuilder resultBuilder, BackgroundIndexListener backgroundIndexListener, IssueIndexingParams issueIndexingParams) -
Uses of Context in com.atlassian.jira.index.ha
Methods in com.atlassian.jira.index.ha with parameters of type ContextModifier and TypeMethodDescriptionDefaultIndexRecoveryService.recoverIndexFromBackup
(ApplicationUser user, Context context, I18nHelper i18n, String recoveryFilename, TaskProgressSink taskProgressSink) IndexRecoveryService.recoverIndexFromBackup
(ApplicationUser user, Context context, I18nHelper i18n, String recoveryFilename, TaskProgressSink taskProgressSink) Recovers an index from an index backup -
Uses of Context in com.atlassian.jira.issue
Methods in com.atlassian.jira.issue with parameters of type ContextModifier and TypeMethodDescriptionMap<Long,
io.atlassian.fugue.Either<AttachmentError, Attachment>> AttachmentManager.copyAttachments
(Context context, Issue issue, ApplicationUser author, String newIssueKey) Copy Issue attachments to another issue. -
Uses of Context in com.atlassian.jira.issue.index
Methods in com.atlassian.jira.issue.index with parameters of type ContextModifier and TypeMethodDescriptionlong
long
DefaultIssueIndexer.deindexComments
(Collection<? extends WithId> comments, Context context, boolean shouldReplicate) IssueIndexer.deindexComments
(Collection<? extends WithId> comments, Context context, boolean shouldReplicate) DefaultIssueIndexer.deindexIssues
(Collection<? extends WithId> issues, Context context) DefaultIssueIndexer.deindexIssues
(Collection<? extends WithId> issues, Context context, boolean shouldReplicate) IssueIndexer.deindexIssues
(Collection<? extends WithId> issues, Context context) Delete any existing documents (in the issue index & all related entity indexes) for the Issues represented by the supplied WithIdsIssueIndexer.deindexIssues
(Collection<? extends WithId> issues, Context context, boolean shouldReplicate) Delete any existing documents (in the issue index & all related entity indexes) for the Issues represented by the supplied WithIdsDefaultIssueIndexer.deindexWorklogs
(Collection<? extends WithId> worklogs, Context context, boolean shouldReplicate) IssueIndexer.deindexWorklogs
(Collection<? extends WithId> worklogs, Context context, boolean shouldReplicate) DefaultIssueIndexer.indexIssues
(EnclosedIterable<Issue> issues, Context context, IssueIndexingParams issueIndexingParams) IssueIndexer.indexIssues
(EnclosedIterable<Issue> issues, Context context, IssueIndexingParams issueIndexingParams) Add documents for the supplied issues.DefaultIssueIndexer.indexIssuesBatchMode
(IssuesBatcher batcher, Context context, IssueIndexingParams issueIndexingParams) No other index operations should be called while this method is being calledIssueIndexer.indexIssuesBatchMode
(IssuesBatcher batcher, Context context, IssueIndexingParams issueIndexingParams) Index all issues from the given batcher.long
DefaultIndexManager.reIndexAll
(Context context) long
DefaultIndexManager.reIndexAll
(Context context, boolean useBackgroundIndexing) long
DefaultIndexManager.reIndexAll
(Context context, boolean useBackgroundIndexing, boolean notifyCluster) long
DefaultIndexManager.reIndexAll
(Context context, boolean useBackgroundIndexing, boolean reIndexComments, boolean reIndexChangeHistory, boolean notifyCluster) long
DefaultIndexManager.reIndexAll
(Context context, boolean useBackgroundIndexing, IssueIndexingParams issueIndexingParams, boolean notifyCluster) long
DefaultIndexManager.reIndexAll
(Context context, IssueIndexingParams issueIndexingParams) long
IssueIndexingService.reIndexAll
(Context context, boolean useBackgroundReindexing, boolean notifyCluster) Reindex all issues.long
IssueIndexingService.reIndexAll
(Context context, boolean useBackgroundReindexing, IssueIndexingParams issueIndexingParams, boolean notifyCluster) Reindex all issues.long
IssueIndexManager.reIndexAll
(Context context, boolean useBackgroundReindexing, boolean notifyCluster) Deprecated.long
IssueIndexManager.reIndexAll
(Context context, boolean useBackgroundReindexing, boolean reIndexComments, boolean reIndexChangeHistory, boolean notifyCluster) Deprecated.since v6.4 useIssueIndexManager.reIndexAll(Context, boolean, IssueIndexingParams, boolean)
instead.long
IssueIndexManager.reIndexAll
(Context context, boolean useBackgroundReindexing, IssueIndexingParams issueIndexingParams, boolean notifyCluster) Deprecated.Call this asIssueIndexingService.reIndexAll(Context, boolean, IssueIndexingParams, boolean)
instead.long
DefaultIndexManager.reIndexAllIssuesInBackground
(Context context) DefaultIssueIndexer.reindexComments
(Collection<Comment> comments, Context context, boolean shouldReplicate) IssueIndexer.reindexComments
(Collection<Comment> comments, Context context, boolean shouldReplicate) Reindex a collection of issue comments.long
DefaultIndexManager.reIndexComments
(Collection<Comment> comments, Context context) long
DefaultIndexManager.reIndexComments
(Collection<Comment> comments, Context context, boolean shouldReplicate) long
IssueIndexingService.reIndexComments
(Collection<Comment> comments, Context context) Reindexes a collection of comments.long
IssueIndexingService.reIndexComments
(Collection<Comment> comments, Context context, boolean shouldReplicate) Reindexes a collection of comments.long
IssueIndexManager.reIndexComments
(Collection<Comment> comments, Context context) Deprecated.Call this asIssueIndexingService.reIndexComments(Collection, Context)
instead.long
IssueIndexManager.reIndexComments
(Collection<Comment> comments, Context context, boolean shouldReplicate) Deprecated.Call this asIssueIndexingService.reIndexComments(Collection, Context, boolean)
instead.void
DefaultIndexManager.reindexCommentsInParallel
(Collection<Comment> comments, Context context) DefaultIssueIndexer.reindexCommentsInParallel
(Collection<Comment> comments, Context context) void
InternalIndexingService.reindexCommentsInParallel
(Collection<Comment> comments, Context context) Reindexes comments on multiple threads.IssueIndexer.reindexCommentsInParallel
(Collection<Comment> comments, Context context) Reindex a collection of issue comments on multiple threads.DefaultIssueIndexer.reindexIssues
(EnclosedIterable<Issue> issues, Context context, IssueIndexingParams issueIndexingParams, boolean conditionalUpdate, boolean shouldReplicate) IssueIndexer.reindexIssues
(EnclosedIterable<Issue> issues, Context context, IssueIndexingParams issueIndexingParams, boolean conditionalUpdate, boolean shouldReplicate) Re-index the given issues, delete any existing documents and add new ones.long
DefaultIndexManager.reIndexIssues
(IssuesIterable issuesIterable, Context context) long
DefaultIndexManager.reIndexIssues
(IssuesIterable issuesIterable, Context context, boolean reIndexComments, boolean reIndexChangeHistory) long
DefaultIndexManager.reIndexIssues
(IssuesIterable issuesIterable, Context context, IssueIndexingParams issueIndexingParams) long
DefaultIndexManager.reIndexIssues
(IssuesIterable issuesIterable, Context context, IssueIndexingParams issueIndexingParams, boolean shouldReplicate) long
IssueIndexingService.reIndexIssues
(IssuesIterable issuesIterable, Context context) Reindex a list of issues, passing an optional event that will be set progresslong
IssueIndexingService.reIndexIssues
(IssuesIterable issuesIterable, Context context, IssueIndexingParams issueIndexingParams) Reindex a list of issues, passing an optional event that will be set progress.long
IssueIndexingService.reIndexIssues
(IssuesIterable issuesIterable, Context context, IssueIndexingParams issueIndexingParams, boolean shouldReplicate) Reindex a list of issues, passing an optional Context for providing status updates.long
IssueIndexManager.reIndexIssues
(IssuesIterable issuesIterable, Context context) Deprecated.Call this asIssueIndexingService.reIndexIssues(IssuesIterable, Context)
instead.long
IssueIndexManager.reIndexIssues
(IssuesIterable issuesIterable, Context context, boolean reIndexComments, boolean reIndexChangeHistory) Deprecated.long
IssueIndexManager.reIndexIssues
(IssuesIterable issuesIterable, Context context, IssueIndexingParams issueIndexingParams) Deprecated.Call this asIssueIndexingService.reIndexIssues(IssuesIterable, Context, IssueIndexingParams)
instead.void
DefaultIndexManager.reindexIssuesBatchMode
(Collection<Long> issuesIdsToReindex, Context context, IssueIndexingParams params) DefaultIssueIndexer.reindexIssuesBatchMode
(IssuesBatcher batcher, Context context, IssueIndexingParams issueIndexingParams) No other index operations should be called while this method is being calledvoid
InternalIndexingService.reindexIssuesBatchMode
(Collection<Long> issuesIdsToReindex, Context context, IssueIndexingParams params) Reindexes issues with ids provided withissuesIdsToReindex
.IssueIndexer.reindexIssuesBatchMode
(IssuesBatcher issuesBatcher, Context context, IssueIndexingParams issueIndexingParams) Reindex issues from the given collection.long
DefaultIndexManager.reIndexIssuesInBackground
(Context context, IssueIndexingParams issueIndexingParams) DefaultIssueIndexer.reindexWorklogs
(Collection<Worklog> worklogs, Context context, boolean shouldReplicate) IssueIndexer.reindexWorklogs
(Collection<Worklog> worklogs, Context context, boolean shouldReplicate) long
DefaultIndexManager.reIndexWorklogs
(Collection<Worklog> worklogs, Context context) long
DefaultIndexManager.reIndexWorklogs
(Collection<Worklog> worklogs, Context context, boolean shouldReplicate) long
IssueIndexingService.reIndexWorklogs
(Collection<Worklog> worklogs, Context context) Reindexes a collection of worklogs.long
IssueIndexingService.reIndexWorklogs
(Collection<Worklog> worklogs, Context context, boolean shouldReplicate) Reindexes a collection of worklogs.long
IssueIndexManager.reIndexWorklogs
(Collection<Worklog> worklogs, Context context) Deprecated.Call this asIssueIndexingService.reIndexWorklogs(Collection, Context)
instead.long
IssueIndexManager.reIndexWorklogs
(Collection<Worklog> worklogs, Context context, boolean shouldReplicate) Deprecated.Call this asIssueIndexingService.reIndexWorklogs(Collection, Context, boolean)
instead.void
DefaultIndexManager.reindexWorklogsInParallel
(Collection<Worklog> worklogs, Context context) DefaultIssueIndexer.reindexWorklogsInParallel
(Collection<Worklog> worklogs, Context context) void
InternalIndexingService.reindexWorklogsInParallel
(Collection<Worklog> worklogs, Context context) Reindexes worklogs on multiple threads.IssueIndexer.reindexWorklogsInParallel
(Collection<Worklog> worklogs, Context context) Reindex a collection of issue worklogs on multiple threads. -
Uses of Context in com.atlassian.jira.issue.managers
Methods in com.atlassian.jira.issue.managers with parameters of type ContextModifier and TypeMethodDescriptionMap<Long,
io.atlassian.fugue.Either<AttachmentError, Attachment>> DefaultAttachmentManager.copyAttachments
(Context context, Issue issue, ApplicationUser author, String newIssueKey) -
Uses of Context in com.atlassian.jira.issue.operation
Methods in com.atlassian.jira.issue.operation with parameters of type ContextModifier and TypeMethodDescriptionvoid
BulkTransitionIssueOperation.perform
(BulkEditBean bulkEditBean, ApplicationUser applicationUser, Context taskContext) -
Uses of Context in com.atlassian.jira.issue.watchers
Methods in com.atlassian.jira.issue.watchers with parameters of type ContextModifier and TypeMethodDescriptionDefaultWatcherManager.startWatching
(ApplicationUser user, Collection<Issue> issues, Context taskContext) WatcherManager.startWatching
(ApplicationUser user, Collection<Issue> issues, Context taskContext) Enable watching of a list of issues for the user supplied.DefaultWatcherManager.stopWatching
(ApplicationUser user, Collection<Issue> issues, Context taskContext) WatcherManager.stopWatching
(ApplicationUser user, Collection<Issue> issues, Context taskContext) Disable watching of a list of issues for the user supplied. -
Uses of Context in com.atlassian.jira.mock
Methods in com.atlassian.jira.mock with parameters of type ContextModifier and TypeMethodDescriptionvoid
MockProjectManager.removeProjectIssues
(Project project, Context taskContext) -
Uses of Context in com.atlassian.jira.mock.appconsistency
Methods in com.atlassian.jira.mock.appconsistency with parameters of type Context -
Uses of Context in com.atlassian.jira.mock.issue.index
Methods in com.atlassian.jira.mock.issue.index with parameters of type ContextModifier and TypeMethodDescriptionMockIssueIndexer.deindexComments
(Collection<? extends WithId> comments, Context context, boolean shouldReplicate) MockIssueIndexer.deindexIssues
(Collection<? extends WithId> issues, Context context) MockIssueIndexer.deindexIssues
(Collection<? extends WithId> issues, Context context, boolean shouldReplicate) MockIssueIndexer.deindexWorklogs
(Collection<? extends WithId> worklogs, Context context, boolean shouldReplicate) MockIssueIndexer.indexIssues
(EnclosedIterable<Issue> issues, Context context, IssueIndexingParams issueIndexingParams) MockIssueIndexer.indexIssuesBatchMode
(IssuesBatcher batcher, Context context, IssueIndexingParams issueIndexingParams) MockIssueIndexer.reindexComments
(Collection<Comment> comments, Context context, boolean shouldReplicate) MockIssueIndexer.reindexCommentsInParallel
(Collection<Comment> comments, Context context) MockIssueIndexer.reindexIssues
(EnclosedIterable<Issue> issues, Context context, IssueIndexingParams issueIndexingParams, boolean conditionalUpdate, boolean shouldReplicate) MockIssueIndexer.reindexIssuesBatchMode
(IssuesBatcher issuesBatcher, Context context, IssueIndexingParams issueIndexingParams) MockIssueIndexer.reindexWorklogs
(Collection<Worklog> worklogs, Context context, boolean shouldReplicate) MockIssueIndexer.reindexWorklogsInParallel
(Collection<Worklog> worklogs, Context context) -
Uses of Context in com.atlassian.jira.project
Methods in com.atlassian.jira.project with parameters of type ContextModifier and TypeMethodDescriptionvoid
CachingProjectManager.removeProjectIssues
(Project project, Context taskContext) void
DefaultProjectManager.removeProjectIssues
(Project project, Context taskContext) void
ProjectManager.removeProjectIssues
(Project project, Context taskContext) Removes all issues for a particular project. -
Uses of Context in com.atlassian.jira.sharing.index
Methods in com.atlassian.jira.sharing.index with parameters of type ContextModifier and TypeMethodDescriptionlong
long
long
DefaultSharedEntityIndexManager.reIndexAll
(Context context) long
DefaultSharedEntityIndexManager.reIndexAll
(Context context, IssueIndexingParams issueIndexingParams) long
DefaultSharedEntityIndexManager.reIndexAllIssuesInBackground
(Context context) long
DefaultSharedEntityIndexManager.reIndexIssuesInBackground
(Context context, IssueIndexingParams issueIndexingParams) long
DefaultSharedEntityIndexManager.reIndexSharedEntities
(Context context, IssueIndexingParams issueIndexingParams, Set<SharedEntity.TypeDescriptor> sharedEntityTypes) long
SharedEntityIndexManager.reIndexSharedEntities
(Context context, IssueIndexingParams issueIndexingParams, Set<SharedEntity.TypeDescriptor> sharedEntityTypes) Reindex the specified shared entity types. -
Uses of Context in com.atlassian.jira.task.context
Methods in com.atlassian.jira.task.context that return ContextModifier and TypeMethodDescriptionContext.Builder.build()
Returns the completedContext
.static Context
Contexts.nullContext()
A context which ignores all progress reported to it and has no side-effects.static Context
Contexts.percentageLogger
(Sized sized, org.apache.log4j.Logger logger, String msg) Deprecated.UseContexts.builder()
instead.static Context
Contexts.percentageLogger
(Sized sized, org.apache.log4j.Logger logger, String msg, org.apache.log4j.Level level) Deprecated.UseContexts.builder()
instead.static Context
Contexts.percentageReporter
(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger, String msg) Deprecated.Since 6.3.6 useContexts.percentageReporter(com.atlassian.jira.util.collect.Sized, TaskProgressSink, I18nHelper, Logger, String, String, String)
for 6.3.6+ orContexts.builder()
for 6.4+static Context
Contexts.percentageReporter
(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger, String msg, com.atlassian.johnson.event.Event event) Deprecated.static Context
Contexts.percentageReporter
(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger, String msg, com.atlassian.johnson.event.Event event, org.apache.log4j.Level level) Deprecated.Since 6.3.6 use {@link #percentageReporter(com.atlassian.jira.util.collect.Sized, TaskProgressSink, I18nHelper, Logger, String, String, String, com.atlassian.johnson.event.Event), Level} in 6.3.6+ orContexts.builder()
in 6.4+static Context
Contexts.percentageReporter
(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger, String msg, String uiMessageKeyPercentage, String uiMessageKeyCurrent) Deprecated.UseContexts.builder()
instead.static Context
Contexts.percentageReporter
(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger, String msg, String uiMessageKeyPercentage, String uiMessageKeyCurrent, com.atlassian.johnson.event.Event event) static Context
Contexts.percentageReporter
(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger, String msg, String uiMessageKeyPercentage, String uiMessageKeyCurrent, com.atlassian.johnson.event.Event event, org.apache.log4j.Level level) Deprecated.UseContexts.builder()
instead.static Context
Contexts.percentageReporter
(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger, String msg, String uiMessageKeyPercentage, String uiMessageKeyCurrent, org.apache.log4j.Level level) Deprecated.UseContexts.builder()
instead. -
Uses of Context in com.atlassian.jira.user.anonymize
Methods in com.atlassian.jira.user.anonymize that return ContextModifier and TypeMethodDescriptionOwnershipTransferParameter.getContext()
Context to report progress to.TaskContextAware.getContext()
Context to report progress to.UserAnonymizationParameter.getContext()
Context to report progress to.UserPropertyChangeParameter.getContext()
Context to report progress to.Methods in com.atlassian.jira.user.anonymize with parameters of type ContextModifier and TypeMethodDescriptionAnonymizeUserService.perform
(AnonymizeUserService.AnonymizeValidationResult validationResult, Context asyncTaskContext) Perform the operation.DefaultAnonymizeUserService.perform
(AnonymizeUserService.AnonymizeValidationResult validationResult, Context asyncTaskContext) We haveAnonymizeUserService.AnonymizeProcessData
from validation phase which describes operations we would like to perform.static void
ContextUtil.updateProgress
(Context context, int steps) Constructors in com.atlassian.jira.user.anonymize with parameters of type ContextModifierConstructorDescriptionOwnershipTransferParameter
(String currentUserKey, String transferToUserKey, Context context) UserAnonymizationParameter
(String userKey, Context context) UserAnonymizationParameterWithAdditionalData
(String userKey, String fullName, Context context) UserPropertyChangeParameter
(String original, String target, Context context) UserPropertyChangeParameterWithAdditionalData
(String original, String target, Context context, String fullName) -
Uses of Context in com.atlassian.jira.user.anonymize.operations
Methods in com.atlassian.jira.user.anonymize.operations with parameters of type ContextModifier and TypeMethodDescriptionAnonymizeOperationStep.performOperation
(AnonymizeUserService.OperationsReport<Void> anonymizeReport, AnonymizeUserService.AnonymizeValidationResult validationResult, Context asyncTaskContext) Performs operations only if all proper parameters are filled in passed parameters.AnonymizePluginPointsStep.performOperation
(AnonymizeUserService.OperationsReport<Void> anonymizeReport, AnonymizeUserService.AnonymizeValidationResult validationResult, Context asyncTaskContext) TransferOwnershipPluginPointOperationStep.performOperation
(AnonymizeUserService.OperationsReport<Void> anonymizeReport, AnonymizeUserService.AnonymizeValidationResult validationResult, Context asyncTaskContext) UserDisableOperationStep.performOperation
(AnonymizeUserService.OperationsReport anonymizeReport, AnonymizeUserService.AnonymizeValidationResult validationResult, Context asyncTaskContext) UserExternalIdChangeOperationStep.performOperation
(AnonymizeUserService.OperationsReport anonymizeReport, AnonymizeUserService.AnonymizeValidationResult validationResult, Context asyncTaskContext) UserKeyChangeOperationStep.performOperation
(AnonymizeUserService.OperationsReport anonymizeReport, AnonymizeUserService.AnonymizeValidationResult validationResult, Context asyncTaskContext) UserKeyChangePluginPointsOperationStep.performOperation
(AnonymizeUserService.OperationsReport<Void> anonymizeReport, AnonymizeUserService.AnonymizeValidationResult validationResult, Context asyncTaskContext) UserNameChangeOperationStep.performOperation
(AnonymizeUserService.OperationsReport anonymizeReport, AnonymizeUserService.AnonymizeValidationResult validationResult, Context asyncTaskContext) UserNameChangePluginPointsOperationStep.performOperation
(AnonymizeUserService.OperationsReport<Void> anonymizeReport, AnonymizeUserService.AnonymizeValidationResult validationResult, Context asyncTaskContext) -
Uses of Context in com.atlassian.jira.util.index
Methods in com.atlassian.jira.util.index that return ContextModifier and TypeMethodDescriptionstatic Context
Contexts.percentageLogger
(Sized sized, org.apache.log4j.Logger logger) static Context
Contexts.percentageReporter
(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger) static Context
Contexts.percentageReporter
(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger, com.atlassian.johnson.event.Event event) Methods in com.atlassian.jira.util.index with parameters of type ContextModifier and TypeMethodDescriptionlong
long
long
Activates search indexes.long
Activates search indexes.long
CompositeIndexLifecycleManager.reIndexAll
(Context context) long
CompositeIndexLifecycleManager.reIndexAll
(Context context, IssueIndexingParams issueIndexingParams) long
IndexLifecycleManager.reIndexAll
(Context context) long
IndexLifecycleManager.reIndexAll
(Context context, IssueIndexingParams issueIndexingParams) Reindex indexes defined by theIssueIndexingParams
.long
CompositeIndexLifecycleManager.reIndexAllIssuesInBackground
(Context context) long
IndexLifecycleManager.reIndexAllIssuesInBackground
(Context context) Reindex everything, but don't stop the world Comments and change history will not be reindexed.long
CompositeIndexLifecycleManager.reIndexIssuesInBackground
(Context context, IssueIndexingParams issueIndexingParams) long
IndexLifecycleManager.reIndexIssuesInBackground
(Context context, IssueIndexingParams issueIndexingParams) Reindex everything, but don't stop the world -
Uses of Context in com.atlassian.jira.web.action.admin.index
Methods in com.atlassian.jira.web.action.admin.index with parameters of type ContextModifier and TypeMethodDescriptionActivateAsyncIndexerCommand.doReindex
(Context context, IndexLifecycleManager indexManager) ReIndexAsyncIndexerCommand.doReindex
(Context context, IndexLifecycleManager indexManager) ReIndexBackgroundIndexerCommand.doReindex
(Context context, IndexLifecycleManager indexManager)
IssueIndexingService.reIndexAll(Context, boolean, boolean)
instead.