Copyright | (c) Rob Stewart Heriot-Watt University 2019 |
---|---|
License | BSD3 |
Maintainer | robstewart57@gmail.com |
Stability | stable |
Safe Haskell | None |
Language | Haskell2010 |
Synopsis
- pipelines :: Project -> GitLab [Pipeline]
- pipelines' :: Int -> GitLab (Either (Response ByteString) [Pipeline])
- pipelineTestReport :: Project -> Pipeline -> GitLab TestReport
- pipelineTestReport' :: Int -> Int -> GitLab (Either (Response ByteString) (Maybe TestReport))
Documentation
returns the pipelines for a project given its project ID.
:: Project | the project |
-> Pipeline | the pipeline |
-> GitLab TestReport |
get a pipeline’s test report. Since GitLab 13.0.
:: Int | the project ID |
-> Int | the pipeline ID |
-> GitLab (Either (Response ByteString) (Maybe TestReport)) |
get a pipeline’s test report. Since GitLab 13.0.