mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 23:45:44 +01:00
merge with branch 1.x
This commit is contained in:
@@ -40,7 +40,9 @@ import java.io.File;
|
||||
/**
|
||||
*
|
||||
* @author Sebastian Sdorra
|
||||
* @deprecated
|
||||
*/
|
||||
@Deprecated
|
||||
public abstract class AbstractRepositoryClient implements RepositoryClient
|
||||
{
|
||||
|
||||
|
||||
@@ -82,7 +82,9 @@ import java.util.List;
|
||||
/**
|
||||
*
|
||||
* @author Sebastian Sdorra
|
||||
* @deprecated
|
||||
*/
|
||||
@Deprecated
|
||||
public class GitRepositoryClient extends AbstractRepositoryClient
|
||||
{
|
||||
|
||||
|
||||
@@ -47,7 +47,9 @@ import java.io.IOException;
|
||||
/**
|
||||
*
|
||||
* @author Sebastian Sdorra
|
||||
* @deprecated
|
||||
*/
|
||||
@Deprecated
|
||||
public class HgRepositoryClient extends AbstractRepositoryClient
|
||||
{
|
||||
|
||||
|
||||
@@ -40,7 +40,9 @@ import java.io.File;
|
||||
/**
|
||||
*
|
||||
* @author Sebastian Sdorra
|
||||
* @deprecated use {@link sonia.scm.repository.client.api.RepositoryClient}
|
||||
*/
|
||||
@Deprecated
|
||||
public interface RepositoryClient
|
||||
{
|
||||
|
||||
|
||||
@@ -36,7 +36,9 @@ package sonia.scm.repository.client;
|
||||
/**
|
||||
*
|
||||
* @author Sebastian Sdorra
|
||||
* @deprecated
|
||||
*/
|
||||
@Deprecated
|
||||
public class RepositoryClientException extends Exception
|
||||
{
|
||||
|
||||
|
||||
@@ -40,7 +40,9 @@ import java.io.File;
|
||||
/**
|
||||
*
|
||||
* @author Sebastian Sdorra
|
||||
* @deprecated use {@link sonia.scm.repository.client.api.RepositoryClientFactory}
|
||||
*/
|
||||
@Deprecated
|
||||
public final class RepositoryClientFactory
|
||||
{
|
||||
|
||||
|
||||
@@ -59,7 +59,10 @@ import org.tmatesoft.svn.core.internal.util.SVNURLUtil;
|
||||
/**
|
||||
*
|
||||
* @author Sebastian Sdorra
|
||||
*
|
||||
* @deprecated
|
||||
*/
|
||||
@Deprecated
|
||||
public class SvnRepositoryClient extends AbstractRepositoryClient
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user