| Package | Description |
|---|---|
| com.rultor.env |
Test/Development/Execution Environments.
|
| com.rultor.env.ec2 |
Amazon EC2 Environments.
|
| com.rultor.shell.ssh |
SSH shells.
|
| Modifier and Type | Method and Description |
|---|---|
Environment |
Environments.acquire()
Get new environment.
|
Environment |
Server.acquire() |
Environment |
Badged.acquire() |
Environment |
Immortal.acquire() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Environment> |
Server.iterator() |
Iterator<Environment> |
Badged.iterator() |
Iterator<Environment> |
Immortal.iterator() |
| Modifier and Type | Method and Description |
|---|---|
Environment |
EC2.acquire() |
Environment |
CFStacks.acquire() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Environment> |
EC2.iterator() |
Iterator<Environment> |
CFStacks.iterator() |
| Constructor and Description |
|---|
SSHServer(Environment environ,
String user,
PrivateKey priv)
Public ctor.
|
Copyright © 2009–2014 Rultor Inc.. All rights reserved.