Class WindowsDeployers
- java.lang.Object
-
- com.oracle.bedrock.runtime.remote.windows.WindowsDeployers
-
-
Constructor Summary
Constructors Constructor Description WindowsDeployers()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FileShareDeployerfileShare(String localShareName, String remoteShareName, com.oracle.bedrock.Option... options)A 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.
-
-
-
Method Detail
-
powerShellHttp
public static HttpDeployer powerShellHttp(com.oracle.bedrock.Option... options)
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
-
fileShare
public static FileShareDeployer fileShare(String localShareName, String remoteShareName, com.oracle.bedrock.Option... options)
A static helper method to return anHttpDeployerthat will use PowerShell Invoke-WebRequest to retrieve artifacts.- Parameters:
localShareName- the local share nameremoteShareName- the remote share nameoptions- theOptions controlling the deployer- Returns:
- a new
FileShareDeployer
-
-