Class InvalidatePlanCacheEvent.Builder
- java.lang.Object
-
- com.atlassian.bamboo.cluster.event.plan.InvalidatePlanCacheEvent.Builder
-
- Enclosing class:
- InvalidatePlanCacheEvent
public static class InvalidatePlanCacheEvent.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InvalidatePlanCacheEvent
build()
InvalidatePlanCacheEvent.Builder
chainsToDelete(@NotNull List<PlanKey> chainsToDelete)
InvalidatePlanCacheEvent.Builder
chainsToIndex(@NotNull List<PlanKey> chainsToIndex)
InvalidatePlanCacheEvent.Builder
chainsToInvalidate(@NotNull List<PlanKey> chainsToInvalidate)
InvalidatePlanCacheEvent.Builder
chainsToReindex(@NotNull List<PlanKey> chainsToReindex)
InvalidatePlanCacheEvent.Builder
stagesToDelete(@NotNull List<Long> stagesToDelete)
InvalidatePlanCacheEvent.Builder
testMode(@NotNull TestModeEnum testMode)
-
-
-
Method Detail
-
build
public InvalidatePlanCacheEvent build()
-
chainsToIndex
public InvalidatePlanCacheEvent.Builder chainsToIndex(@NotNull @NotNull List<PlanKey> chainsToIndex)
-
chainsToDelete
public InvalidatePlanCacheEvent.Builder chainsToDelete(@NotNull @NotNull List<PlanKey> chainsToDelete)
-
stagesToDelete
public InvalidatePlanCacheEvent.Builder stagesToDelete(@NotNull @NotNull List<Long> stagesToDelete)
-
chainsToInvalidate
public InvalidatePlanCacheEvent.Builder chainsToInvalidate(@NotNull @NotNull List<PlanKey> chainsToInvalidate)
-
chainsToReindex
public InvalidatePlanCacheEvent.Builder chainsToReindex(@NotNull @NotNull List<PlanKey> chainsToReindex)
-
testMode
public InvalidatePlanCacheEvent.Builder testMode(@NotNull @NotNull TestModeEnum testMode)
-
-