Package | Description |
---|---|
com.testein.jenkins.api.enums | |
com.testein.jenkins.api.models |
Modifier and Type | Method and Description |
---|---|
TaskStatus |
UploadTargetType.TaskStatusDeserializer.deserialize(com.google.gson.JsonElement element,
Type arg1,
com.google.gson.JsonDeserializationContext arg2) |
static TaskStatus |
UploadTargetType.fromKey(int key) |
Modifier and Type | Field and Description |
---|---|
TaskStatus |
TaskDetails.status |
Modifier and Type | Method and Description |
---|---|
TaskStatus |
TaskStatus.TaskStatusDeserializer.deserialize(com.google.gson.JsonElement element,
Type arg1,
com.google.gson.JsonDeserializationContext arg2) |
static TaskStatus |
TaskStatus.fromKey(int key) |
static TaskStatus |
TaskStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskStatus[] |
TaskStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016–2017. All rights reserved.