| Package | Description |
|---|---|
| com.spotify.helios.common.descriptors |
| Modifier and Type | Class and Description |
|---|---|
class |
ExecHealthCheck |
class |
HttpHealthCheck |
class |
TcpHealthCheck |
| Modifier and Type | Field and Description |
|---|---|
static HealthCheck |
Job.EMPTY_HEALTH_CHECK |
| Modifier and Type | Method and Description |
|---|---|
HealthCheck |
Job.getHealthCheck() |
HealthCheck |
Job.Builder.getHealthCheck() |
| Modifier and Type | Method and Description |
|---|---|
Job.Builder |
Job.Builder.setHealthCheck(HealthCheck healthCheck) |
| Constructor and Description |
|---|
Job(JobId id,
String image,
String hostname,
List<String> command,
Map<String,String> env,
Resources resources,
Map<String,PortMapping> ports,
Map<ServiceEndpoint,ServicePorts> registration,
Integer gracePeriod,
Map<String,String> volumes,
Date expires,
String registrationDomain,
String creatingUser,
String token,
HealthCheck healthCheck,
List<String> securityOpt,
String networkMode)
Create a Job.
|
Copyright © 2015. All rights reserved.