- cacheName - Variable in class org.mozilla.taskcluster.client.purgecache.PurgeCacheRequest
-
Name of cache to purge.
- cacheName - Variable in class org.mozilla.taskcluster.client.purgecacheevents.PurgeCacheMessage
-
Name of cache to purge.
- CallSummary<Request,Response> - Class in org.mozilla.taskcluster.client
-
- CallSummary() - Constructor for class org.mozilla.taskcluster.client.CallSummary
-
- cancelTask(String) - Method in class org.mozilla.taskcluster.client.queue.Queue
-
This method will cancel a task that is either unscheduled, pending or running.
- canUseOndemand - Variable in class org.mozilla.taskcluster.client.awsprovisioner.CreateWorkerTypeRequest
-
True if this worker type is allowed on demand instances.
- canUseOndemand - Variable in class org.mozilla.taskcluster.client.awsprovisioner.GetWorkerTypeRequest
-
True if this worker type is allowed on demand instances.
- canUseSpot - Variable in class org.mozilla.taskcluster.client.awsprovisioner.CreateWorkerTypeRequest
-
True if this worker type is allowed spot instances.
- canUseSpot - Variable in class org.mozilla.taskcluster.client.awsprovisioner.GetWorkerTypeRequest
-
True if this worker type is allowed spot instances.
- capacity - Variable in class org.mozilla.taskcluster.client.awsprovisioner.CreateWorkerTypeRequest.InstanceTypes
-
This number represents the number of tasks that this instance type is capable of running concurrently.
- capacity - Variable in class org.mozilla.taskcluster.client.awsprovisioner.GetWorkerTypeRequest.InstanceTypes
-
This number represents the number of tasks that this instance type is capable of running concurrently.
- certificate - Variable in class org.mozilla.taskcluster.client.awsprovisioner.GetSecretResponse.Credentials
-
- certificate - Variable in class org.mozilla.taskcluster.client.queue.TaskClaimResponse.Credentials
-
The certificate for the temporary credentials, these are required for the temporary credentials to work.
- certificate - Variable in class org.mozilla.taskcluster.client.queue.TaskReclaimResponse.Credentials
-
The certificate for the temporary credentials, these are required for the temporary credentials to work.
- claimTask(String, String, TaskClaimRequest) - Method in class org.mozilla.taskcluster.client.queue.Queue
-
claim a task, more to be added later…
- client(String) - Method in class org.mozilla.taskcluster.client.auth.Auth
-
Get information about a single client.
- clientId - Variable in class org.mozilla.taskcluster.client.auth.CreateClientResponse
-
ClientId of the client
- clientId - Variable in class org.mozilla.taskcluster.client.auth.ExportedClients
-
ClientId of the client scopes is requested about
- clientId - Variable in class org.mozilla.taskcluster.client.auth.GetClientResponse
-
ClientId of the client scopes is requested about
- clientId - Variable in class org.mozilla.taskcluster.client.awsprovisioner.GetSecretResponse.Credentials
-
- clientId - Variable in class org.mozilla.taskcluster.client.queue.TaskClaimResponse.Credentials
-
The clientId for the temporary credentials.
- clientId - Variable in class org.mozilla.taskcluster.client.queue.TaskReclaimResponse.Credentials
-
The clientId for the temporary credentials.
- configureHawk() - Method in class org.mozilla.taskcluster.client.TaskClusterRequestHandler
-
- contentType - Variable in class org.mozilla.taskcluster.client.queue.ListArtifactsResponse.Artifacts
-
Mimetype for the artifact that was created.
- contentType - Variable in class org.mozilla.taskcluster.client.queueevents.ArtifactCreatedMessage.Artifact
-
Mimetype for the artifact that was created.
- continuationToken - Variable in class org.mozilla.taskcluster.client.index.ListNamespacesRequest
-
A continuation token previously returned in a response to this list request.
- continuationToken - Variable in class org.mozilla.taskcluster.client.index.ListNamespacesResponse
-
A continuation token is returned if there are more results than listed here.
- continuationToken - Variable in class org.mozilla.taskcluster.client.index.ListTasksRequest
-
A continuation token previously returned in a response to this list request.
- continuationToken - Variable in class org.mozilla.taskcluster.client.index.ListTasksResponse
-
A continuation token is returned if there are more results than listed here.
- continuationToken - Variable in class org.mozilla.taskcluster.client.queue.ListTaskGroupResponse
-
Opaque continuationToken to be given as query-string option if all the tasks in the task-group wasn’t included in this result.
- CountPendingTasksResponse - Class in org.mozilla.taskcluster.client.queue
-
Response to a request for the number of pending tasks for a given provisionerId and workerType.
- CountPendingTasksResponse() - Constructor for class org.mozilla.taskcluster.client.queue.CountPendingTasksResponse
-
- createArtifact(String, String, String, Object) - Method in class org.mozilla.taskcluster.client.queue.Queue
-
This API end-point creates an artifact for a specific run of a task.
- createClient(String, CreateClientRequest) - Method in class org.mozilla.taskcluster.client.auth.Auth
-
Create a new client and get the accessToken for this client.
- CreateClientRequest - Class in org.mozilla.taskcluster.client.auth
-
Properties to create a client.
- CreateClientRequest() - Constructor for class org.mozilla.taskcluster.client.auth.CreateClientRequest
-
- CreateClientResponse - Class in org.mozilla.taskcluster.client.auth
-
All details about a client including the accessToken
- CreateClientResponse() - Constructor for class org.mozilla.taskcluster.client.auth.CreateClientResponse
-
- created - Variable in class org.mozilla.taskcluster.client.auth.CreateClientResponse
-
Date and time when this client was created
- created - Variable in class org.mozilla.taskcluster.client.auth.GetClientResponse
-
Date and time when this client was created
- created - Variable in class org.mozilla.taskcluster.client.auth.GetRoleResponse
-
Date and time when this role was created
- created - Variable in class org.mozilla.taskcluster.client.queue.TaskDefinitionRequest
-
Creation time of task
- created - Variable in class org.mozilla.taskcluster.client.queue.TaskDefinitionResponse
-
Creation time of task
- created - Variable in class org.mozilla.taskcluster.client.scheduler.TaskDefinitionRequest
-
Creation time of task
- createHook(String, String, HookCreationRequest) - Method in class org.mozilla.taskcluster.client.hooks.Hooks
-
This endpoint will create a new hook.
- createRole(String, CreateRoleRequest) - Method in class org.mozilla.taskcluster.client.auth.Auth
-
Create a new role.
- CreateRoleRequest - Class in org.mozilla.taskcluster.client.auth
-
Data to create or update a role.
- CreateRoleRequest() - Constructor for class org.mozilla.taskcluster.client.auth.CreateRoleRequest
-
- createSecret(String, GetSecretRequest) - Method in class org.mozilla.taskcluster.client.awsprovisioner.AwsProvisioner
-
Insert a secret into the secret storage.
- createTask(String, TaskDefinitionRequest) - Method in class org.mozilla.taskcluster.client.queue.Queue
-
Create a new task, this is an idempotent operation, so repeat it if you get an internal server error or network connection is dropped.
- createTaskGraph(String, TaskGraphDefinition1) - Method in class org.mozilla.taskcluster.client.scheduler.Scheduler
-
Create a new task-graph, the status of the resulting JSON is a task-graph status structure, you can find the taskGraphId in this structure.
- createWorkerType(String, CreateWorkerTypeRequest) - Method in class org.mozilla.taskcluster.client.awsprovisioner.AwsProvisioner
-
Create a worker type.
- CreateWorkerTypeRequest - Class in org.mozilla.taskcluster.client.awsprovisioner
-
A worker launchSpecification and required metadata
- CreateWorkerTypeRequest() - Constructor for class org.mozilla.taskcluster.client.awsprovisioner.CreateWorkerTypeRequest
-
- CreateWorkerTypeRequest.InstanceTypes - Class in org.mozilla.taskcluster.client.awsprovisioner
-
- CreateWorkerTypeRequest.Regions - Class in org.mozilla.taskcluster.client.awsprovisioner
-
- CreateWorkerTypeRequest.Regions.LaunchSpec - Class in org.mozilla.taskcluster.client.awsprovisioner
-
LaunchSpecification entries unique to this Region
- credentials - Variable in class org.mozilla.taskcluster.client.auth.AWSS3CredentialsResponse
-
- Credentials() - Constructor for class org.mozilla.taskcluster.client.auth.AWSS3CredentialsResponse.Credentials
-
- credentials - Variable in class org.mozilla.taskcluster.client.awsprovisioner.GetSecretResponse
-
- Credentials() - Constructor for class org.mozilla.taskcluster.client.awsprovisioner.GetSecretResponse.Credentials
-
- credentials - Variable in class org.mozilla.taskcluster.client.queue.TaskClaimResponse
-
- Credentials() - Constructor for class org.mozilla.taskcluster.client.queue.TaskClaimResponse.Credentials
-
- credentials - Variable in class org.mozilla.taskcluster.client.queue.TaskReclaimResponse
-
- Credentials() - Constructor for class org.mozilla.taskcluster.client.queue.TaskReclaimResponse.Credentials
-
- data - Variable in class org.mozilla.taskcluster.client.awsprovisioner.GetSecretResponse
-
Free-form object which contains secrets from the worker type definition
- data - Variable in class org.mozilla.taskcluster.client.index.IndexedTaskResponse
-
Data that was reported with the task.
- data - Variable in class org.mozilla.taskcluster.client.index.InsertTaskRequest
-
This is an arbitrary JSON object.
- data - Variable in class org.mozilla.taskcluster.client.index.ListTasksResponse.Tasks
-
Data that was reported with the task.
- deadline - Variable in class org.mozilla.taskcluster.client.hooks.HookCreationRequest
-
Deadline of the task, pending and running runs are resolved as failed if not resolved by other means before the deadline.
- deadline - Variable in class org.mozilla.taskcluster.client.hooks.HookDefinition
-
Deadline of the task, pending and running runs are resolved as failed if not resolved by other means before the deadline.
- deadline - Variable in class org.mozilla.taskcluster.client.queue.TaskDefinitionRequest
-
Deadline of the task, pending and running runs are resolved as failed if not resolved by other means before the deadline.
- deadline - Variable in class org.mozilla.taskcluster.client.queue.TaskDefinitionResponse
-
Deadline of the task, pending and running runs are resolved as failed if not resolved by other means before the deadline.
- deadline - Variable in class org.mozilla.taskcluster.client.queue.TaskStatusStructure
-
Deadline of the task, pending and running runs are resolved as failed if not resolved by other means before the deadline.
- deadline - Variable in class org.mozilla.taskcluster.client.queueevents.TaskStatusStructure
-
Deadline of the task, pending and running runs are resolved as failed if not resolved by other means before the deadline.
- deadline - Variable in class org.mozilla.taskcluster.client.scheduler.TaskDefinitionRequest
-
Deadline of the task, pending and running runs are resolved as failed if not resolved by other means before the deadline.
- defaultBaseURL - Static variable in class org.mozilla.taskcluster.client.auth.Auth
-
- defaultBaseURL - Static variable in class org.mozilla.taskcluster.client.awsprovisioner.AwsProvisioner
-
- defaultBaseURL - Static variable in class org.mozilla.taskcluster.client.github.Github
-
- defaultBaseURL - Static variable in class org.mozilla.taskcluster.client.hooks.Hooks
-
- defaultBaseURL - Static variable in class org.mozilla.taskcluster.client.index.Index
-
- defaultBaseURL - Static variable in class org.mozilla.taskcluster.client.purgecache.PurgeCache
-
- defaultBaseURL - Static variable in class org.mozilla.taskcluster.client.queue.Queue
-
- defaultBaseURL - Static variable in class org.mozilla.taskcluster.client.scheduler.Scheduler
-
- defaultBaseURL - Static variable in class org.mozilla.taskcluster.client.secrets.Secrets
-
- defineTask(String, TaskDefinitionRequest) - Method in class org.mozilla.taskcluster.client.queue.Queue
-
Define a task without scheduling it.
- deleteClient(String) - Method in class org.mozilla.taskcluster.client.auth.Auth
-
Delete a client, please note that any roles related to this client must be deleted independently.
- deleteRole(String) - Method in class org.mozilla.taskcluster.client.auth.Auth
-
Delete a role.
- dependents - Variable in class org.mozilla.taskcluster.client.scheduler.InspectTaskGraphResponse.Tasks
-
List of taskIds that requires this task to be complete successfully before they can be scheduled.
- dependents - Variable in class org.mozilla.taskcluster.client.scheduler.InspectTaskGraphTaskResponse
-
List of taskIds that requires this task to be complete successfully before they can be scheduled.
- description - Variable in class org.mozilla.taskcluster.client.auth.CreateClientRequest
-
Description of what these credentials are used for in markdown.
- description - Variable in class org.mozilla.taskcluster.client.auth.CreateClientResponse
-
Description of what these credentials are used for in markdown.
- description - Variable in class org.mozilla.taskcluster.client.auth.CreateRoleRequest
-
Description of what this role is used for in markdown.
- description - Variable in class org.mozilla.taskcluster.client.auth.ExportedClients
-
Description of what these credentials are used for in markdown.
- description - Variable in class org.mozilla.taskcluster.client.auth.GetClientResponse
-
Description of what these credentials are used for in markdown.
- description - Variable in class org.mozilla.taskcluster.client.auth.GetRoleResponse
-
Description of what this role is used for in markdown.
- description - Variable in class org.mozilla.taskcluster.client.hooks.HookCreationRequest.Metadata
-
Long-form of the hook’s purpose and behavior
- description - Variable in class org.mozilla.taskcluster.client.hooks.HookDefinition.Metadata
-
Long-form of the hook’s purpose and behavior
- description - Variable in class org.mozilla.taskcluster.client.hooks.TaskTemplate.Metadata
-
Human readable description of the task, please explain what the task does.
- description - Variable in class org.mozilla.taskcluster.client.queue.TaskDefinitionRequest.Metadata
-
Human readable description of the task, please explain what the task does.
- description - Variable in class org.mozilla.taskcluster.client.queue.TaskDefinitionResponse.Metadata
-
Human readable description of the task, please explain what the task does.
- description - Variable in class org.mozilla.taskcluster.client.scheduler.InspectTaskGraphResponse.Metadata
-
Human readable description of task-graph, explain what it does!
- description - Variable in class org.mozilla.taskcluster.client.scheduler.TaskDefinitionRequest.Metadata
-
Human readable description of the task, please explain what the task does.
- description - Variable in class org.mozilla.taskcluster.client.scheduler.TaskGraphDefinition1.Metadata
-
Human readable description of task-graph, explain what it does!
- description - Variable in class org.mozilla.taskcluster.client.scheduler.TaskGraphInfoResponse.Metadata
-
Human readable description of task-graph, explain what it does!
- details - Variable in class org.mozilla.taskcluster.client.githubevents.GitHubPullRequestMessage
-
Metadata describing the pull request.
- details - Variable in class org.mozilla.taskcluster.client.githubevents.GitHubPushMessage
-
Metadata describing the push.
- emailOnError - Variable in class org.mozilla.taskcluster.client.hooks.HookCreationRequest.Metadata
-
Whether to email the owner on an error creating the task.
- emailOnError - Variable in class org.mozilla.taskcluster.client.hooks.HookDefinition.Metadata
-
Whether to email the owner on an error creating the task.
- EmptyPayload - Class in org.mozilla.taskcluster.client
-
- EmptyPayload() - Constructor for class org.mozilla.taskcluster.client.EmptyPayload
-
- expandedScopes - Variable in class org.mozilla.taskcluster.client.auth.CreateClientResponse
-
List of scopes granted to this client by matching roles.
- expandedScopes - Variable in class org.mozilla.taskcluster.client.auth.GetClientResponse
-
List of scopes granted to this client by matching roles.
- expandedScopes - Variable in class org.mozilla.taskcluster.client.auth.GetRoleResponse
-
List of scopes granted anyone who assumes this role, including anything granted by roles that can be assumed when you have this role.
- expiration - Variable in class org.mozilla.taskcluster.client.awsprovisioner.GetSecretRequest
-
The date at which the secret is no longer guarunteed to exist
- expires - Variable in class org.mozilla.taskcluster.client.auth.AWSS3CredentialsResponse
-
Date and time of when the temporary credentials expires.
- expires - Variable in class org.mozilla.taskcluster.client.auth.CreateClientRequest
-
Date and time where the clients access is set to expire
- expires - Variable in class org.mozilla.taskcluster.client.auth.CreateClientResponse
-
Date and time where the clients access is set to expire
- expires - Variable in class org.mozilla.taskcluster.client.auth.ExportedClients
-
Date and time where the clients credentials are set to expire
- expires - Variable in class org.mozilla.taskcluster.client.auth.GetClientResponse
-
Date and time where the clients access is set to expire
- expires - Variable in class org.mozilla.taskcluster.client.hooks.HookCreationRequest
-
Task expiration, time at which task definition and status is deleted.
- expires - Variable in class org.mozilla.taskcluster.client.hooks.HookDefinition
-
Task expiration, time at which task definition and status is deleted.
- expires - Variable in class org.mozilla.taskcluster.client.index.IndexedTaskResponse
-
Date at which this entry expires from the task index.
- expires - Variable in class org.mozilla.taskcluster.client.index.InsertTaskRequest
-
Date at which this entry expires from the task index.
- expires - Variable in class org.mozilla.taskcluster.client.index.ListNamespacesResponse.Namespaces
-
Date at which this entry, and by implication all entries below it, expires from the task index.
- expires - Variable in class org.mozilla.taskcluster.client.index.ListTasksResponse.Tasks
-
Date at which this entry expires from the task index.
- expires - Variable in class org.mozilla.taskcluster.client.queue.ListArtifactsResponse.Artifacts
-
Date and time after which the artifact created will be automatically deleted by the queue.
- expires - Variable in class org.mozilla.taskcluster.client.queue.PollTaskUrlsResponse
-
Date and time after which the signed URLs provided in this response expires and not longer works for authentication.
- expires - Variable in class org.mozilla.taskcluster.client.queue.TaskDefinitionRequest
-
Task expiration, time at which task definition and status is deleted.
- expires - Variable in class org.mozilla.taskcluster.client.queue.TaskDefinitionResponse
-
Task expiration, time at which task definition and status is deleted.
- expires - Variable in class org.mozilla.taskcluster.client.queue.TaskStatusStructure
-
Task expiration, time at which task definition and status is deleted.
- expires - Variable in class org.mozilla.taskcluster.client.queueevents.ArtifactCreatedMessage.Artifact
-
Date and time after which the artifact created will be automatically deleted by the queue.
- expires - Variable in class org.mozilla.taskcluster.client.queueevents.TaskStatusStructure
-
Task expiration, time at which task definition and status is deleted.
- expires - Variable in class org.mozilla.taskcluster.client.scheduler.TaskDefinitionRequest
-
Task expiration, time at which task definition and status is deleted.
- expires - Variable in class org.mozilla.taskcluster.client.secrets.Secret
-
An expiration date for this secret.
- expiry - Variable in class org.mozilla.taskcluster.client.auth.AzureSharedAccessSignatureResponse
-
Date and time of when the Shared-Access-Signature expires.
- ExportedClients - Class in org.mozilla.taskcluster.client.auth
-
List of clients and all their details as JSON for import/export.
- ExportedClients() - Constructor for class org.mozilla.taskcluster.client.auth.ExportedClients
-
- extendTaskGraph(String, TaskGraphDefinition) - Method in class org.mozilla.taskcluster.client.scheduler.Scheduler
-
Add a set of tasks to an existing task-graph.
- extra - Variable in class org.mozilla.taskcluster.client.hooks.TaskTemplate
-
Object with properties that can hold any kind of extra data that should be associated with the task.
- extra - Variable in class org.mozilla.taskcluster.client.queue.TaskDefinitionRequest
-
Object with properties that can hold any kind of extra data that should be associated with the task.
- extra - Variable in class org.mozilla.taskcluster.client.queue.TaskDefinitionResponse
-
Object with properties that can hold any kind of extra data that should be associated with the task.
- extra - Variable in class org.mozilla.taskcluster.client.scheduler.TaskDefinitionRequest
-
Object with properties that can hold any kind of extra data that should be associated with the task.
- lastDateUsed - Variable in class org.mozilla.taskcluster.client.auth.CreateClientResponse
-
Date of last time this client was used.
- lastDateUsed - Variable in class org.mozilla.taskcluster.client.auth.GetClientResponse
-
Date of last time this client was used.
- lastFire - Variable in class org.mozilla.taskcluster.client.hooks.HookStatusResponse
-
Information about the last time this hook fired.
- lastModified - Variable in class org.mozilla.taskcluster.client.auth.CreateClientResponse
-
Date and time of last modification
- lastModified - Variable in class org.mozilla.taskcluster.client.auth.GetClientResponse
-
Date and time of last modification
- lastModified - Variable in class org.mozilla.taskcluster.client.auth.GetRoleResponse
-
Date and time of last modification
- lastModified - Variable in class org.mozilla.taskcluster.client.awsprovisioner.GetWorkerTypeRequest
-
ISO Date string (e.g.
- lastRotated - Variable in class org.mozilla.taskcluster.client.auth.CreateClientResponse
-
Date and time of when the accessToken was reset last time.
- lastRotated - Variable in class org.mozilla.taskcluster.client.auth.GetClientResponse
-
Date and time of when the accessToken was reset last time.
- launchSpec - Variable in class org.mozilla.taskcluster.client.awsprovisioner.CreateWorkerTypeRequest.InstanceTypes
-
LaunchSpecification entries unique to this InstanceType
- launchSpec - Variable in class org.mozilla.taskcluster.client.awsprovisioner.CreateWorkerTypeRequest
-
Launch Specification entries which are used in all regions and all instance types
- launchSpec - Variable in class org.mozilla.taskcluster.client.awsprovisioner.CreateWorkerTypeRequest.Regions
-
- LaunchSpec() - Constructor for class org.mozilla.taskcluster.client.awsprovisioner.CreateWorkerTypeRequest.Regions.LaunchSpec
-
- launchSpec - Variable in class org.mozilla.taskcluster.client.awsprovisioner.GetWorkerTypeRequest.InstanceTypes
-
LaunchSpecification entries unique to this InstanceType
- launchSpec - Variable in class org.mozilla.taskcluster.client.awsprovisioner.GetWorkerTypeRequest
-
Launch Specification entries which are used in all regions and all instance types
- launchSpec - Variable in class org.mozilla.taskcluster.client.awsprovisioner.GetWorkerTypeRequest.Regions
-
- LaunchSpec() - Constructor for class org.mozilla.taskcluster.client.awsprovisioner.GetWorkerTypeRequest.Regions.LaunchSpec
-
- limit - Variable in class org.mozilla.taskcluster.client.index.ListNamespacesRequest
-
Maximum number of results per page.
- limit - Variable in class org.mozilla.taskcluster.client.index.ListTasksRequest
-
Maximum number of results per page.
- list() - Method in class org.mozilla.taskcluster.client.secrets.Secrets
-
List the names of all visible secrets.
- listArtifacts(String, String) - Method in class org.mozilla.taskcluster.client.queue.Queue
-
Returns a list of artifacts and associated meta-data for a given run.
- ListArtifactsResponse - Class in org.mozilla.taskcluster.client.queue
-
List of artifacts for a given taskId and runId.
- ListArtifactsResponse() - Constructor for class org.mozilla.taskcluster.client.queue.ListArtifactsResponse
-
- ListArtifactsResponse.Artifacts - Class in org.mozilla.taskcluster.client.queue
-
List of artifacts for given taskId and runId.
- listClients() - Method in class org.mozilla.taskcluster.client.auth.Auth
-
Get a list of all clients.
- listHookGroups() - Method in class org.mozilla.taskcluster.client.hooks.Hooks
-
This endpoint will return a list of all hook groups with at least one hook.
- listHooks(String) - Method in class org.mozilla.taskcluster.client.hooks.Hooks
-
This endpoint will return a list of all the hook definitions within a given hook group.
- listLatestArtifacts(String) - Method in class org.mozilla.taskcluster.client.queue.Queue
-
Returns a list of artifacts and associated meta-data for the latest run from the given task.
- listNamespaces(String, ListNamespacesRequest) - Method in class org.mozilla.taskcluster.client.index.Index
-
List the namespaces immediately under a given namespace.
- ListNamespacesRequest - Class in org.mozilla.taskcluster.client.index
-
Request to list namespaces within a given namespace.
- ListNamespacesRequest() - Constructor for class org.mozilla.taskcluster.client.index.ListNamespacesRequest
-
- ListNamespacesResponse - Class in org.mozilla.taskcluster.client.index
-
Response from a request to list namespaces within a given namespace.
- ListNamespacesResponse() - Constructor for class org.mozilla.taskcluster.client.index.ListNamespacesResponse
-
- ListNamespacesResponse.Namespaces - Class in org.mozilla.taskcluster.client.index
-
List of namespaces.
- listRoles() - Method in class org.mozilla.taskcluster.client.auth.Auth
-
Get a list of all roles, each role object also includes the list of scopes it expands to.
- listTaskGroup(String) - Method in class org.mozilla.taskcluster.client.queue.Queue
-
List taskIds of all tasks sharing the same taskGroupId.
- ListTaskGroupResponse - Class in org.mozilla.taskcluster.client.queue
-
Response from a listTaskGroup request.
- ListTaskGroupResponse() - Constructor for class org.mozilla.taskcluster.client.queue.ListTaskGroupResponse
-
- listTasks(String, ListTasksRequest) - Method in class org.mozilla.taskcluster.client.index.Index
-
List the tasks immediately under a given namespace.
- ListTasksRequest - Class in org.mozilla.taskcluster.client.index
-
Request to list tasks within a given namespace.
- ListTasksRequest() - Constructor for class org.mozilla.taskcluster.client.index.ListTasksRequest
-
- ListTasksResponse - Class in org.mozilla.taskcluster.client.index
-
Representation of an indexed task.
- ListTasksResponse() - Constructor for class org.mozilla.taskcluster.client.index.ListTasksResponse
-
- ListTasksResponse.Tasks - Class in org.mozilla.taskcluster.client.index
-
List of tasks.
- listWorkerTypes() - Method in class org.mozilla.taskcluster.client.awsprovisioner.AwsProvisioner
-
Return a list of string worker type names.
- name - Variable in class org.mozilla.taskcluster.client.auth.ExportedClients
-
Human readable name of this set of credentials, typical component/server-name or IRC nickname of the user.
- name - Variable in class org.mozilla.taskcluster.client.hooks.HookCreationRequest.Metadata
-
Human readable name of the hook
- name - Variable in class org.mozilla.taskcluster.client.hooks.HookDefinition.Metadata
-
Human readable name of the hook
- name - Variable in class org.mozilla.taskcluster.client.hooks.TaskTemplate.Metadata
-
Human readable name of task, used to very briefly given an idea about what the task does.
- name - Variable in class org.mozilla.taskcluster.client.index.ListNamespacesResponse.Namespaces
-
Name of namespace within it’s parent namespace.
- name - Variable in class org.mozilla.taskcluster.client.queue.ListArtifactsResponse.Artifacts
-
Name of the artifact that was created, this is useful if you want to attempt to fetch the artifact.
- name - Variable in class org.mozilla.taskcluster.client.queue.TaskDefinitionRequest.Metadata
-
Human readable name of task, used to very briefly given an idea about what the task does.
- name - Variable in class org.mozilla.taskcluster.client.queue.TaskDefinitionResponse.Metadata
-
Human readable name of task, used to very briefly given an idea about what the task does.
- name - Variable in class org.mozilla.taskcluster.client.queueevents.ArtifactCreatedMessage.Artifact
-
Name of the artifact that was created, this is useful if you want to attempt to fetch the artifact.
- name - Variable in class org.mozilla.taskcluster.client.scheduler.InspectTaskGraphResponse.Metadata
-
Human readable name of task-graph
- name - Variable in class org.mozilla.taskcluster.client.scheduler.InspectTaskGraphResponse.Tasks
-
Human readable name from the task definition
- name - Variable in class org.mozilla.taskcluster.client.scheduler.InspectTaskGraphTaskResponse
-
Human readable name from the task definition
- name - Variable in class org.mozilla.taskcluster.client.scheduler.TaskDefinitionRequest.Metadata
-
Human readable name of task, used to very briefly given an idea about what the task does.
- name - Variable in class org.mozilla.taskcluster.client.scheduler.TaskGraphDefinition1.Metadata
-
Human readable name of task-graph, give people finding this an idea what this graph is about.
- name - Variable in class org.mozilla.taskcluster.client.scheduler.TaskGraphInfoResponse.Metadata
-
Human readable name of task-graph
- namespace - Variable in class org.mozilla.taskcluster.client.index.IndexedTaskResponse
-
Namespace of the indexed task, used to find the indexed task in the index.
- namespace - Variable in class org.mozilla.taskcluster.client.index.ListNamespacesResponse.Namespaces
-
Fully qualified name of the namespace, you can use this to list namespaces or tasks under this namespace.
- namespace - Variable in class org.mozilla.taskcluster.client.index.ListTasksResponse.Tasks
-
Namespace of the indexed task, used to find the indexed task in the index.
- namespaces - Variable in class org.mozilla.taskcluster.client.index.ListNamespacesResponse
-
- Namespaces() - Constructor for class org.mozilla.taskcluster.client.index.ListNamespacesResponse.Namespaces
-
- NewTaskGraphMessage - Class in org.mozilla.taskcluster.client.schedulerevents
-
Messages as posted to scheduler/v1/task-graph-running informing the world that a new task-graph have been submitted.
- NewTaskGraphMessage() - Constructor for class org.mozilla.taskcluster.client.schedulerevents.NewTaskGraphMessage
-
- nextScheduledDate - Variable in class org.mozilla.taskcluster.client.hooks.HookScheduleResponse
-
The next time this hook’s task is scheduled to be created.
- nextScheduledDate - Variable in class org.mozilla.taskcluster.client.hooks.HookStatusResponse
-
The next time this hook’s task is scheduled to be created.
- payload - Variable in class org.mozilla.taskcluster.client.hooks.TaskTemplate
-
Task-specific payload following worker-specific format.
- payload - Variable in class org.mozilla.taskcluster.client.queue.TaskDefinitionRequest
-
Task-specific payload following worker-specific format.
- payload - Variable in class org.mozilla.taskcluster.client.queue.TaskDefinitionResponse
-
Task-specific payload following worker-specific format.
- payload - Variable in class org.mozilla.taskcluster.client.scheduler.TaskDefinitionRequest
-
Task-specific payload following worker-specific format.
- pendingTasks - Variable in class org.mozilla.taskcluster.client.queue.CountPendingTasksResponse
-
An approximate number of pending tasks for the given provisionerId and workerType.
- pendingTasks(String, String) - Method in class org.mozilla.taskcluster.client.queue.Queue
-
Get an approximate number of pending tasks for the given provisionerId and workerType.
- ping() - Method in class org.mozilla.taskcluster.client.auth.Auth
-
Documented later…
- ping() - Method in class org.mozilla.taskcluster.client.awsprovisioner.AwsProvisioner
-
Documented later…
- ping() - Method in class org.mozilla.taskcluster.client.github.Github
-
Documented later…
- ping() - Method in class org.mozilla.taskcluster.client.index.Index
-
Documented later…
- ping() - Method in class org.mozilla.taskcluster.client.purgecache.PurgeCache
-
Documented later…
- ping() - Method in class org.mozilla.taskcluster.client.queue.Queue
-
Documented later…
- ping() - Method in class org.mozilla.taskcluster.client.scheduler.Scheduler
-
Documented later…
- ping() - Method in class org.mozilla.taskcluster.client.secrets.Secrets
-
Documented later…
- pollTaskUrls(String, String) - Method in class org.mozilla.taskcluster.client.queue.Queue
-
Get a signed URLs to get and delete messages from azure queue.
- PollTaskUrlsResponse - Class in org.mozilla.taskcluster.client.queue
-
Response to request for poll task urls.
- PollTaskUrlsResponse() - Constructor for class org.mozilla.taskcluster.client.queue.PollTaskUrlsResponse
-
- PollTaskUrlsResponse.Queues - Class in org.mozilla.taskcluster.client.queue
-
List of signed URLs for queues to poll tasks from, they must be called in the order they are given.
- port - Variable in class org.mozilla.taskcluster.client.auth.HawkSignatureAuthenticationRequest
-
Port on which the request came in, this is typically 80 or 443.
- priority - Variable in class org.mozilla.taskcluster.client.hooks.TaskTemplate
-
Priority of task, this defaults to normal.
- priority - Variable in class org.mozilla.taskcluster.client.queue.TaskDefinitionRequest
-
Priority of task, this defaults to normal.
- priority - Variable in class org.mozilla.taskcluster.client.queue.TaskDefinitionResponse
-
Priority of task, this defaults to normal and the scope queue:task-priority:high is required to define a task with priority set to high.
- priority - Variable in class org.mozilla.taskcluster.client.scheduler.TaskDefinitionRequest
-
Priority of task, this defaults to normal.
- provisionerId - Variable in class org.mozilla.taskcluster.client.hooks.TaskTemplate
-
Unique identifier for a provisioner, that can supply specified workerType
- provisionerId - Variable in class org.mozilla.taskcluster.client.purgecacheevents.PurgeCacheMessage
-
provisionerId under which the workerType we want to purge for exists.
- provisionerId - Variable in class org.mozilla.taskcluster.client.queue.CountPendingTasksResponse
-
Unique identifier for the provisioner
- provisionerId - Variable in class org.mozilla.taskcluster.client.queue.TaskDefinitionRequest
-
Unique identifier for a provisioner, that can supply specified workerType
- provisionerId - Variable in class org.mozilla.taskcluster.client.queue.TaskDefinitionResponse
-
Unique identifier for a provisioner, that can supply specified workerType
- provisionerId - Variable in class org.mozilla.taskcluster.client.queue.TaskStatusStructure
-
Unique identifier for the provisioner that this task must be scheduled on
- provisionerId - Variable in class org.mozilla.taskcluster.client.queueevents.TaskStatusStructure
-
Unique identifier for the provisioner that this task must be scheduled on
- provisionerId - Variable in class org.mozilla.taskcluster.client.scheduler.TaskDefinitionRequest
-
Unique identifier for a provisioner, that can supply specified workerType
- PurgeCache - Class in org.mozilla.taskcluster.client.purgecache
-
The purge-cache service, typically available at purge-cache.taskcluster.net, is responsible for publishing a pulse message for workers, so they can purge cache upon request.
- PurgeCache(String, String) - Constructor for class org.mozilla.taskcluster.client.purgecache.PurgeCache
-
- PurgeCache(String, String, String) - Constructor for class org.mozilla.taskcluster.client.purgecache.PurgeCache
-
- PurgeCache(String) - Constructor for class org.mozilla.taskcluster.client.purgecache.PurgeCache
-
- PurgeCache() - Constructor for class org.mozilla.taskcluster.client.purgecache.PurgeCache
-
- purgeCache(String, String, PurgeCacheRequest) - Method in class org.mozilla.taskcluster.client.purgecache.PurgeCache
-
Publish a purge-cache message to purge caches named cacheName with provisionerId and workerType in the routing-key.
- PurgeCacheMessage - Class in org.mozilla.taskcluster.client.purgecacheevents
-
Message reporting that a specific cache should be purged
- PurgeCacheMessage() - Constructor for class org.mozilla.taskcluster.client.purgecacheevents.PurgeCacheMessage
-
- PurgeCacheRequest - Class in org.mozilla.taskcluster.client.purgecache
-
Request that a message be published to purge a specific cache.
- PurgeCacheRequest() - Constructor for class org.mozilla.taskcluster.client.purgecache.PurgeCacheRequest
-
- rank - Variable in class org.mozilla.taskcluster.client.index.IndexedTaskResponse
-
If multiple tasks are indexed with the same namespace the task with the highest rank will be stored and returned in later requests.
- rank - Variable in class org.mozilla.taskcluster.client.index.InsertTaskRequest
-
If multiple tasks are indexed with the same namespace the task with the highest rank will be stored and returned in later requests.
- rank - Variable in class org.mozilla.taskcluster.client.index.ListTasksResponse.Tasks
-
If multiple tasks are indexed with the same namespace the task with the highest rank will be stored and returned in later requests.
- reason - Variable in class org.mozilla.taskcluster.client.queue.TaskExceptionRequest
-
Reason that the task is resolved with an exception.
- reasonCreated - Variable in class org.mozilla.taskcluster.client.queue.TaskStatusStructure.Runs
-
Reason for the creation of this run, more reasons may be added in the future.
- reasonCreated - Variable in class org.mozilla.taskcluster.client.queueevents.TaskStatusStructure.Runs
-
Reason for the creation of this run, more reasons may be added in the future.
- reasonResolved - Variable in class org.mozilla.taskcluster.client.queue.TaskStatusStructure.Runs
-
Reason that run was resolved, this is mainly useful for runs resolved as exception.
- reasonResolved - Variable in class org.mozilla.taskcluster.client.queueevents.TaskStatusStructure.Runs
-
Reason that run was resolved, this is mainly useful for runs resolved as exception.
- reclaimTask(String, String) - Method in class org.mozilla.taskcluster.client.queue.Queue
-
reclaim a task more to be added later…
- region - Variable in class org.mozilla.taskcluster.client.awsprovisioner.CreateWorkerTypeRequest.Regions
-
The Amazon AWS Region being configured.
- region - Variable in class org.mozilla.taskcluster.client.awsprovisioner.GetWorkerTypeRequest.Regions
-
The Amazon AWS Region being configured.
- regions - Variable in class org.mozilla.taskcluster.client.awsprovisioner.CreateWorkerTypeRequest
-
- Regions() - Constructor for class org.mozilla.taskcluster.client.awsprovisioner.CreateWorkerTypeRequest.Regions
-
- regions - Variable in class org.mozilla.taskcluster.client.awsprovisioner.GetWorkerTypeRequest
-
- Regions() - Constructor for class org.mozilla.taskcluster.client.awsprovisioner.GetWorkerTypeRequest.Regions
-
- remove(String) - Method in class org.mozilla.taskcluster.client.secrets.Secrets
-
Delete the secret attached to some key.
- removeHook(String, String) - Method in class org.mozilla.taskcluster.client.hooks.Hooks
-
This endpoint will remove a hook definition.
- removeSecret(String) - Method in class org.mozilla.taskcluster.client.awsprovisioner.AwsProvisioner
-
Remove a secret.
- removeWorkerType(String) - Method in class org.mozilla.taskcluster.client.awsprovisioner.AwsProvisioner
-
Delete a worker type definition.
- reportCompleted(String, String) - Method in class org.mozilla.taskcluster.client.queue.Queue
-
Report a task completed, resolving the run as completed.
- reportException(String, String, TaskExceptionRequest) - Method in class org.mozilla.taskcluster.client.queue.Queue
-
Resolve a run as exception.
- reportFailed(String, String) - Method in class org.mozilla.taskcluster.client.queue.Queue
-
Report a run failed, resolving the run as failed.
- repository - Variable in class org.mozilla.taskcluster.client.githubevents.GitHubPullRequestMessage
-
The GitHub repository which had an event.
- repository - Variable in class org.mozilla.taskcluster.client.githubevents.GitHubPushMessage
-
The GitHub repository which had an event.
- requestBody - Variable in class org.mozilla.taskcluster.client.CallSummary
-
- requestPayload - Variable in class org.mozilla.taskcluster.client.CallSummary
-
- requires - Variable in class org.mozilla.taskcluster.client.scheduler.InspectTaskGraphResponse.Tasks
-
List of required taskIds
- requires - Variable in class org.mozilla.taskcluster.client.scheduler.InspectTaskGraphTaskResponse
-
List of required taskIds
- requires - Variable in class org.mozilla.taskcluster.client.scheduler.TaskGraphDefinition.Tasks
-
List of required taskIds
- requires - Variable in class org.mozilla.taskcluster.client.scheduler.TaskGraphDefinition1.Tasks
-
List of required taskIds
- requiresLeft - Variable in class org.mozilla.taskcluster.client.scheduler.InspectTaskGraphResponse.Tasks
-
List of taskIds that have yet to complete successfully, before this task can be scheduled.
- requiresLeft - Variable in class org.mozilla.taskcluster.client.scheduler.InspectTaskGraphTaskResponse
-
List of taskIds that have yet to complete successfully, before this task can be scheduled.
- reruns - Variable in class org.mozilla.taskcluster.client.scheduler.InspectTaskGraphResponse.Tasks
-
Number of times to rerun the task if it completed unsuccessfully.
- reruns - Variable in class org.mozilla.taskcluster.client.scheduler.InspectTaskGraphTaskResponse
-
Number of times to rerun the task if it completed unsuccessfully.
- reruns - Variable in class org.mozilla.taskcluster.client.scheduler.TaskGraphDefinition.Tasks
-
Number of times to rerun the task if it completed unsuccessfully.
- reruns - Variable in class org.mozilla.taskcluster.client.scheduler.TaskGraphDefinition1.Tasks
-
Number of times to rerun the task if it completed unsuccessfully.
- rerunsLeft - Variable in class org.mozilla.taskcluster.client.scheduler.InspectTaskGraphResponse.Tasks
-
Number of reruns that haven’t been used yet.
- rerunsLeft - Variable in class org.mozilla.taskcluster.client.scheduler.InspectTaskGraphTaskResponse
-
Number of reruns that haven’t been used yet.
- rerunTask(String) - Method in class org.mozilla.taskcluster.client.queue.Queue
-
This method reruns a previously resolved task, even if it was completed.
- resetAccessToken(String) - Method in class org.mozilla.taskcluster.client.auth.Auth
-
Reset a clients accessToken, this will revoke the existing accessToken, generate a new accessToken and return it from this call.
- resolved - Variable in class org.mozilla.taskcluster.client.queue.TaskStatusStructure.Runs
-
Date-time at which this run was resolved, ie.
- resolved - Variable in class org.mozilla.taskcluster.client.queueevents.TaskStatusStructure.Runs
-
Date-time at which this run was resolved, ie.
- resource - Variable in class org.mozilla.taskcluster.client.auth.HawkSignatureAuthenticationRequest
-
Resource the request operates on including querystring.
- responseBody - Variable in class org.mozilla.taskcluster.client.CallSummary
-
- responsePayload - Variable in class org.mozilla.taskcluster.client.CallSummary
-
- retries - Variable in class org.mozilla.taskcluster.client.hooks.TaskTemplate
-
Number of times to retry the task in case of infrastructure issues.
- retries - Variable in class org.mozilla.taskcluster.client.queue.TaskDefinitionRequest
-
Number of times to retry the task in case of infrastructure issues.
- retries - Variable in class org.mozilla.taskcluster.client.queue.TaskDefinitionResponse
-
Number of times to retry the task in case of infrastructure issues.
- retries - Variable in class org.mozilla.taskcluster.client.scheduler.TaskDefinitionRequest
-
Number of times to retry the task in case of infrastructure issues.
- retriesLeft - Variable in class org.mozilla.taskcluster.client.queue.TaskStatusStructure
-
Number of retries left for the task in case of infrastructure issues
- retriesLeft - Variable in class org.mozilla.taskcluster.client.queueevents.TaskStatusStructure
-
Number of retries left for the task in case of infrastructure issues
- role(String) - Method in class org.mozilla.taskcluster.client.auth.Auth
-
Get information about a single role, including the set of scopes that the role expands to.
- roleId - Variable in class org.mozilla.taskcluster.client.auth.GetRoleResponse
-
roleId of the role requested
- routes - Variable in class org.mozilla.taskcluster.client.hooks.TaskTemplate
-
List of task specific routes, AMQP messages will be CC’ed to these routes.
- routes - Variable in class org.mozilla.taskcluster.client.queue.TaskDefinitionRequest
-
List of task specific routes, AMQP messages will be CC’ed to these routes.
- routes - Variable in class org.mozilla.taskcluster.client.queue.TaskDefinitionResponse
-
List of task specific routes, AMQP messages will be CC’ed to these routes.
- routes - Variable in class org.mozilla.taskcluster.client.scheduler.TaskDefinitionRequest
-
List of task specific routes, AMQP messages will be CC’ed to these routes.
- routes - Variable in class org.mozilla.taskcluster.client.scheduler.TaskGraphDefinition1
-
List of task-graph specific routes, AMQP messages will be CC’ed to these routes prefixed by 'route.'.
- runId - Variable in class org.mozilla.taskcluster.client.queue.TaskClaimResponse
-
run-id assigned to this run of the task
- runId - Variable in class org.mozilla.taskcluster.client.queue.TaskReclaimResponse
-
run-id assigned to this run of the task
- runId - Variable in class org.mozilla.taskcluster.client.queue.TaskStatusStructure.Runs
-
Id of this task run, run-ids always starts from 0
- runId - Variable in class org.mozilla.taskcluster.client.queueevents.ArtifactCreatedMessage
-
Id of the run on which artifact was created.
- runId - Variable in class org.mozilla.taskcluster.client.queueevents.TaskCompletedMessage
-
Id of the run that completed the task
- runId - Variable in class org.mozilla.taskcluster.client.queueevents.TaskExceptionMessage
-
Id of the last run for the task, not provided if deadline was exceeded before a run was started.
- runId - Variable in class org.mozilla.taskcluster.client.queueevents.TaskFailedMessage
-
Id of the run that failed.
- runId - Variable in class org.mozilla.taskcluster.client.queueevents.TaskPendingMessage
-
Id of run that became pending, run-ids always starts from 0
- runId - Variable in class org.mozilla.taskcluster.client.queueevents.TaskRunningMessage
-
Id of the run that just started, always starts from 0
- runId - Variable in class org.mozilla.taskcluster.client.queueevents.TaskStatusStructure.Runs
-
Id of this task run, run-ids always starts from 0
- runs - Variable in class org.mozilla.taskcluster.client.queue.TaskStatusStructure
-
- Runs() - Constructor for class org.mozilla.taskcluster.client.queue.TaskStatusStructure.Runs
-
- runs - Variable in class org.mozilla.taskcluster.client.queueevents.TaskStatusStructure
-
- Runs() - Constructor for class org.mozilla.taskcluster.client.queueevents.TaskStatusStructure.Runs
-
- sas - Variable in class org.mozilla.taskcluster.client.auth.AzureSharedAccessSignatureResponse
-
Shared-Access-Signature string.
- satisfied - Variable in class org.mozilla.taskcluster.client.scheduler.InspectTaskGraphResponse.Tasks
-
true, if the scheduler considers the task node as satisfied and hence no-longer prevents dependent tasks from running.
- satisfied - Variable in class org.mozilla.taskcluster.client.scheduler.InspectTaskGraphTaskResponse
-
true, if the scheduler considers the task node as satisfied and hence no-longer prevents dependent tasks from running.
- scalingRatio - Variable in class org.mozilla.taskcluster.client.awsprovisioner.CreateWorkerTypeRequest
-
A scaling ratio of 0.2 means that the provisioner will attempt to keep the number of pending tasks around 20% of the provisioned capacity.
- scalingRatio - Variable in class org.mozilla.taskcluster.client.awsprovisioner.GetWorkerTypeRequest
-
A scaling ratio of 0.2 means that the provisioner will attempt to keep the number of pending tasks around 20% of the provisioned capacity.
- schedule - Variable in class org.mozilla.taskcluster.client.hooks.HookCreationRequest
-
Definition of the times at which a hook will result in creation of a task.
- schedule - Variable in class org.mozilla.taskcluster.client.hooks.HookDefinition
-
Definition of the times at which a hook will result in creation of a task.
- schedule - Variable in class org.mozilla.taskcluster.client.hooks.HookScheduleResponse
-
- scheduled - Variable in class org.mozilla.taskcluster.client.queue.TaskStatusStructure.Runs
-
Date-time at which this run was scheduled, ie.
- scheduled - Variable in class org.mozilla.taskcluster.client.queueevents.TaskStatusStructure.Runs
-
Date-time at which this run was scheduled, ie.
- Scheduler - Class in org.mozilla.taskcluster.client.scheduler
-
The task-graph scheduler, typically available at scheduler.taskcluster.net, is responsible for accepting task-graphs and scheduling tasks for evaluation by the queue as their dependencies are satisfied.
- Scheduler(String, String) - Constructor for class org.mozilla.taskcluster.client.scheduler.Scheduler
-
- Scheduler(String, String, String) - Constructor for class org.mozilla.taskcluster.client.scheduler.Scheduler
-
- Scheduler(String) - Constructor for class org.mozilla.taskcluster.client.scheduler.Scheduler
-
- Scheduler() - Constructor for class org.mozilla.taskcluster.client.scheduler.Scheduler
-
- schedulerId - Variable in class org.mozilla.taskcluster.client.hooks.TaskTemplate
-
Identifier for the scheduler that defined this task, this can be an identifier for a user or a service like the "task-graph-scheduler".
- schedulerId - Variable in class org.mozilla.taskcluster.client.queue.TaskDefinitionRequest
-
Identifier for the scheduler that defined this task, this can be an identifier for a user or a service like the "task-graph-scheduler".
- schedulerId - Variable in class org.mozilla.taskcluster.client.queue.TaskDefinitionResponse
-
Identifier for the scheduler that defined this task, this can be an identifier for a user or a service like the "task-graph-scheduler".
- schedulerId - Variable in class org.mozilla.taskcluster.client.queue.TaskStatusStructure
-
Identifier for the scheduler that defined this task.
- schedulerId - Variable in class org.mozilla.taskcluster.client.queueevents.TaskStatusStructure
-
Identifier for the scheduler that defined this task.
- schedulerId - Variable in class org.mozilla.taskcluster.client.scheduler.TaskDefinitionRequest
-
Identifier for the scheduler that defined this task, this can be an identifier for a user or a service like the "task-graph-scheduler".
- schedulerId - Variable in class org.mozilla.taskcluster.client.scheduler.TaskGraphStatusStructure
-
Unique identifier for task-graph scheduler managing the given task-graph
- schedulerId - Variable in class org.mozilla.taskcluster.client.schedulerevents.TaskGraphStatusStructure
-
Unique identifier for task-graph scheduler managing the given task-graph
- scheduleTask(String) - Method in class org.mozilla.taskcluster.client.queue.Queue
-
If you have define a task using defineTask API end-point, then you can schedule the task to be scheduled using this method.
- scopes - Variable in class org.mozilla.taskcluster.client.auth.CreateRoleRequest
-
List of scopes the role grants access to.
- scopes - Variable in class org.mozilla.taskcluster.client.auth.ExportedClients
-
List of scopes the client is authorized to access.
- scopes - Variable in class org.mozilla.taskcluster.client.auth.GetRoleResponse
-
List of scopes the role grants access to.
- scopes - Variable in class org.mozilla.taskcluster.client.awsprovisioner.CreateWorkerTypeRequest.InstanceTypes
-
Scopes which should be included for this InstanceType.
- scopes - Variable in class org.mozilla.taskcluster.client.awsprovisioner.CreateWorkerTypeRequest.Regions
-
Scopes which should be included for this Region.
- scopes - Variable in class org.mozilla.taskcluster.client.awsprovisioner.CreateWorkerTypeRequest
-
Scopes to issue credentials to for all regions Scopes must be composed of printable ASCII characters and spaces.
- scopes - Variable in class org.mozilla.taskcluster.client.awsprovisioner.GetSecretRequest
-
List of strings which are scopes for temporary credentials to give to the worker through the secret system.
- scopes - Variable in class org.mozilla.taskcluster.client.awsprovisioner.GetWorkerTypeRequest.InstanceTypes
-
Scopes which should be included for this InstanceType.
- scopes - Variable in class org.mozilla.taskcluster.client.awsprovisioner.GetWorkerTypeRequest.Regions
-
Scopes which should be included for this Region.
- scopes - Variable in class org.mozilla.taskcluster.client.awsprovisioner.GetWorkerTypeRequest
-
Scopes to issue credentials to for all regions.
- scopes - Variable in class org.mozilla.taskcluster.client.hooks.TaskTemplate
-
List of scopes (or scope-patterns) that the task is authorized to use.
- scopes - Variable in class org.mozilla.taskcluster.client.queue.TaskDefinitionRequest
-
List of scopes (or scope-patterns) that the task is authorized to use.
- scopes - Variable in class org.mozilla.taskcluster.client.queue.TaskDefinitionResponse
-
List of scopes (or scope-patterns) that the task is authorized to use.
- scopes - Variable in class org.mozilla.taskcluster.client.scheduler.InspectTaskGraphResponse
-
List of scopes (or scope-patterns) that tasks of the task-graph is authorized to use.
- scopes - Variable in class org.mozilla.taskcluster.client.scheduler.TaskDefinitionRequest
-
List of scopes (or scope-patterns) that the task is authorized to use.
- scopes - Variable in class org.mozilla.taskcluster.client.scheduler.TaskGraphDefinition1
-
List of scopes (or scope-patterns) that tasks of the task-graph is authorized to use.
- Secret - Class in org.mozilla.taskcluster.client.secrets
-
Message containing a TaskCluster Secret
- Secret() - Constructor for class org.mozilla.taskcluster.client.secrets.Secret
-
- secret - Variable in class org.mozilla.taskcluster.client.secrets.Secret
-
The secret value to be encrypted.
- secretAccessKey - Variable in class org.mozilla.taskcluster.client.auth.AWSS3CredentialsResponse.Credentials
-
Secret access key used to sign requests
- secrets - Variable in class org.mozilla.taskcluster.client.awsprovisioner.CreateWorkerTypeRequest.InstanceTypes
-
Static Secrets unique to this InstanceType
- secrets - Variable in class org.mozilla.taskcluster.client.awsprovisioner.CreateWorkerTypeRequest.Regions
-
Static Secrets unique to this Region
- secrets - Variable in class org.mozilla.taskcluster.client.awsprovisioner.CreateWorkerTypeRequest
-
Static secrets entries which are used in all regions and all instance types
- secrets - Variable in class org.mozilla.taskcluster.client.awsprovisioner.GetSecretRequest
-
Free form object which contains the secrets stored
- secrets - Variable in class org.mozilla.taskcluster.client.awsprovisioner.GetWorkerTypeRequest.InstanceTypes
-
Static Secrets unique to this InstanceType
- secrets - Variable in class org.mozilla.taskcluster.client.awsprovisioner.GetWorkerTypeRequest.Regions
-
Static Secrets unique to this Region
- secrets - Variable in class org.mozilla.taskcluster.client.awsprovisioner.GetWorkerTypeRequest
-
Static secrets entries which are used in all regions and all instance types
- Secrets - Class in org.mozilla.taskcluster.client.secrets
-
The secrets service, is a simple key/value store for secret data guarded by TaskCluster scopes.
- Secrets(String, String) - Constructor for class org.mozilla.taskcluster.client.secrets.Secrets
-
- Secrets(String, String, String) - Constructor for class org.mozilla.taskcluster.client.secrets.Secrets
-
- Secrets(String) - Constructor for class org.mozilla.taskcluster.client.secrets.Secrets
-
- Secrets() - Constructor for class org.mozilla.taskcluster.client.secrets.Secrets
-
- secrets - Variable in class org.mozilla.taskcluster.client.secrets.SecretsList
-
Secret names
- SecretsList - Class in org.mozilla.taskcluster.client.secrets
-
Message containing a list of secret names
- SecretsList() - Constructor for class org.mozilla.taskcluster.client.secrets.SecretsList
-
- sessionToken - Variable in class org.mozilla.taskcluster.client.auth.AWSS3CredentialsResponse.Credentials
-
A token that must passed with request to use the temporary security credentials.
- set(String, Secret) - Method in class org.mozilla.taskcluster.client.secrets.Secrets
-
Set a secret associated with some key.
- setBaseURL(String) - Method in class org.mozilla.taskcluster.client.TaskClusterRequestHandler
-
- signedDeleteUrl - Variable in class org.mozilla.taskcluster.client.queue.PollTaskUrlsResponse.Queues
-
Signed URL to delete messages that have been received using the signedPollUrl.
- signedPollUrl - Variable in class org.mozilla.taskcluster.client.queue.PollTaskUrlsResponse.Queues
-
Signed URL to get message from the Azure Queue Storage queue, that holds messages for the given provisionerId and workerType.
- source - Variable in class org.mozilla.taskcluster.client.hooks.TaskTemplate.Metadata
-
Link to source of this task, should specify a file, revision and repository.
- source - Variable in class org.mozilla.taskcluster.client.queue.TaskDefinitionRequest.Metadata
-
Link to source of this task, should specify a file, revision and repository.
- source - Variable in class org.mozilla.taskcluster.client.queue.TaskDefinitionResponse.Metadata
-
Link to source of this task, should specify a file, revision and repository.
- source - Variable in class org.mozilla.taskcluster.client.scheduler.InspectTaskGraphResponse.Metadata
-
Link to source of this task-graph, should specify file, revision and repository
- source - Variable in class org.mozilla.taskcluster.client.scheduler.TaskDefinitionRequest.Metadata
-
Link to source of this task, should specify a file, revision and repository.
- source - Variable in class org.mozilla.taskcluster.client.scheduler.TaskGraphDefinition1.Metadata
-
Link to source of this task-graph, should specify file, revision and repository
- source - Variable in class org.mozilla.taskcluster.client.scheduler.TaskGraphInfoResponse.Metadata
-
Link to source of this task-graph, should specify file, revision and repository
- started - Variable in class org.mozilla.taskcluster.client.queue.TaskStatusStructure.Runs
-
Date-time at which this run was claimed, ie.
- started - Variable in class org.mozilla.taskcluster.client.queueevents.TaskStatusStructure.Runs
-
Date-time at which this run was claimed, ie.
- state(String) - Method in class org.mozilla.taskcluster.client.awsprovisioner.AwsProvisioner
-
Return the state of a given workertype as stored by the provisioner.
- state - Variable in class org.mozilla.taskcluster.client.queue.TaskStatusStructure.Runs
-
State of this run
- state - Variable in class org.mozilla.taskcluster.client.queue.TaskStatusStructure
-
State of this task.
- state - Variable in class org.mozilla.taskcluster.client.queueevents.TaskStatusStructure.Runs
-
State of this run
- state - Variable in class org.mozilla.taskcluster.client.queueevents.TaskStatusStructure
-
State of this task.
- state - Variable in class org.mozilla.taskcluster.client.scheduler.InspectTaskGraphResponse.Tasks
-
State of the task as considered by the scheduler
- state - Variable in class org.mozilla.taskcluster.client.scheduler.InspectTaskGraphTaskResponse
-
State of the task as considered by the scheduler
- state - Variable in class org.mozilla.taskcluster.client.scheduler.TaskGraphStatusStructure
-
Task-graph state, this enum is frozen new values will not be added.
- state - Variable in class org.mozilla.taskcluster.client.schedulerevents.TaskGraphStatusStructure
-
Task-graph state, this enum is frozen new values will not be added.
- status(String) - Method in class org.mozilla.taskcluster.client.queue.Queue
-
Get task status structure from taskId
- status - Variable in class org.mozilla.taskcluster.client.queue.TaskClaimResponse
-
- status - Variable in class org.mozilla.taskcluster.client.queue.TaskReclaimResponse
-
- status - Variable in class org.mozilla.taskcluster.client.queue.TaskStatusResponse
-
- status - Variable in class org.mozilla.taskcluster.client.queueevents.ArtifactCreatedMessage
-
- status - Variable in class org.mozilla.taskcluster.client.queueevents.TaskCompletedMessage
-
- status - Variable in class org.mozilla.taskcluster.client.queueevents.TaskDefinedMessage
-
- status - Variable in class org.mozilla.taskcluster.client.queueevents.TaskExceptionMessage
-
- status - Variable in class org.mozilla.taskcluster.client.queueevents.TaskFailedMessage
-
- status - Variable in class org.mozilla.taskcluster.client.queueevents.TaskPendingMessage
-
- status - Variable in class org.mozilla.taskcluster.client.queueevents.TaskRunningMessage
-
- status - Variable in class org.mozilla.taskcluster.client.scheduler.InspectTaskGraphResponse
-
- status(String) - Method in class org.mozilla.taskcluster.client.scheduler.Scheduler
-
Get task-graph status, this will return the task-graph status structure.
- status - Variable in class org.mozilla.taskcluster.client.scheduler.TaskGraphInfoResponse
-
- status - Variable in class org.mozilla.taskcluster.client.scheduler.TaskGraphStatusResponse
-
- status - Variable in class org.mozilla.taskcluster.client.schedulerevents.BlockedTaskGraphMessage
-
- status - Variable in class org.mozilla.taskcluster.client.schedulerevents.NewTaskGraphMessage
-
- status - Variable in class org.mozilla.taskcluster.client.schedulerevents.TaskGraphExtendedMessage
-
- status - Variable in class org.mozilla.taskcluster.client.schedulerevents.TaskGraphFinishedMessage
-
- storageType - Variable in class org.mozilla.taskcluster.client.queue.ListArtifactsResponse.Artifacts
-
This is the storageType for the request that was used to create the artifact.
- storageType - Variable in class org.mozilla.taskcluster.client.queueevents.ArtifactCreatedMessage.Artifact
-
This is the storageType for the request that was used to create the artifact.
- tags - Variable in class org.mozilla.taskcluster.client.hooks.TaskTemplate
-
Arbitrary key-value tags (only strings limited to 4k).
- tags - Variable in class org.mozilla.taskcluster.client.queue.TaskDefinitionRequest
-
Arbitrary key-value tags (only strings limited to 4k).
- tags - Variable in class org.mozilla.taskcluster.client.queue.TaskDefinitionResponse
-
Arbitrary key-value tags (only strings limited to 4k).
- tags - Variable in class org.mozilla.taskcluster.client.scheduler.InspectTaskGraphResponse
-
Arbitrary key-value tags (only strings limited to 4k)
- tags - Variable in class org.mozilla.taskcluster.client.scheduler.TaskDefinitionRequest
-
Arbitrary key-value tags (only strings limited to 4k).
- tags - Variable in class org.mozilla.taskcluster.client.scheduler.TaskGraphDefinition1
-
Arbitrary key-value tags (only strings limited to 4k)
- tags - Variable in class org.mozilla.taskcluster.client.scheduler.TaskGraphInfoResponse
-
Arbitrary key-value tags (only strings limited to 4k)
- takenUntil - Variable in class org.mozilla.taskcluster.client.queue.TaskClaimResponse
-
Time at which the run expires and is resolved as exception, with reason claim-expired if the run haven’t been reclaimed.
- takenUntil - Variable in class org.mozilla.taskcluster.client.queue.TaskReclaimResponse
-
Time at which the run expires and is resolved as exception, with reason claim-expired if the run haven’t been reclaimed.
- takenUntil - Variable in class org.mozilla.taskcluster.client.queue.TaskStatusStructure.Runs
-
Time at which the run expires and is resolved as failed, if the run isn’t reclaimed.
- takenUntil - Variable in class org.mozilla.taskcluster.client.queueevents.TaskRunningMessage
-
Time at which the run expires and is resolved as failed, if the run isn’t reclaimed.
- takenUntil - Variable in class org.mozilla.taskcluster.client.queueevents.TaskStatusStructure.Runs
-
Time at which the run expires and is resolved as failed, if the run isn’t reclaimed.
- task - Variable in class org.mozilla.taskcluster.client.hooks.HookCreationRequest
-
- task - Variable in class org.mozilla.taskcluster.client.hooks.HookDefinition
-
- task(String) - Method in class org.mozilla.taskcluster.client.queue.Queue
-
This end-point will return the task-definition.
- task - Variable in class org.mozilla.taskcluster.client.queue.TaskClaimResponse
-
- task - Variable in class org.mozilla.taskcluster.client.scheduler.TaskGraphDefinition.Tasks
-
- task - Variable in class org.mozilla.taskcluster.client.scheduler.TaskGraphDefinition1.Tasks
-
- TaskClaimRequest - Class in org.mozilla.taskcluster.client.queue
-
Request to claim (or reclaim) a task
- TaskClaimRequest() - Constructor for class org.mozilla.taskcluster.client.queue.TaskClaimRequest
-
- TaskClaimResponse - Class in org.mozilla.taskcluster.client.queue
-
Response to a successful task claim
- TaskClaimResponse() - Constructor for class org.mozilla.taskcluster.client.queue.TaskClaimResponse
-
- TaskClaimResponse.Credentials - Class in org.mozilla.taskcluster.client.queue
-
Temporary credentials granting task.scopes and the scope: queue:claim-task:<taskId>/<runId> which allows the worker to reclaim the task, upload artifacts and report task resolution.
- TaskClusterRequestHandler - Class in org.mozilla.taskcluster.client
-
- TaskClusterRequestHandler(String, String, String) - Constructor for class org.mozilla.taskcluster.client.TaskClusterRequestHandler
-
- TaskClusterRequestHandler(String, String, String, String) - Constructor for class org.mozilla.taskcluster.client.TaskClusterRequestHandler
-
- TaskClusterRequestHandler(String) - Constructor for class org.mozilla.taskcluster.client.TaskClusterRequestHandler
-
- TaskCompletedMessage - Class in org.mozilla.taskcluster.client.queueevents
-
Message reporting that a task has complete successfully.
- TaskCompletedMessage() - Constructor for class org.mozilla.taskcluster.client.queueevents.TaskCompletedMessage
-
- TaskDefinedMessage - Class in org.mozilla.taskcluster.client.queueevents
-
Message reporting that a task has been defined.
- TaskDefinedMessage() - Constructor for class org.mozilla.taskcluster.client.queueevents.TaskDefinedMessage
-
- TaskDefinitionRequest - Class in org.mozilla.taskcluster.client.queue
-
Definition of a task that can be scheduled
- TaskDefinitionRequest() - Constructor for class org.mozilla.taskcluster.client.queue.TaskDefinitionRequest
-
- TaskDefinitionRequest - Class in org.mozilla.taskcluster.client.scheduler
-
Definition of a task that can be scheduled
- TaskDefinitionRequest() - Constructor for class org.mozilla.taskcluster.client.scheduler.TaskDefinitionRequest
-
- TaskDefinitionRequest.Metadata - Class in org.mozilla.taskcluster.client.queue
-
Required task metadata
- TaskDefinitionRequest.Metadata - Class in org.mozilla.taskcluster.client.scheduler
-
Required task metadata
- TaskDefinitionResponse - Class in org.mozilla.taskcluster.client.queue
-
Definition of a task that can be scheduled
- TaskDefinitionResponse() - Constructor for class org.mozilla.taskcluster.client.queue.TaskDefinitionResponse
-
- TaskDefinitionResponse.Metadata - Class in org.mozilla.taskcluster.client.queue
-
Required task metadata
- TaskExceptionMessage - Class in org.mozilla.taskcluster.client.queueevents
-
Message reporting that TaskCluster have failed to run a task.
- TaskExceptionMessage() - Constructor for class org.mozilla.taskcluster.client.queueevents.TaskExceptionMessage
-
- TaskExceptionRequest - Class in org.mozilla.taskcluster.client.queue
-
Request for a run of a task to be resolved with an exception
- TaskExceptionRequest() - Constructor for class org.mozilla.taskcluster.client.queue.TaskExceptionRequest
-
- TaskFailedMessage - Class in org.mozilla.taskcluster.client.queueevents
-
Message reporting that a task failed to complete successfully.
- TaskFailedMessage() - Constructor for class org.mozilla.taskcluster.client.queueevents.TaskFailedMessage
-
- TaskGraphDefinition - Class in org.mozilla.taskcluster.client.scheduler
-
Definition of a task-graph that can be scheduled
- TaskGraphDefinition() - Constructor for class org.mozilla.taskcluster.client.scheduler.TaskGraphDefinition
-
- TaskGraphDefinition.Tasks - Class in org.mozilla.taskcluster.client.scheduler
-
List of nodes in the task-graph, each featuring a task definition and scheduling preferences, such as number of reruns to attempt.
- TaskGraphDefinition1 - Class in org.mozilla.taskcluster.client.scheduler
-
Definition of a task-graph that can be scheduled
- TaskGraphDefinition1() - Constructor for class org.mozilla.taskcluster.client.scheduler.TaskGraphDefinition1
-
- TaskGraphDefinition1.Metadata - Class in org.mozilla.taskcluster.client.scheduler
-
Required task metadata
- TaskGraphDefinition1.Tasks - Class in org.mozilla.taskcluster.client.scheduler
-
List of nodes in the task-graph, each featuring a task definition and scheduling preferences, such as number of reruns to attempt.
- TaskGraphExtendedMessage - Class in org.mozilla.taskcluster.client.schedulerevents
-
Messages as posted to scheduler/v1/task-graph-extended informing the world that a task-graph have been extended.
- TaskGraphExtendedMessage() - Constructor for class org.mozilla.taskcluster.client.schedulerevents.TaskGraphExtendedMessage
-
- TaskGraphFinishedMessage - Class in org.mozilla.taskcluster.client.schedulerevents
-
Message that all tasks in a task-graph have now completed successfully and the graph is finished.
- TaskGraphFinishedMessage() - Constructor for class org.mozilla.taskcluster.client.schedulerevents.TaskGraphFinishedMessage
-
- taskGraphId - Variable in class org.mozilla.taskcluster.client.scheduler.TaskGraphStatusStructure
-
Unique task-graph identifier, this is UUID encoded as
URL-safe base64 and stripped of
= padding.
- taskGraphId - Variable in class org.mozilla.taskcluster.client.schedulerevents.TaskGraphStatusStructure
-
Unique task-graph identifier, this is UUID encoded as
URL-safe base64 and stripped of
= padding.
- TaskGraphInfoResponse - Class in org.mozilla.taskcluster.client.scheduler
-
Response for a request for task-graph information
- TaskGraphInfoResponse() - Constructor for class org.mozilla.taskcluster.client.scheduler.TaskGraphInfoResponse
-
- TaskGraphInfoResponse.Metadata - Class in org.mozilla.taskcluster.client.scheduler
-
Required task metadata
- TaskGraphStatusResponse - Class in org.mozilla.taskcluster.client.scheduler
-
Response containing the status structure for a task-graph
- TaskGraphStatusResponse() - Constructor for class org.mozilla.taskcluster.client.scheduler.TaskGraphStatusResponse
-
- TaskGraphStatusStructure - Class in org.mozilla.taskcluster.client.scheduler
-
A representation of task-graph status as known by the scheduler, without the state of all individual tasks.
- TaskGraphStatusStructure() - Constructor for class org.mozilla.taskcluster.client.scheduler.TaskGraphStatusStructure
-
- TaskGraphStatusStructure - Class in org.mozilla.taskcluster.client.schedulerevents
-
A representation of task-graph status as known by the scheduler, without the state of all individual tasks.
- TaskGraphStatusStructure() - Constructor for class org.mozilla.taskcluster.client.schedulerevents.TaskGraphStatusStructure
-
- taskGroupId - Variable in class org.mozilla.taskcluster.client.hooks.TaskTemplate
-
Identifier for a group of tasks scheduled together with this task, by scheduler identified by schedulerId.
- taskGroupId - Variable in class org.mozilla.taskcluster.client.queue.ListTaskGroupResponse
-
Identifier for the task-group being listed.
- taskGroupId - Variable in class org.mozilla.taskcluster.client.queue.TaskDefinitionRequest
-
Identifier for a group of tasks scheduled together with this task, by scheduler identified by schedulerId.
- taskGroupId - Variable in class org.mozilla.taskcluster.client.queue.TaskDefinitionResponse
-
Identifier for a group of tasks scheduled together with this task, by scheduler identified by schedulerId.
- taskGroupId - Variable in class org.mozilla.taskcluster.client.queue.TaskStatusStructure
-
Identifier for a group of tasks scheduled together with this task, by scheduler identified by schedulerId.
- taskGroupId - Variable in class org.mozilla.taskcluster.client.queueevents.TaskStatusStructure
-
Identifier for a group of tasks scheduled together with this task, by scheduler identified by schedulerId.
- taskGroupId - Variable in class org.mozilla.taskcluster.client.scheduler.TaskDefinitionRequest
-
Identifier for a group of tasks scheduled together with this task, by scheduler identified by schedulerId.
- taskId - Variable in class org.mozilla.taskcluster.client.index.IndexedTaskResponse
-
Unique task identifier, this is UUID encoded as
URL-safe base64 and stripped of
= padding.
- taskId - Variable in class org.mozilla.taskcluster.client.index.InsertTaskRequest
-
Unique task identifier, this is UUID encoded as
URL-safe base64 and stripped of
= padding.
- taskId - Variable in class org.mozilla.taskcluster.client.index.ListTasksResponse.Tasks
-
Unique task identifier, this is UUID encoded as
URL-safe base64 and stripped of
= padding.
- taskId - Variable in class org.mozilla.taskcluster.client.queue.TaskStatusStructure
-
Unique task identifier, this is UUID encoded as
URL-safe base64 and stripped of
= padding.
- taskId - Variable in class org.mozilla.taskcluster.client.queueevents.TaskStatusStructure
-
Unique task identifier, this is UUID encoded as
URL-safe base64 and stripped of
= padding.
- taskId - Variable in class org.mozilla.taskcluster.client.scheduler.InspectTaskGraphResponse.Tasks
-
Unique task identifier, this is UUID encoded as
URL-safe base64 and stripped of
= padding.
- taskId - Variable in class org.mozilla.taskcluster.client.scheduler.InspectTaskGraphTaskResponse
-
Unique task identifier, this is UUID encoded as
URL-safe base64 and stripped of
= padding.
- taskId - Variable in class org.mozilla.taskcluster.client.scheduler.TaskGraphDefinition.Tasks
-
Task identifier (taskId) for the task when submitted to the queue, also used in requires below.
- taskId - Variable in class org.mozilla.taskcluster.client.scheduler.TaskGraphDefinition1.Tasks
-
Task identifier (taskId) for the task when submitted to the queue, also used in requires below.
- taskId - Variable in class org.mozilla.taskcluster.client.schedulerevents.BlockedTaskGraphMessage
-
Unique taskId that is blocking this task-graph from completion.
- TaskPendingMessage - Class in org.mozilla.taskcluster.client.queueevents
-
Message reporting that a task is now pending
- TaskPendingMessage() - Constructor for class org.mozilla.taskcluster.client.queueevents.TaskPendingMessage
-
- TaskReclaimResponse - Class in org.mozilla.taskcluster.client.queue
-
Response to a successful task claim
- TaskReclaimResponse() - Constructor for class org.mozilla.taskcluster.client.queue.TaskReclaimResponse
-
- TaskReclaimResponse.Credentials - Class in org.mozilla.taskcluster.client.queue
-
Temporary credentials granting task.scopes and the scope: queue:claim-task:<taskId>/<runId> which allows the worker to reclaim the task, upload artifacts and report task resolution.
- TaskRunningMessage - Class in org.mozilla.taskcluster.client.queueevents
-
Message reporting that a given run of a task have started
- TaskRunningMessage() - Constructor for class org.mozilla.taskcluster.client.queueevents.TaskRunningMessage
-
- tasks - Variable in class org.mozilla.taskcluster.client.index.ListTasksResponse
-
- Tasks() - Constructor for class org.mozilla.taskcluster.client.index.ListTasksResponse.Tasks
-
- tasks - Variable in class org.mozilla.taskcluster.client.scheduler.InspectTaskGraphResponse
-
- Tasks() - Constructor for class org.mozilla.taskcluster.client.scheduler.InspectTaskGraphResponse.Tasks
-
- tasks - Variable in class org.mozilla.taskcluster.client.scheduler.TaskGraphDefinition
-
- Tasks() - Constructor for class org.mozilla.taskcluster.client.scheduler.TaskGraphDefinition.Tasks
-
- tasks - Variable in class org.mozilla.taskcluster.client.scheduler.TaskGraphDefinition1
-
- Tasks() - Constructor for class org.mozilla.taskcluster.client.scheduler.TaskGraphDefinition1.Tasks
-
- TaskStatusResponse - Class in org.mozilla.taskcluster.client.queue
-
Response to a task status request
- TaskStatusResponse() - Constructor for class org.mozilla.taskcluster.client.queue.TaskStatusResponse
-
- TaskStatusStructure - Class in org.mozilla.taskcluster.client.queue
-
A representation of task status as known by the queue
- TaskStatusStructure() - Constructor for class org.mozilla.taskcluster.client.queue.TaskStatusStructure
-
- TaskStatusStructure - Class in org.mozilla.taskcluster.client.queueevents
-
A representation of task status as known by the queue
- TaskStatusStructure() - Constructor for class org.mozilla.taskcluster.client.queueevents.TaskStatusStructure
-
- TaskStatusStructure.Runs - Class in org.mozilla.taskcluster.client.queue
-
List of runs, ordered so that index i has runId == i
- TaskStatusStructure.Runs - Class in org.mozilla.taskcluster.client.queueevents
-
List of runs, ordered so that index i has runId == i
- TaskTemplate - Class in org.mozilla.taskcluster.client.hooks
-
Definition of a task embedded in a hook
- TaskTemplate() - Constructor for class org.mozilla.taskcluster.client.hooks.TaskTemplate
-
- TaskTemplate.Metadata - Class in org.mozilla.taskcluster.client.hooks
-
Required task metadata
- token - Variable in class org.mozilla.taskcluster.client.awsprovisioner.GetSecretRequest
-
A Slug ID which is the uniquely addressable token to access this set of secrets
- workerGroup - Variable in class org.mozilla.taskcluster.client.queue.TaskClaimRequest
-
Identifier for group that worker claiming the task is a part of.
- workerGroup - Variable in class org.mozilla.taskcluster.client.queue.TaskClaimResponse
-
Identifier for the worker-group within which this run started.
- workerGroup - Variable in class org.mozilla.taskcluster.client.queue.TaskReclaimResponse
-
Identifier for the worker-group within which this run started.
- workerGroup - Variable in class org.mozilla.taskcluster.client.queue.TaskStatusStructure.Runs
-
Identifier for group that worker who executes this run is a part of, this identifier is mainly used for efficient routing.
- workerGroup - Variable in class org.mozilla.taskcluster.client.queueevents.ArtifactCreatedMessage
-
Identifier for the worker-group within which the run with the created artifacted is running.
- workerGroup - Variable in class org.mozilla.taskcluster.client.queueevents.TaskCompletedMessage
-
Identifier for the worker-group within which this run ran.
- workerGroup - Variable in class org.mozilla.taskcluster.client.queueevents.TaskExceptionMessage
-
Identifier for the worker-group within which the last attempt of the task ran.
- workerGroup - Variable in class org.mozilla.taskcluster.client.queueevents.TaskFailedMessage
-
Identifier for the worker-group within which this run ran.
- workerGroup - Variable in class org.mozilla.taskcluster.client.queueevents.TaskRunningMessage
-
Identifier for the worker-group within which this run started.
- workerGroup - Variable in class org.mozilla.taskcluster.client.queueevents.TaskStatusStructure.Runs
-
Identifier for group that worker who executes this run is a part of, this identifier is mainly used for efficient routing.
- workerId - Variable in class org.mozilla.taskcluster.client.queue.TaskClaimRequest
-
Identifier for worker within the given workerGroup
- workerId - Variable in class org.mozilla.taskcluster.client.queue.TaskClaimResponse
-
Identifier for the worker executing this run.
- workerId - Variable in class org.mozilla.taskcluster.client.queue.TaskReclaimResponse
-
Identifier for the worker executing this run.
- workerId - Variable in class org.mozilla.taskcluster.client.queue.TaskStatusStructure.Runs
-
Identifier for worker evaluating this run within given workerGroup.
- workerId - Variable in class org.mozilla.taskcluster.client.queueevents.ArtifactCreatedMessage
-
Identifier for the worker within which the run with the created artifact is running.
- workerId - Variable in class org.mozilla.taskcluster.client.queueevents.TaskCompletedMessage
-
Identifier for the worker that executed this run.
- workerId - Variable in class org.mozilla.taskcluster.client.queueevents.TaskExceptionMessage
-
Identifier for the last worker that failed to report, causing the task to fail.
- workerId - Variable in class org.mozilla.taskcluster.client.queueevents.TaskFailedMessage
-
Identifier for the worker that executed this run.
- workerId - Variable in class org.mozilla.taskcluster.client.queueevents.TaskRunningMessage
-
Identifier for the worker executing this run.
- workerId - Variable in class org.mozilla.taskcluster.client.queueevents.TaskStatusStructure.Runs
-
Identifier for worker evaluating this run within given workerGroup.
- workerType(String) - Method in class org.mozilla.taskcluster.client.awsprovisioner.AwsProvisioner
-
Retreive a copy of the requested worker type definition.
- workerType - Variable in class org.mozilla.taskcluster.client.awsprovisioner.GetSecretRequest
-
A string describing what the secret will be used for
- workerType - Variable in class org.mozilla.taskcluster.client.awsprovisioner.GetWorkerTypeRequest
-
The ID of the workerType
- workerType - Variable in class org.mozilla.taskcluster.client.awsprovisionerevents.WorkerTypeMessage
-
Name of the worker type which was created
- workerType - Variable in class org.mozilla.taskcluster.client.hooks.TaskTemplate
-
Unique identifier for a worker-type within a specific provisioner
- workerType - Variable in class org.mozilla.taskcluster.client.purgecacheevents.PurgeCacheMessage
-
workerType we wish to purge cache for.
- workerType - Variable in class org.mozilla.taskcluster.client.queue.CountPendingTasksResponse
-
Identifier for worker type within the specified provisioner
- workerType - Variable in class org.mozilla.taskcluster.client.queue.TaskDefinitionRequest
-
Unique identifier for a worker-type within a specific provisioner
- workerType - Variable in class org.mozilla.taskcluster.client.queue.TaskDefinitionResponse
-
Unique identifier for a worker-type within a specific provisioner
- workerType - Variable in class org.mozilla.taskcluster.client.queue.TaskStatusStructure
-
Identifier for worker type within the specified provisioner
- workerType - Variable in class org.mozilla.taskcluster.client.queueevents.TaskStatusStructure
-
Identifier for worker type within the specified provisioner
- workerType - Variable in class org.mozilla.taskcluster.client.scheduler.TaskDefinitionRequest
-
Unique identifier for a worker-type within a specific provisioner
- WorkerTypeMessage - Class in org.mozilla.taskcluster.client.awsprovisionerevents
-
Message reporting that an action occured to a worker type
- WorkerTypeMessage() - Constructor for class org.mozilla.taskcluster.client.awsprovisionerevents.WorkerTypeMessage
-