Class WindowsDeployers
java.lang.Object
com.oracle.bedrock.runtime.remote.windows.WindowsDeployers
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FileShareDeployerA static helper method to return anHttpDeployerthat will use PowerShell Invoke-WebRequest to retrieve artifacts.static HttpDeployerpowerShellHttp(com.oracle.bedrock.Option... options) A static helper method to return anHttpDeployerthat will use PowerShell Invoke-WebRequest to retrieve artifacts.
-
Constructor Details
-
WindowsDeployers
public WindowsDeployers()
-
-
Method Details
-
powerShellHttp
A static helper method to return anHttpDeployerthat will use PowerShell Invoke-WebRequest to retrieve artifacts.- Parameters:
options- theOptions controlling the deployer- Returns:
- a new
HttpDeployer
-