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