public class ListWorkersResponse.WorkersEntry extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
ListWorkersResponse.WorkersEntry.MostRecentTask |
| Modifier and Type | Field and Description |
|---|---|
boolean |
disabled
Disabling a worker allows the machine to remain alive but not accept jobs.
|
Date |
firstClaim
Date of the first time this worker claimed a task.
|
ListWorkersResponse.WorkersEntry.MostRecentTask |
latestTask
The most recent claimed taskSee http://schemas.taskcluster.net/queue/v1/list-workers-response.json#/properties/workers/items/properties/latestTask
|
String |
workerGroup
Identifier for the worker group containing this worker.
|
String |
workerId
Identifier for this worker (unique within this worker group).
|
| Constructor and Description |
|---|
WorkersEntry() |
public boolean disabled
Disabling a worker allows the machine to remain alive but not accept jobs. Enabling a worker on the other hand will resume accepting jobs.
public Date firstClaim
Date of the first time this worker claimed a task.
public ListWorkersResponse.WorkersEntry.MostRecentTask latestTask
The most recent claimed task
public String workerGroup
Identifier for the worker group containing this worker.
Syntax: ^([a-zA-Z0-9-_]*)$ Min length: 1 Max length: 22
public String workerId
Identifier for this worker (unique within this worker group).
Syntax: ^([a-zA-Z0-9-_]*)$ Min length: 1 Max length: 22
Copyright © 2014–2017 Mozilla. All rights reserved.