| Modifier and Type | Method and Description |
|---|---|
FlowControlJob |
FlowControlApi.getJob(String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<FlowControlJob> |
FlowControlApi.getAllJobs() |
| Modifier and Type | Method and Description |
|---|---|
FlowControlApi |
FlowControlApi.registerJob(FlowControlJob job) |
FlowControlApi |
FlowControlApi.removeJob(FlowControlJob job) |
FlowControlApi |
FlowControlApi.updateJob(FlowControlJob job) |
| Modifier and Type | Method and Description |
|---|---|
FlowControlJob |
FlowControlDeploymentService.DeploymentSpec.getJob() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
ConfigTransferService.deployConfiguration(FlowControlJob job)
Prepare a configuration to be pulled into a running deployment and return a fetch key
|
FlowControlDeploymentService.DeploymentSpecBuilder |
FlowControlDeploymentService.DeploymentSpecBuilder.forJob(FlowControlJob job) |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonJob |
| Modifier and Type | Method and Description |
|---|---|
FlowControlJob |
JsonJob.registerSecret(String key,
String value) |
FlowControlJob |
JsonJob.removeSecretRef(String key) |
FlowControlJob |
JsonJob.setConfiguration(FlowControlJobConfig config) |
FlowControlJob |
JsonJob.setRuntimeSpec(FlowControlRuntimeSpec runtimeSpec) |
| Modifier and Type | Method and Description |
|---|---|
FlowControlJob |
ModelJobDb.getJob(FlowControlCallContext fccc,
String name) |
FlowControlJob |
ModelJobDb.getJobAsAdmin(String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<FlowControlJob> |
ModelJobDb.getJobsFor(FlowControlCallContext fccc) |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelJobDb.storeJob(FlowControlCallContext fccc,
String name,
FlowControlJob job) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
ConfigFetchService.deployConfiguration(FlowControlJob job) |
| Modifier and Type | Method and Description |
|---|---|
FlowControlJob |
FlowControlJobDb.Builder.build() |
FlowControlJob |
FlowControlJobDb.getJob(FlowControlCallContext ctx,
String name)
Get a flow control job or return null if it does not exist for the calling user.
|
FlowControlJob |
FlowControlJobDb.getJobAsAdmin(String name)
Get a job (or return null) without checking access rights.
|
FlowControlJob |
FlowControlJob.registerSecret(String key,
String value)
Register a secret key and value.
|
FlowControlJob |
FlowControlJob.removeSecretRef(String key)
Remove a secret reference from this job.
|
FlowControlJob |
FlowControlJob.setConfiguration(FlowControlJobConfig config)
Set the configuration for this job.
|
FlowControlJob |
FlowControlJob.setRuntimeSpec(FlowControlRuntimeSpec runtimeSpec)
Set the runtime spec for this job.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<FlowControlJob> |
FlowControlJobDb.getJobsFor(FlowControlCallContext fccc) |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowControlJobDb.storeJob(FlowControlCallContext ctx,
String name,
FlowControlJob job)
Store the give job
|
| Modifier and Type | Method and Description |
|---|---|
FlowControlJob |
DummyJobDb.getJob(FlowControlCallContext ctx,
String name) |
FlowControlJob |
DummyJobDb.getJobAsAdmin(String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<FlowControlJob> |
DummyJobDb.getJobsFor(FlowControlCallContext fccc) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
DummyConfigTransfer.deployConfiguration(FlowControlJob job) |
void |
DummyJobDb.storeJob(FlowControlCallContext ctx,
String name,
FlowControlJob job) |
Copyright © 2022 continual.io. All rights reserved.