Renamed projects types and build classes: 'remote'/RemoteGitBuild to
'git'/GitBuild, MercurialBuild to HgBuild, SubversionBuild to SvnBuild, 'bitbuckethg' to 'bitbucket-hg'.
This commit is contained in:
parent
d0c69d2ef0
commit
58f1004652
10 changed files with 41 additions and 23 deletions
|
|
@ -4,10 +4,10 @@ namespace PHPCensor\Model\Build;
|
|||
|
||||
/**
|
||||
* Gitlab Build Model
|
||||
*
|
||||
*
|
||||
* @author André Cianfarani <a.cianfarani@c2is.fr>
|
||||
*/
|
||||
class GitlabBuild extends RemoteGitBuild
|
||||
class GitlabBuild extends GitBuild
|
||||
{
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue