mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-07 06:05:54 +02:00
Add integration tests for anonymous access
This commit is contained in:
@@ -123,6 +123,12 @@ public final class RepositoryClientFactory
|
||||
password, workingCopy));
|
||||
}
|
||||
|
||||
public RepositoryClient create(String type, String url, File workingCopy)
|
||||
throws IOException
|
||||
{
|
||||
return new RepositoryClient(getProvider(type).create(url, null, null, workingCopy));
|
||||
}
|
||||
|
||||
//~--- get methods ----------------------------------------------------------
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user