Object Repository.Companion
-
- All Implemented Interfaces:
public class Repository.CompanionConstants and utility functions.
-
-
Field Summary
Fields Modifier and Type Field Description public final static Repository.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final RepositoryfromProject(Project project, String name, String url)Creates a named Repository from a project and a name. final RepositoryprojectLocalRepository(Project project)Creates a Repository local to the build folder. -
-
Method Detail
-
fromProject
final Repository fromProject(Project project, String name, String url)
Creates a named Repository from a project and a name.
-
projectLocalRepository
final Repository projectLocalRepository(Project project)
Creates a Repository local to the build folder.
-
-
-
-