Modifier and Type | Method and Description |
---|---|
List<Exception> |
WorkSourceBatchRunner.run(BatchableWorkSource<T> workSource,
BatchTask<T> task)
Begin executing against all the work in the supplied work source.
|
protected List<Exception> |
WorkSourceBatchRunner.run(BatchableWorkSource<T> workSource,
BatchTask<T> task,
ExecutorService executor)
Exposed (as protected) to allow specification of the executor in unit tests.
|
Modifier and Type | Class and Description |
---|---|
class |
ContentEntityMigrationBatchTask
Attempts to migrate a contentEntityObject with a legacy content body to XHTML.
|
class |
IndexingBatchTask<T extends com.atlassian.bonnie.Searchable>
A decorating batch task, re-indexing the searchable that the task is applied to.
|
Constructor and Description |
---|
IndexingBatchTask(BatchTask<T> delegate,
ConfluenceIndexer indexer) |
Modifier and Type | Class and Description |
---|---|
class |
ChangeSpaceDescriptionsBodyTypeTask |
class |
ConvertToRelativeLinksTask |
Constructor and Description |
---|
ChangeSpaceDescriptionsBodyTypeUpgradeTask(org.springframework.transaction.PlatformTransactionManager transactionManager,
ContentDao contentDao,
BatchTask<ContentEntityObject> batchTask,
int applicationConfigBuildNumber) |
ConvertToRelativeLinksUpgradeTask(org.springframework.transaction.PlatformTransactionManager transactionManager,
ContentDao contentDao,
BatchTask<ContentEntityObject> batchTask,
int applicationConfigBuildNumber) |
Copyright © 2003–2015 Atlassian. All rights reserved.