Method

FoundryCiPipelinefind_job

unstable since: 1.2

Declaration [src]

DexFuture*
foundry_ci_pipeline_find_job (
  FoundryCiPipeline* self,
  const char* id
)

Description [src]

Finds a job in the pipeline by identifier.

Available since: 1.2

Parameters

id

Type: const char*

A job identifier.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.

Return value

Type: DexFuture

A DexFuture that resolves to a FoundryCiJob or rejects with error.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.