Method
FoundryCiManagerlist_pipelines
unstable since: 1.2
Declaration [src]
DexFuture*
foundry_ci_manager_list_pipelines (
FoundryCiManager* self
)
Description [src]
Lists pipelines from all loaded CI providers.
This is active discovery and may access remote resources. UI consumers should call this only in response to an explicit user action, such as opening a continuous integration panel.
Available since: 1.2
Return value
Type: DexFuture
A DexFuture that resolves to a
GListModel of FoundryCiPipeline or rejects with error.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |