public static interface MultiBinding.Unbinder extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
unbind(Run<?,?> build,
FilePath workspace,
Launcher launcher,
TaskListener listener)
Performs any needed cleanup.
|
void unbind(@Nonnull Run<?,?> build, @Nullable FilePath workspace, @Nullable Launcher launcher, @Nonnull TaskListener listener) throws IOException, InterruptedException
build - The build. Cannot be nullworkspace - The workspace - can be null if BindingDescriptor.requiresWorkspace() is false.launcher - The launcher - can be null if BindingDescriptor.requiresWorkspace() is false.listener - The task listener. Cannot be null.IOExceptionInterruptedExceptionCopyright © 2016–2021. All rights reserved.