Package io.jenkins.plugins.wiz
Class WizCliUtils
java.lang.Object
io.jenkins.plugins.wiz.WizCliUtils
Utility methods for Wiz CLI operations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
cleanupArtifacts
(Run<?, ?> build, FilePath workspace, TaskListener listener, String artifactName) Cleans up temporary files and artifacts.static void
closeQuietly
(AutoCloseable... closeables) Safely closes multiple AutoCloseable resources.
-
Constructor Details
-
WizCliUtils
public WizCliUtils()
-
-
Method Details
-
closeQuietly
Safely closes multiple AutoCloseable resources. -
cleanupArtifacts
public static void cleanupArtifacts(Run<?, ?> build, FilePath workspace, TaskListener listener, String artifactName) throws InterruptedExceptionCleans up temporary files and artifacts.- Throws:
InterruptedException
-