Skip to content
Snippets Groups Projects

Iss #69 - Remove gitlab repos from the project model

Merged Iss #69 - Remove gitlab repos from the project model
All threads resolved!
Merged Martin Lowe requested to merge malowe/eclipsefdn-api-common:malowe/main/69 into main
All threads resolved!
2 files
+ 0
7
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -49,8 +49,6 @@ public abstract class Project {
public abstract GithubProject getGithub();
public abstract List<Repo> getGitlabRepos();
public abstract GitlabProject getGitlab();
public abstract List<Repo> getGerritRepos();
@@ -125,8 +123,6 @@ public abstract class Project {
public abstract Builder setGithub(GithubProject github);
public abstract Builder setGitlabRepos(List<Repo> repos);
public abstract Builder setGitlab(GitlabProject gitlab);
public abstract Builder setGerritRepos(List<Repo> repos);
Loading