public interface BambooSetupPersister
extends com.atlassian.config.setup.SetupPersister
Modifier and Type | Method and Description |
---|---|
<T> io.atlassian.fugue.Either<Boolean,Optional<T>> |
executeSetupStep(@NotNull String expectedStep,
@NotNull ErrorCollection errorCollection,
@NotNull Callable<T> callable) |
boolean |
executeSetupStep(@NotNull String expectedStep,
@NotNull ErrorCollection errorCollection,
@NotNull Runnable runnable) |
boolean executeSetupStep(@NotNull @NotNull String expectedStep, @NotNull @NotNull ErrorCollection errorCollection, @NotNull @NotNull Runnable runnable)
<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
com.atlassian.config.setup.SetupException
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.