Modifier and Type | Method and Description |
---|---|
static HostPickingStrategy |
HostPickingStrategies.deterministic(String key)
For any given invocation returns a random host, but running the same test with the same
key should put jobs on the same hosts as they were the last time.
|
static HostPickingStrategy |
HostPickingStrategies.deterministicOneHost(String key)
Deterministically, choose a single host for all jobs in the test.
|
static HostPickingStrategy |
HostPickingStrategies.random()
For any given invocation returns a random host
|
static HostPickingStrategy |
HostPickingStrategies.randomOneHost()
Pick a single host and use that for all jobs to be deployed in the tests used by this
strategy.
|
Modifier and Type | Method and Description |
---|---|
TemporaryJobs.Builder |
TemporaryJobs.Builder.hostPickingStrategy(HostPickingStrategy strategy) |
Constructor and Description |
---|
DefaultDeployer(HeliosClient client,
List<TemporaryJob> jobs,
HostPickingStrategy hostPicker) |
Copyright © 2014. All rights reserved.