To use this function add it to the class library file named PluginSSHService.ts
GitHub Repository: https://github.com/SimonSparksUK/Orchestrator
Filename: PluginSSHService.ts
Description: Orchestrator Function to Remove Root Folder from an SSH Host
Public Function: SSHHostRemoveRootFolder
publicSSHHostRemoveRootFolder(objSSHHost:SSHHost,strRootFolder:string):SSHHost{
objSSHHost=SSHHostManager.removeRootFolderFromHost(objSSHHost,strRootFolder);
returnobjSSHHost;
}Discover more from Cloud Build Tools
Subscribe to get the latest posts sent to your email.
