public class ListProvisionersResponse.ProvisionerInformation extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
ListProvisionersResponse.ProvisionerInformation.Actions1 |
| Modifier and Type | Field and Description |
|---|---|
ListProvisionersResponse.ProvisionerInformation.Actions1[] |
actions
|
String |
description
Description of the provisioner.
|
Date |
expires
Date and time after which the provisioner created will be automatically deleted by the queue.
|
Date |
lastDateActive
Date and time where the provisioner was last seen activeSee http://schemas.taskcluster.net/queue/v1/list-provisioners-response.json#/properties/provisioners/items/properties/lastDateActive
|
String |
provisionerId
Syntax: ^([a-zA-Z0-9-_]*)$ Min length: 1 Max length: 22See http://schemas.taskcluster.net/queue/v1/list-provisioners-response.json#/properties/provisioners/items/properties/provisionerId
|
String |
stability
This is the stability of the provisioner.
|
| Constructor and Description |
|---|
ProvisionerInformation() |
public ListProvisionersResponse.ProvisionerInformation.Actions1[] actions
public String description
Description of the provisioner.
public Date expires
Date and time after which the provisioner created will be automatically deleted by the queue.
public Date lastDateActive
Date and time where the provisioner was last seen active
public String provisionerId
Syntax: ^([a-zA-Z0-9-_]*)$ Min length: 1 Max length: 22
public String stability
This is the stability of the provisioner. Accepted values: * experimental * stable * deprecated
Possible values: * “experimental” * “stable” * “deprecated”
Copyright © 2014–2017 Mozilla. All rights reserved.