public class AutomationRun extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
Long |
automationId
ID of the associated Automation.
|
Date |
completedAt
Automation run completion/failure date/time.
|
Date |
createdAt
Automation run start date/time.
|
Long |
failedOperations
Count of failed operations.
|
Long |
id
ID.
|
Double |
runtime
Automation run runtime.
|
String |
status
The success status of the AutomationRun.
|
String |
statusMessagesUrl
Link to status messages log file.
|
Long |
successfulOperations
Count of successful operations.
|
| Constructor and Description |
|---|
AutomationRun() |
AutomationRun(HashMap<String,Object> parameters) |
AutomationRun(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<AutomationRun> |
all() |
static ListIterator<AutomationRun> |
all(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static AutomationRun |
find(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static AutomationRun |
find(Long id,
HashMap<String,Object> parameters)
Parameters:
id (required) - int64 - Automation Run ID.
|
static AutomationRun |
find(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static AutomationRun |
get() |
static AutomationRun |
get(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<AutomationRun> |
list()
Parameters:
cursor - string - Used for pagination.
|
static ListIterator<AutomationRun> |
list(HashMap<String,Object> parameters) |
static ListIterator<AutomationRun> |
list(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetOptionspublic Long id
public Long automationId
public Date completedAt
public Date createdAt
public Double runtime
public String status
public Long successfulOperations
public Long failedOperations
public String statusMessagesUrl
public static ListIterator<AutomationRun> list() throws RuntimeException
RuntimeExceptionpublic static ListIterator<AutomationRun> list(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ListIterator<AutomationRun> list(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<AutomationRun> all() throws RuntimeException
RuntimeExceptionpublic static ListIterator<AutomationRun> all(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static AutomationRun find(Long id, HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static AutomationRun find(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static AutomationRun find(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static AutomationRun get() throws RuntimeException
RuntimeExceptionpublic static AutomationRun get(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionCopyright © 2024 com.github.files-com. All rights reserved.