Class MultiKubectlBuildWrapper.CleanupDisposer
- java.lang.Object
-
- jenkins.tasks.SimpleBuildWrapper.Disposer
-
- org.jenkinsci.plugins.kubernetes.cli.MultiKubectlBuildWrapper.CleanupDisposer
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- MultiKubectlBuildWrapper
public static class MultiKubectlBuildWrapper.CleanupDisposer extends SimpleBuildWrapper.Disposer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CleanupDisposer(List<String> files)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
tearDown(Run<?,?> build, FilePath workspace, Launcher launcher, TaskListener listener)
-
Methods inherited from class jenkins.tasks.SimpleBuildWrapper.Disposer
requiresWorkspace, tearDown
-
-
-
-
Method Detail
-
tearDown
public void tearDown(Run<?,?> build, FilePath workspace, Launcher launcher, TaskListener listener) throws IOException, InterruptedException
- Overrides:
tearDown
in classSimpleBuildWrapper.Disposer
- Throws:
IOException
InterruptedException
-
-