Enable git remote linking automatically on CF

Closes gh-13586
This commit is contained in:
Madhura Bhave
2019-03-12 17:30:00 -07:00
parent 55e5bafcfc
commit e8cb75bba8
11 changed files with 222 additions and 13 deletions

View File

@@ -55,4 +55,8 @@ public class InfoEndpoint {
return build.getDetails();
}
public List<InfoContributor> getInfoContributors() {
return this.infoContributors;
}
}