[{
id :: integer(),
name :: string(),
remote :: string(),
build :: list(command()),
notifications :: list(#notification())
}]
{
id :: integer(),
name :: string(),
remote :: string(),
build :: list(command()),
notifications :: list(#notification())
}
[build] %% See below
{
id :: integer(),
project :: integer(),
title :: string(),
branch :: string(),
revision :: string(),
author :: string(),
start :: time(),
stop :: time(),
exit :: integer(),
output :: list(string()),
tags :: list(tag())
}
{
project_id :: integer(),
title :: string(),
branch :: string(),
revision :: string(),
author :: string(),
tags :: list(string())
}
or
{
copy :: integer()
}
Same as GET /project/ProjectId/build/BuildId