| Package | Description |
|---|---|
| io.jenkins.plugins.delphix.objects |
| Modifier and Type | Method and Description |
|---|---|
Job.StatusEnum |
Job.getStatus() |
static Job.StatusEnum |
Job.StatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Job.StatusEnum[] |
Job.StatusEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Job(Job.StatusEnum status,
String type,
String reference,
String namespace,
String name,
String actionType,
String target,
String targetObjectType,
String jobState,
String startTime,
String updateTime,
Boolean suspendable,
Boolean cancelable,
Boolean queued,
String user,
String emailAddresses,
String title,
Integer percentComplete,
String targetName,
String parentActionState,
String parentAction)
Constructor for Job.
|
Copyright © 2016–2018. All rights reserved.