Class WindowsFileShareDeployer

  • All Implemented Interfaces:
    com.oracle.bedrock.Option, Deployer

    public class WindowsFileShareDeployer
    extends FileShareDeployer
    An implementation of a FileShareDeployer that uses the Windows move command via WinRM to copy the remote file from the share to its final destination.
    Author:
    jk 2015.07.13
    • Constructor Detail

      • WindowsFileShareDeployer

        public WindowsFileShareDeployer​(String localShareName,
                                        String remoteShareName,
                                        com.oracle.bedrock.Option... options)
        Create a WindowsFileShareDeployer that uses the specified local and remote file share to deploy artifacts.
        Parameters:
        localShareName - the name of the file share on the local platform
        remoteShareName - the name of the file share eon the remote platform
        options - the Options to control the deployer