Safe Haskell | None |
---|---|
Language | Haskell2010 |
- data RepoRaw = RepoRaw {}
- data RepositoryRaw = RepositoryRaw {}
- data BuildsRaw = BuildsRaw {}
- data BuildRaw = BuildRaw {
- _commit_id :: Int
- _config :: Object
- _duration :: Int
- _finished_at :: String
- _id :: Int
- _job_ids :: [Int]
- _number :: String
- _pull_request :: Bool
- _pull_request_number :: Maybe Int
- _pull_request_title :: Maybe String
- _repository_id :: Int
- _started_at :: String
- _state :: String
Documentation
Data types representing: http://docs.travis-ci.com/api/?http#repositories TODO: more precise parsing / types
data RepositoryRaw Source
RepositoryRaw | |
|
Data types representing: http://docs.travis-ci.com/api/?http#builds TODO: more precise parsing / types
BuildRaw | |
|