| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
JsonJob.getSecrets() |
FlowControlJob |
JsonJob.registerSecret(String key,
String value) |
| Modifier and Type | Method and Description |
|---|---|
FlowControlJob |
ModelJobDb.getJob(FlowControlCallContext fccc,
String name) |
FlowControlJob |
ModelJobDb.getJobAsAdmin(String name) |
Collection<FlowControlJob> |
ModelJobDb.getJobsFor(FlowControlCallContext fccc) |
void |
ModelJobDb.removeJob(FlowControlCallContext fccc,
String name) |
void |
ModelJobDb.storeJob(FlowControlCallContext fccc,
String name,
FlowControlJob job) |
| Modifier and Type | Method and Description |
|---|---|
FlowControlJob |
FlowControlJobDb.Builder.build() |
FlowControlJobDb.Builder |
FlowControlJobDb.createJob(FlowControlCallContext fccc) |
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.
|
Collection<FlowControlJob> |
FlowControlJobDb.getJobsFor(FlowControlCallContext fccc) |
default Set<String> |
FlowControlJob.getSecretRefs()
Get a set of secret references used in this job's deployment.
|
Map<String,String> |
FlowControlJob.getSecrets()
Get a map of secrets and their values
|
default boolean |
FlowControlJobDb.jobExists(FlowControlCallContext ctx,
String name)
Check if a job exists.
|
FlowControlJob |
FlowControlJob.registerSecret(String key,
String value)
Register a secret key and value.
|
void |
FlowControlJobDb.removeJob(FlowControlCallContext ctx,
String name)
Remove the given job
|
void |
FlowControlJobDb.storeJob(FlowControlCallContext ctx,
String name,
FlowControlJob job)
Store the give job
|
| Modifier and Type | Method and Description |
|---|---|
FlowControlJobDb.Builder |
DummyJobDb.createJob(FlowControlCallContext fccc) |
FlowControlJob |
DummyJobDb.getJob(FlowControlCallContext ctx,
String name) |
FlowControlJob |
DummyJobDb.getJobAsAdmin(String name) |
Collection<FlowControlJob> |
DummyJobDb.getJobsFor(FlowControlCallContext fccc) |
void |
DummyJobDb.removeJob(FlowControlCallContext ctx,
String name) |
void |
DummyJobDb.storeJob(FlowControlCallContext ctx,
String name,
FlowControlJob job) |
Copyright © 2022 continual.io. All rights reserved.