Interface MultiBinding.Unbinder

All Superinterfaces:
Serializable
All Known Implementing Classes:
MultiBinding.NullUnbinder, UnbindableDir.UnbinderImpl
Enclosing class:
MultiBinding<C extends com.cloudbees.plugins.credentials.common.StandardCredentials>

public static interface MultiBinding.Unbinder extends Serializable
Callback run at the end of a build.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    unbind(Run<?,?> build, FilePath workspace, Launcher launcher, TaskListener listener)
    Performs any needed cleanup.