Uses of Class
com.atlassian.plugin.webresource.legacy.ContextBatch
Packages that use ContextBatch
-
Uses of ContextBatch in com.atlassian.plugin.webresource.legacy
Methods in com.atlassian.plugin.webresource.legacy that return ContextBatchModifier and TypeMethodDescriptionContextBatchOperations.merge(Collection<ContextBatch> batchesToMerge) Merges context batches into a single context batch.ContextBatchOperations.subtract(ContextBatch operand, Collection<ContextBatch> batchesToSubtract) Subtract ContextBatches from the supplied operand, creating a new ContextBatch (unless there are no batches to subtract in which case the supplied operand is returned unchanged).Methods in com.atlassian.plugin.webresource.legacy with parameters of type ContextBatchModifier and TypeMethodDescriptionContextBatchOperations.subtract(ContextBatch operand, Collection<ContextBatch> batchesToSubtract) Subtract ContextBatches from the supplied operand, creating a new ContextBatch (unless there are no batches to subtract in which case the supplied operand is returned unchanged).Method parameters in com.atlassian.plugin.webresource.legacy with type arguments of type ContextBatchModifier and TypeMethodDescriptionContextBatchOperations.merge(Collection<ContextBatch> batchesToMerge) Merges context batches into a single context batch.ContextBatchOperations.subtract(ContextBatch operand, Collection<ContextBatch> batchesToSubtract) Subtract ContextBatches from the supplied operand, creating a new ContextBatch (unless there are no batches to subtract in which case the supplied operand is returned unchanged).