Class RemoteBooter
java.lang.Object
com.xebialabs.deployit.booter.remote.RemoteBooter
The
RemoteBooter can be used to create DeployitCommunicator's to connect to different XL Deploy
instances. A new DeployitCommunicator is created by calling boot(BooterConfig).
DeployitCommunicator's are cached and can be retrieved using the BooterConfig used to create them or
using the configuration key that can be obtained by calling BooterConfig.getKey(). The RemoteBooter
is thread safe.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DeployitCommunicatorboot(BooterConfig config) static DeployitCommunicatorgetCommunicator(BooterConfig config) static DeployitCommunicatorgetCommunicator(String key) static voidshutdown()
-
Constructor Details
-
RemoteBooter
public RemoteBooter()
-
-
Method Details
-
boot
-
getCommunicator
-
getCommunicator
-
shutdown
public static void shutdown()
-