Class BridgeInstall
- java.lang.Object
-
- io.jenkins.plugins.synopsys.security.scan.bridge.BridgeInstall
-
public class BridgeInstall extends Object
-
-
Constructor Summary
Constructors Constructor Description BridgeInstall(FilePath workspace, TaskListener listener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
defaultBridgeInstallationPath(FilePath workspace, TaskListener listener)
void
installSynopsysBridge(FilePath bridgeZipPath, FilePath bridgeInstallationPath)
void
verifyAndCreateInstallationPath(String bridgeInstallationPath)
-
-
-
Constructor Detail
-
BridgeInstall
public BridgeInstall(FilePath workspace, TaskListener listener)
-
-
Method Detail
-
installSynopsysBridge
public void installSynopsysBridge(FilePath bridgeZipPath, FilePath bridgeInstallationPath) throws PluginExceptionHandler
- Throws:
PluginExceptionHandler
-
defaultBridgeInstallationPath
public String defaultBridgeInstallationPath(FilePath workspace, TaskListener listener)
-
verifyAndCreateInstallationPath
public void verifyAndCreateInstallationPath(String bridgeInstallationPath)
-
-