Class RemoteFileDependencyAnalysisParser
- java.lang.Object
-
- jenkins.MasterToSlaveFileCallable<VulnerabilityAnalysisResult>
-
- io.jenkins.plugins.devopsportal.utils.RemoteFileDependencyAnalysisParser
-
- All Implemented Interfaces:
FilePath.FileCallable<VulnerabilityAnalysisResult>
,Serializable
,org.jenkinsci.remoting.RoleSensitive
public class RemoteFileDependencyAnalysisParser extends MasterToSlaveFileCallable<VulnerabilityAnalysisResult> implements Serializable
Let parse dependency analysis report on remote workspace.- Author:
- RĂ©mi BELLO <remi@evolya.fr>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RemoteFileDependencyAnalysisParser()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description VulnerabilityAnalysisResult
invoke(File file, hudson.remoting.VirtualChannel channel)
static void
parse(File file, VulnerabilityAnalysisResult result)
-
Methods inherited from class jenkins.MasterToSlaveFileCallable
checkRoles
-
-
-
-
Method Detail
-
invoke
public VulnerabilityAnalysisResult invoke(File file, hudson.remoting.VirtualChannel channel) throws IOException, InterruptedException
- Specified by:
invoke
in interfaceFilePath.FileCallable<VulnerabilityAnalysisResult>
- Throws:
IOException
InterruptedException
-
parse
public static void parse(File file, VulnerabilityAnalysisResult result) throws Exception
- Throws:
Exception
-
-