public class ListProvisionersResponse.ProvisionerInformation.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 |
method
Method to indicate the desired action to be performed for a given resource.
|
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, a request is made using the
url and method. |
| 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 by the front-end to know where to display the action.
context |
Page displayed |
|---|---|
| provisioner | Provisioner Explorer |
| worker-type | Workers Explorer |
| worker | Worker Explorer |
Possible values: * “provisioner” * “worker-type” * “worker”
public String description
public String method
Method to indicate the desired action to be performed for a given resource.
Possible values: * “POST” * “PUT” * “DELETE” * “PATCH”
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, a request is made using the url and method. Depending on the context, the following parameters will be substituted in the url:
context |
Path parameters |
|---|---|
| provisioner | |
| worker-type | |
| worker |
Note: The request needs to be signed with the user’s Taskcluster credentials.
Copyright © 2014–2017 Mozilla. All rights reserved.