Package hudson.plugins.gradle.injection
Class MavenExtensionsHandler
java.lang.Object
hudson.plugins.gradle.injection.MavenExtensionsHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopyExtensionToAgent(MavenExtension extension, FilePath rootPath) copyExtensionToAgent(MavenExtension extension, FilePath controllerRootPath, FilePath rootPath, String digest) voiddeleteAllExtensionsFromAgent(FilePath rootPath) voiddeleteExtensionFromAgent(MavenExtension extension, FilePath rootPath)
-
Constructor Details
-
MavenExtensionsHandler
public MavenExtensionsHandler()
-
-
Method Details
-
copyExtensionToAgent
public FilePath copyExtensionToAgent(MavenExtension extension, FilePath rootPath) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-
copyExtensionToAgent
public FilePath copyExtensionToAgent(MavenExtension extension, FilePath controllerRootPath, FilePath rootPath, String digest) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-
deleteExtensionFromAgent
public void deleteExtensionFromAgent(MavenExtension extension, FilePath rootPath) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-
deleteAllExtensionsFromAgent
public void deleteAllExtensionsFromAgent(FilePath rootPath) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-