Module: taskcluster-client/config

taskcluster-client/config

shared configuration generation for various modules.

Source:

Members

<inner, constant> DEFAULT_TASKCLUSTER_QUEUE

XXX: this should be https and in the mozilla subdomain.

Source:

<inner, constant> DEFAULT_TASKCLUSTER_TASK_BUCKET

Default location where task definitions can be fetched from.

Source:

Methods

<inner> config(options) → {Object}

Parameters:
Name Type Argument Description
options Object <optional>

configuration details for TC.

Properties
Name Type Argument Description
queueUrl Object <optional>

protocol + host for queue url.

tasksUrl Object <optional>

protocol + host for tasks location.

Source:
Returns:

full configuration for taskcluster

Type
Object