Package hudson.plugins.gradle.injection
Class CopyUtil
java.lang.Object
hudson.plugins.gradle.injection.CopyUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcopyDownloadedResourceToNode(FilePath controllerRootPath, FilePath nodePath, String resourceName) static voidcopyResourceToNode(FilePath nodePath, String resourceName) static StringunsafeResourceDigest(String resourceName)
-
Method Details
-
copyResourceToNode
public static void copyResourceToNode(FilePath nodePath, String resourceName) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-
copyDownloadedResourceToNode
public static void copyDownloadedResourceToNode(FilePath controllerRootPath, FilePath nodePath, String resourceName) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-
unsafeResourceDigest
-