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 TypeMethodDescriptionvoidBulkMoveOperation.moveIssuesAndIndex(BulkEditBean bulkEditBean, ApplicationUser applicationUser, Context taskContext) voidBulkMoveOperationImpl.moveIssuesAndIndex(BulkEditBean bulkEditBean, ApplicationUser applicationUser, Context taskContext) voidBulkArchiveOperation.perform(BulkEditBean bulkEditBean, ApplicationUser applicationUser, Context taskContext) voidBulkDeleteOperation.perform(BulkEditBean bulkEditBean, ApplicationUser applicationUser, Context taskContext) voidBulkEditOperation.perform(BulkEditBean bulkEditBean, ApplicationUser applicationUser, Context taskContext) voidBulkMigrateOperation.perform(BulkEditBean rootBulkEditBean, ApplicationUser applicationUser, Context taskContext) voidBulkMoveOperationImpl.perform(BulkEditBean bulkEditBean, ApplicationUser applicationUser, Context taskContext) Performs the operation on the given set of issuesvoidBulkUnwatchOperation.perform(BulkEditBean bulkEditBean, ApplicationUser remoteUser, Context taskContext) voidBulkWatchOperation.perform(BulkEditBean bulkEditBean, ApplicationUser remoteUser, Context taskContext) voidBulkWorkflowTransitionOperation.perform(BulkEditBean bulkEditBean, ApplicationUser applicationUser, Context taskContext) voidProgressAwareBulkOperation.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 TypeMethodDescriptionvoidIssueIndexHelper.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 TypeMethodDescriptionlongDeprecated, for removal: This API element is subject to removal in a future version.longDeprecated, for removal: This API element is subject to removal in a future version.DefaultIssueIndexer.deindexComments(Collection<? extends WithId> comments, Context context, boolean shouldReplicate) Deprecated, for removal: This API element is subject to removal in a future version.default Index.ResultIssueIndexer.deindexComments(Collection<? extends WithId> comments, Context context) IssueIndexer.deindexComments(Collection<? extends WithId> comments, Context context, boolean shouldReplicate) Deprecated, for removal: This API element is subject to removal in a future version.since 10.5, shouldReplicate parameter is only applicable to Lucene, will be removed when Lucene support is removed.DefaultIssueIndexer.deindexIssues(Collection<? extends WithId> issues, Context context) Deprecated, for removal: This API element is subject to removal in a future version.DefaultIssueIndexer.deindexIssues(Collection<? extends WithId> issues, Context context, boolean shouldReplicate) Deprecated, for removal: This API element is subject to removal in a future version.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) Deprecated, for removal: This API element is subject to removal in a future version.useIssueIndexer.deindexIssues(Collection, Context)instead.DefaultIssueIndexer.deindexWorklogs(Collection<? extends WithId> worklogs, Context context, boolean shouldReplicate) Deprecated, for removal: This API element is subject to removal in a future version.default Index.ResultIssueIndexer.deindexWorklogs(Collection<? extends WithId> worklogs, Context context) IssueIndexer.deindexWorklogs(Collection<? extends WithId> worklogs, Context context, boolean shouldReplicate) Deprecated, for removal: This API element is subject to removal in a future version.since 10.5, shouldReplicate parameter is only applicable to Lucene, will be removed when Lucene support is removed.DefaultIssueIndexer.indexIssues(EnclosedIterable<Issue> issues, Context context, IssueIndexingParams issueIndexingParams) Deprecated, for removal: This API element is subject to removal in a future version.IssueIndexer.indexIssues(EnclosedIterable<Issue> issues, Context context, IssueIndexingParams issueIndexingParams) Add documents for the supplied issues.DefaultIssueIndexer.indexIssuesBatchMode(IssuesBatcher batcher, Context context, IssueIndexingParams issueIndexingParams) Deprecated, for removal: This API element is subject to removal in a future version.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.longIndexManagerBase.reIndexAll(Context context) Deprecated, for removal: This API element is subject to removal in a future version.longIndexManagerBase.reIndexAll(Context context, boolean useBackgroundIndexing) Deprecated, for removal: This API element is subject to removal in a future version.longIndexManagerBase.reIndexAll(Context context, boolean useBackgroundIndexing, boolean notifyCluster) Deprecated, for removal: This API element is subject to removal in a future version.longIndexManagerBase.reIndexAll(Context context, boolean useBackgroundIndexing, boolean reIndexComments, boolean reIndexChangeHistory, boolean notifyCluster) Deprecated, for removal: This API element is subject to removal in a future version.longIndexManagerBase.reIndexAll(Context context, boolean useBackgroundIndexing, IssueIndexingParams issueIndexingParams, boolean notifyCluster) Deprecated, for removal: This API element is subject to removal in a future version.longIndexManagerBase.reIndexAll(Context context, IssueIndexingParams issueIndexingParams) Deprecated, for removal: This API element is subject to removal in a future version.longIssueIndexingService.reIndexAll(Context context, boolean useBackgroundReindexing, boolean notifyCluster) Reindex all issues.longIssueIndexingService.reIndexAll(Context context, boolean useBackgroundReindexing, IssueIndexingParams issueIndexingParams, boolean notifyCluster) Reindex all issues.longIssueIndexManager.reIndexAll(Context context, boolean useBackgroundReindexing, boolean notifyCluster) Deprecated.Call this asIssueIndexingService.reIndexAll(Context, boolean, boolean)instead.longIssueIndexManager.reIndexAll(Context context, boolean useBackgroundReindexing, boolean reIndexComments, boolean reIndexChangeHistory, boolean notifyCluster) Deprecated.since v6.4 useIssueIndexManager.reIndexAll(Context, boolean, IssueIndexingParams, boolean)instead.longIssueIndexManager.reIndexAll(Context context, boolean useBackgroundReindexing, IssueIndexingParams issueIndexingParams, boolean notifyCluster) Deprecated.Call this asIssueIndexingService.reIndexAll(Context, boolean, IssueIndexingParams, boolean)instead.longIndexManagerBase.reIndexAllIssuesInBackground(Context context) Deprecated, for removal: This API element is subject to removal in a future version.DefaultIssueIndexer.reindexComments(Collection<Comment> comments, Context context, boolean shouldReplicate) Deprecated, for removal: This API element is subject to removal in a future version.default Index.ResultIssueIndexer.reindexComments(Collection<Comment> comments, Context context) IssueIndexer.reindexComments(Collection<Comment> comments, Context context, boolean shouldReplicate) Deprecated, for removal: This API element is subject to removal in a future version.useIssueIndexer.reindexComments(Collection, Context)after version 12.0 instead.longIndexManagerBase.reIndexComments(Collection<Comment> comments, Context context) Deprecated, for removal: This API element is subject to removal in a future version.longIndexManagerBase.reIndexComments(Collection<Comment> comments, Context context, boolean shouldReplicate) Deprecated, for removal: This API element is subject to removal in a future version.longIssueIndexingService.reIndexComments(Collection<Comment> comments, Context context) Reindexes a collection of comments.longIssueIndexingService.reIndexComments(Collection<Comment> comments, Context context, boolean shouldReplicate) Reindexes a collection of comments.longIssueIndexManager.reIndexComments(Collection<Comment> comments, Context context) Deprecated.Call this asIssueIndexingService.reIndexComments(Collection, Context)instead.longIssueIndexManager.reIndexComments(Collection<Comment> comments, Context context, boolean shouldReplicate) Deprecated.Call this asIssueIndexingService.reIndexComments(Collection, Context, boolean)instead.DefaultIssueIndexer.reindexCommentsInParallel(Collection<Comment> comments, Context context) Deprecated, for removal: This API element is subject to removal in a future version.voidIndexManagerBase.reindexCommentsInParallel(Collection<Comment> comments, Context context) Deprecated, for removal: This API element is subject to removal in a future version.voidInternalIndexingService.reindexCommentsInParallel(Collection<Comment> comments, Context context) Deprecated, for removal: This API element is subject to removal in a future version.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) Deprecated, for removal: This API element is subject to removal in a future version.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.longIndexManagerBase.reIndexIssues(IssuesIterable issuesIterable, Context context) Deprecated, for removal: This API element is subject to removal in a future version.longIndexManagerBase.reIndexIssues(IssuesIterable issuesIterable, Context context, boolean reIndexComments, boolean reIndexChangeHistory) Deprecated, for removal: This API element is subject to removal in a future version.longIndexManagerBase.reIndexIssues(IssuesIterable issuesIterable, Context context, IssueIndexingParams issueIndexingParams) Deprecated, for removal: This API element is subject to removal in a future version.longIndexManagerBase.reIndexIssues(IssuesIterable issuesIterable, Context context, IssueIndexingParams issueIndexingParams, boolean shouldReplicate) Deprecated, for removal: This API element is subject to removal in a future version.longIssueIndexingService.reIndexIssues(IssuesIterable issuesIterable, Context context) Reindex a list of issues, passing an optional event that will be set progresslongIssueIndexingService.reIndexIssues(IssuesIterable issuesIterable, Context context, IssueIndexingParams issueIndexingParams) Reindex a list of issues, passing an optional event that will be set progress.longIssueIndexingService.reIndexIssues(IssuesIterable issuesIterable, Context context, IssueIndexingParams issueIndexingParams, boolean shouldReplicate) Reindex a list of issues, passing an optional Context for providing status updates.longIssueIndexManager.reIndexIssues(IssuesIterable issuesIterable, Context context) Deprecated.Call this asIssueIndexingService.reIndexIssues(IssuesIterable, Context)instead.longIssueIndexManager.reIndexIssues(IssuesIterable issuesIterable, Context context, boolean reIndexComments, boolean reIndexChangeHistory) Deprecated.longIssueIndexManager.reIndexIssues(IssuesIterable issuesIterable, Context context, IssueIndexingParams issueIndexingParams) Deprecated.Call this asIssueIndexingService.reIndexIssues(IssuesIterable, Context, IssueIndexingParams)instead.DefaultIssueIndexer.reindexIssuesBatchMode(IssuesBatcher batcher, Context context, IssueIndexingParams issueIndexingParams) Deprecated, for removal: This API element is subject to removal in a future version.No other index operations should be called while this method is being calledvoidIndexManagerBase.reindexIssuesBatchMode(Collection<Long> issuesIdsToReindex, Context context, IssueIndexingParams params) Deprecated, for removal: This API element is subject to removal in a future version.voidInternalIndexingService.reindexIssuesBatchMode(Collection<Long> issuesIdsToReindex, Context context, IssueIndexingParams params) Deprecated, for removal: This API element is subject to removal in a future version.Reindexes issues with ids provided withissuesIdsToReindex.IssueIndexer.reindexIssuesBatchMode(IssuesBatcher issuesBatcher, Context context, IssueIndexingParams issueIndexingParams) Reindex issues from the given collection.longIndexManagerBase.reIndexIssuesInBackground(Context context, IssueIndexingParams issueIndexingParams) Deprecated, for removal: This API element is subject to removal in a future version.DefaultIssueIndexer.reindexWorklogs(Collection<Worklog> worklogs, Context context, boolean shouldReplicate) Deprecated, for removal: This API element is subject to removal in a future version.default Index.ResultIssueIndexer.reindexWorklogs(Collection<Worklog> worklogs, Context context) IssueIndexer.reindexWorklogs(Collection<Worklog> worklogs, Context context, boolean shouldReplicate) Deprecated, for removal: This API element is subject to removal in a future version.since 10.5, shouldReplicate parameter is only applicable to Lucene, will be removed when Lucene support is removed.longIndexManagerBase.reIndexWorklogs(Collection<Worklog> worklogs, Context context) Deprecated, for removal: This API element is subject to removal in a future version.longIndexManagerBase.reIndexWorklogs(Collection<Worklog> worklogs, Context context, boolean shouldReplicate) Deprecated, for removal: This API element is subject to removal in a future version.longIssueIndexingService.reIndexWorklogs(Collection<Worklog> worklogs, Context context) Reindexes a collection of worklogs.longIssueIndexingService.reIndexWorklogs(Collection<Worklog> worklogs, Context context, boolean shouldReplicate) Reindexes a collection of worklogs.longIssueIndexManager.reIndexWorklogs(Collection<Worklog> worklogs, Context context) Deprecated.Call this asIssueIndexingService.reIndexWorklogs(Collection, Context)instead.longIssueIndexManager.reIndexWorklogs(Collection<Worklog> worklogs, Context context, boolean shouldReplicate) Deprecated.Call this asIssueIndexingService.reIndexWorklogs(Collection, Context, boolean)instead.DefaultIssueIndexer.reindexWorklogsInParallel(Collection<Worklog> worklogs, Context context) Deprecated, for removal: This API element is subject to removal in a future version.voidIndexManagerBase.reindexWorklogsInParallel(Collection<Worklog> worklogs, Context context) Deprecated, for removal: This API element is subject to removal in a future version.voidInternalIndexingService.reindexWorklogsInParallel(Collection<Worklog> worklogs, Context context) Deprecated, for removal: This API element is subject to removal in a future version.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 TypeMethodDescriptionvoidBulkTransitionIssueOperation.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 TypeMethodDescriptionvoidMockProjectManager.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) 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 TypeMethodDescriptionvoidCachingProjectManager.removeProjectIssues(Project project, Context taskContext) voidDefaultProjectManager.removeProjectIssues(Project project, Context taskContext) voidProjectManager.removeProjectIssues(Project project, Context taskContext) Removes all issues for a particular project. -
Uses of Context in com.atlassian.jira.search.opensearch
Methods in com.atlassian.jira.search.opensearch with parameters of type ContextModifier and TypeMethodDescriptionOpenSearchIssueIndexer.deindexComments(Collection<? extends WithId> comments, Context context, boolean shouldReplicate) OpenSearchIssueIndexer.deindexIssues(Collection<? extends WithId> issues, Context context) OpenSearchIssueIndexer.deindexIssues(Collection<? extends WithId> issues, Context context, boolean shouldReplicate) OpenSearchIssueIndexer.deindexWorklogs(Collection<? extends WithId> worklogs, Context context, boolean shouldReplicate) OpenSearchIssueIndexer.indexIssues(EnclosedIterable<Issue> issues, Context context, IssueIndexingParams issueIndexingParams) OpenSearchIssueIndexer.indexIssuesBatchMode(IssuesBatcher batcher, Context context, IssueIndexingParams issueIndexingParams) OpenSearchIssueIndexer.reindexComments(Collection<Comment> comments, Context context, boolean shouldReplicate) OpenSearchIssueIndexer.reindexCommentsInParallel(Collection<Comment> comments, Context context) OpenSearchIssueIndexer.reindexIssues(EnclosedIterable<Issue> issues, Context context, IssueIndexingParams issueIndexingParams, boolean conditionalUpdate, boolean shouldReplicate) OpenSearchIssueIndexer.reindexIssuesBatchMode(IssuesBatcher issuesBatcher, Context context, IssueIndexingParams issueIndexingParams) OpenSearchIssueIndexer.reindexWorklogs(Collection<Worklog> worklogs, Context context, boolean shouldReplicate) OpenSearchIssueIndexer.reindexWorklogsInParallel(Collection<Worklog> worklogs, Context context) -
Uses of Context in com.atlassian.jira.sharing.index
Methods in com.atlassian.jira.sharing.index with parameters of type ContextModifier and TypeMethodDescriptionlonglonglongDefaultSharedEntityIndexManager.reIndexAll(Context context) longDefaultSharedEntityIndexManager.reIndexAll(Context context, IssueIndexingParams issueIndexingParams) longDefaultSharedEntityIndexManager.reIndexAllIssuesInBackground(Context context) longDefaultSharedEntityIndexManager.reIndexIssuesInBackground(Context context, IssueIndexingParams issueIndexingParams) longDefaultSharedEntityIndexManager.reIndexSharedEntities(Context context, IssueIndexingParams issueIndexingParams, Set<SharedEntity.TypeDescriptor> sharedEntityTypes) longSharedEntityIndexManager.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 ContextContexts.nullContext()A context which ignores all progress reported to it and has no side-effects.static ContextContexts.percentageLogger(Sized sized, org.apache.log4j.Logger logger, String msg) Deprecated.UseContexts.builder()instead.static ContextContexts.percentageLogger(Sized sized, org.apache.log4j.Logger logger, String msg, org.apache.log4j.Level level) Deprecated.UseContexts.builder()instead.static ContextContexts.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 ContextContexts.percentageReporter(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger, String msg, com.atlassian.johnson.event.Event event) Deprecated.static ContextContexts.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 ContextContexts.percentageReporter(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger, String msg, String uiMessageKeyPercentage, String uiMessageKeyCurrent) Deprecated.UseContexts.builder()instead.static ContextContexts.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 ContextContexts.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 ContextContexts.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.AnonymizeProcessDatafrom validation phase which describes operations we would like to perform.static voidContextUtil.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 ContextContexts.percentageLogger(Sized sized, org.apache.log4j.Logger logger) static ContextContexts.percentageReporter(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger) static ContextContexts.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 TypeMethodDescriptionlonglonglongActivates search indexes.longActivates search indexes.longDefaultCompositeIndexLifecycleManager.reIndexAll(Context context) longDefaultCompositeIndexLifecycleManager.reIndexAll(Context context, IssueIndexingParams issueIndexingParams) longIndexLifecycleManager.reIndexAll(Context context) longIndexLifecycleManager.reIndexAll(Context context, IssueIndexingParams issueIndexingParams) Reindex indexes defined by theIssueIndexingParams.longDefaultCompositeIndexLifecycleManager.reIndexAllIssuesInBackground(Context context) longIndexLifecycleManager.reIndexAllIssuesInBackground(Context context) Reindex everything, but don't stop the world Comments and change history will not be reindexed.longDefaultCompositeIndexLifecycleManager.reIndexIssuesInBackground(Context context, IssueIndexingParams issueIndexingParams) longIndexLifecycleManager.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) Deprecated, for removal: This API element is subject to removal in a future version.ReIndexAsyncIndexerCommand.doReindex(Context context, IndexLifecycleManager indexManager) ReIndexBackgroundIndexerCommand.doReindex(Context context, IndexLifecycleManager indexManager)