public class WorkerTypeResponse.Actions1 extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
context
Actions have a “context” that is one of provisioner, worker-type, or worker, indicating which it applies to.
|
String |
description
Description of the provisioner.
|
String |
name
Short names for things like logging/error messages.
|
Object |
title
Appropriate title for any sort of Modal prompt.
|
String |
url
When an action is triggered, the
url and context property are used to make the POST request. |
| Constructor and Description |
|---|
Actions1() |
public String context
Actions have a “context” that is one of provisioner, worker-type, or worker, indicating which it applies to. context is used to construct the query string of the POST request. If context='worker', the query string will be ?provisionerId=${PROVISIONER_ID}&workerType=${WORKER_TYPE}&workerGroup=${WORKER_GROUP}&workerId=${WORKER_ID}. If context='worker-type', the query string will be ?provisionerId=${PROVISIONER_ID}&workerType=${WORKER_TYPE}. If context='provisioner', the query string will be ?provisionerId=${PROVISIONER_ID}.
Possible values: * “worker-type”
public String description
Description of the provisioner.
public String name
Short names for things like logging/error messages.
public Object title
Appropriate title for any sort of Modal prompt.
public String url
When an action is triggered, the url and context property are used to make the POST request. The request needs to be signed with the user’s Taskcluster credentials.
Copyright © 2014–2017 Mozilla. All rights reserved.