| Package | Description |
|---|---|
| com.gooddata.sdk.model.dataload.processes |
| Modifier and Type | Method and Description |
|---|---|
Collection<DataloadProcess> |
DataloadProcesses.getItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
Schedule.setExecutable(DataloadProcess process,
String executable) |
void |
Schedule.setProcessId(DataloadProcess process) |
| Constructor and Description |
|---|
ProcessExecution(DataloadProcess process,
String executable) |
ProcessExecution(DataloadProcess process,
String executable,
Map<String,String> params) |
ProcessExecution(DataloadProcess process,
String executable,
Map<String,String> params,
Map<String,String> hiddenParams) |
Schedule(DataloadProcess process,
String executable,
Schedule triggerSchedule)
Creates schedule, which is triggered by execution of different schedule
|
Schedule(DataloadProcess process,
String executable,
String cron) |
Copyright © 2019. All rights reserved.