public interface FlowControlDeployment
| Modifier and Type | Interface and Description |
|---|---|
static class |
FlowControlDeployment.Status |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Get the deployment ID
|
String |
getJobId()
Get the job this deployment is running
|
List<String> |
getLog(String instanceId,
String sinceRfc3339Time)
Get a log listing for a given instance
|
FlowControlDeployment.Status |
getStatus()
Get the status of the given deployment
|
int |
instanceCount()
Get the deployment's instance count
|
Set<String> |
instances()
Get the instance names in this deployment
|
String getId()
String getJobId()
FlowControlDeployment.Status getStatus() throws FlowControlDeploymentService.ServiceException
FlowControlDeploymentService.ServiceExceptionint instanceCount()
Set<String> instances()
List<String> getLog(String instanceId, String sinceRfc3339Time) throws FlowControlDeploymentService.ServiceException, FlowControlDeploymentService.RequestException
instanceId - sinceRfc3339Time - a time to use as "since", can be nullFlowControlDeploymentService.ServiceExceptionFlowControlDeploymentService.RequestExceptionCopyright © 2022 continual.io. All rights reserved.