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.Jobs

Description

 
Synopsis

Documentation

jobs Source #

Arguments

:: Project

the project

-> GitLab [Job] 

returns all jobs ran on a project.

jobs' Source #

Arguments

:: Int

the project ID

-> GitLab (Either Status [Job]) 

returns all jobs ran on a project given its project ID.