| Package | Description |
|---|---|
| com.github.automately.java |
| Modifier and Type | Method and Description |
|---|---|
static Job |
Automately.getJob(String token) |
static Job |
Automately.startJob(boolean attachConsole,
io.jsync.json.JsonObject config) |
static Job |
Automately.startJob(io.jsync.json.JsonObject config) |
static Job |
Automately.startJob(String scriptData,
String scriptPath) |
static Job |
Automately.startJob(String scriptData,
String scriptPath,
boolean attachConsole) |
static Job |
Automately.startJob(String scriptData,
String scriptPath,
boolean attachConsole,
io.jsync.json.JsonObject config) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<Job> |
Automately.getJobs() |
static Collection<Job> |
Automately.getJobs(int page) |
static Collection<Job> |
Automately.getJobs(int page,
int count) |
static Collection<Job> |
Automately.getRunningJobs() |
static Collection<Job> |
Automately.getRunningJobs(int page) |
static Collection<Job> |
Automately.getRunningJobs(int page,
int count) |
static Collection<Job> |
Automately.getRunningServices() |
static Collection<Job> |
Automately.getRunningServices(int page) |
static Collection<Job> |
Automately.getRunningServices(int page,
int count) |
Copyright © 2016. All rights reserved.