Virtual Method
FoundryCiProviderlist_pipelines
unstable since: 1.2
Declaration [src]
DexFuture*
list_pipelines (
FoundryCiProvider* self
)
Description [src]
Lists the pipelines available for the current project.
This is active discovery and may access remote resources. UI consumers should call this only in response to an explicit user action.
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. |