gitlab-haskell-0.2.5: A Haskell library for the GitLab web API
Copyright(c) Rob Stewart Heriot-Watt University 2019
LicenseBSD3
Maintainerrobstewart57@gmail.com
Stabilitystable
Safe HaskellNone
LanguageHaskell2010

GitLab.API.Pipelines

Description

 
Synopsis

Documentation

pipelines Source #

Arguments

:: Project

the project

-> GitLab [Pipeline] 

returns the pipelines for a project.

pipelines' Source #

Arguments

:: Int

the project ID

-> GitLab (Either Status [Pipeline]) 

returns the pipelines for a project given its project ID.