Class WindowsDeployers


  • public class WindowsDeployers
    extends Object
    Helps methods to create Windows-specific Deployers.

    Copyright (c) 2015. All Rights Reserved. Oracle Corporation.
    Oracle is a registered trademark of Oracle Corporation and/or its affiliates.

    Author:
    Jonathan Knight
    • Constructor Detail

      • WindowsDeployers

        public WindowsDeployers()
    • Method Detail

      • powerShellHttp

        public static HttpDeployer powerShellHttp​(com.oracle.bedrock.Option... options)
        A static helper method to return an HttpDeployer that will use PowerShell Invoke-WebRequest to retrieve artifacts.
        Parameters:
        options - the Options controlling the deployer
        Returns:
        a new HttpDeployer
      • fileShare

        public static FileShareDeployer fileShare​(String localShareName,
                                                  String remoteShareName,
                                                  com.oracle.bedrock.Option... options)
        A static helper method to return an HttpDeployer that will use PowerShell Invoke-WebRequest to retrieve artifacts.
        Parameters:
        localShareName - the local share name
        remoteShareName - the remote share name
        options - the Options controlling the deployer
        Returns:
        a new FileShareDeployer