Package com.datapipe.jenkins.vault
Class VaultDisposer
java.lang.Object
jenkins.tasks.SimpleBuildWrapper.Disposer
com.datapipe.jenkins.vault.VaultDisposer
- All Implemented Interfaces:
Serializable
Created by adamtistler on 8/29/17.
- See Also:
-
Constructor Summary
ConstructorDescriptionVaultDisposer
(VaultConfiguration vaultConfiguration, VaultCredential vaultCredential, List<String> leaseIds) -
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
-
VaultDisposer
public VaultDisposer(VaultConfiguration vaultConfiguration, VaultCredential vaultCredential, List<String> leaseIds)
-
-
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
-