Class InvalidatePlanCacheEvent.Builder
java.lang.Object
com.atlassian.bamboo.cluster.event.bamboo.plan.InvalidatePlanCacheEvent.Builder
- Enclosing class:
- InvalidatePlanCacheEvent
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
chainsToDelete
(@NotNull List<PlanKey> chainsToDelete) chainsToIndex
(@NotNull List<PlanKey> chainsToIndex) chainsToInvalidate
(@NotNull List<PlanKey> chainsToInvalidate) chainsToReindex
(@NotNull List<PlanKey> chainsToReindex) stagesToDelete
(@NotNull List<Long> stagesToDelete) testMode
(@NotNull TestModeEnum testMode)
-
Method Details
-
build
-
chainsToIndex
public InvalidatePlanCacheEvent.Builder chainsToIndex(@NotNull @NotNull List<PlanKey> chainsToIndex) -
chainsToDelete
public InvalidatePlanCacheEvent.Builder chainsToDelete(@NotNull @NotNull List<PlanKey> chainsToDelete) -
stagesToDelete
-
chainsToInvalidate
public InvalidatePlanCacheEvent.Builder chainsToInvalidate(@NotNull @NotNull List<PlanKey> chainsToInvalidate) -
chainsToReindex
public InvalidatePlanCacheEvent.Builder chainsToReindex(@NotNull @NotNull List<PlanKey> chainsToReindex) -
testMode
-