Package com.atlassian.bamboo.setup
Interface BambooSetupPersister
-
- All Superinterfaces:
com.atlassian.config.setup.SetupPersister
- All Known Implementing Classes:
DefaultSetupPersister
public interface BambooSetupPersister extends com.atlassian.config.setup.SetupPersister
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
executeSetupStep(@NotNull String expectedStep, @NotNull ErrorCollection errorCollection, @NotNull Runnable runnable)
<T> io.atlassian.fugue.Either<Boolean,Optional<T>>
executeSetupStep(@NotNull String expectedStep, @NotNull ErrorCollection errorCollection, @NotNull Callable<T> callable)
-
-
-
Method Detail
-
executeSetupStep
boolean executeSetupStep(@NotNull @NotNull String expectedStep, @NotNull @NotNull ErrorCollection errorCollection, @NotNull @NotNull Runnable runnable)
-
executeSetupStep
<T> io.atlassian.fugue.Either<Boolean,Optional<T>> executeSetupStep(@NotNull @NotNull String expectedStep, @NotNull @NotNull ErrorCollection errorCollection, @NotNull @NotNull Callable<T> callable) throws com.atlassian.config.setup.SetupException
- Throws:
com.atlassian.config.setup.SetupException
-
-