Uses of Class
com.oracle.bedrock.runtime.remote.windows.winrm.WindowsShellOptions
Packages that use WindowsShellOptions
-
Uses of WindowsShellOptions in com.oracle.bedrock.runtime.remote.windows.winrm
Methods in com.oracle.bedrock.runtime.remote.windows.winrm that return WindowsShellOptionsModifier and TypeMethodDescriptionstatic WindowsShellOptionsWindowsShellOptions.basic()Create aWindowsShellOptionscontaining the basic set of WinRM options.WindowsShellOptions.compose(WindowsShellOptions other) Defines a custom environment variable, overriding any previously defined variable of the same name.Defines a custom environment variable, overriding any previously defined variable of the same name, the value to be used to be taken from the specified iterator when thegetBuilder()is realized.WindowsShellOptions.setIfAbsent(String name, Object value) Defines a custom environment variable, if-and-only-if it's not already defined.WindowsShellOptions.setIfAbsent(String name, Iterator<?> iterator) Defines a custom environment variable, if-and-only-if it's not already defined, the value to be used to be taken from the specified iterator when thegetBuilder()is realized.static WindowsShellOptionsWindowsShellOptions.with(com.oracle.bedrock.runtime.PropertiesBuilder builder) Create aWindowsShellOptionscontaining the basic set of WinRM options on top of which the the specified set of WinRM options will be added.WindowsShellOptions.withLifetime(long lifetime, TimeUnit units) Set the lifetime of the WinRM shellMethods in com.oracle.bedrock.runtime.remote.windows.winrm with parameters of type WindowsShellOptions