mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-05 22:29:11 +01:00
mark old repository api as deprecated
This commit is contained in:
@@ -33,6 +33,10 @@
|
||||
|
||||
package sonia.scm.repository;
|
||||
|
||||
//~--- non-JDK imports --------------------------------------------------------
|
||||
|
||||
import sonia.scm.repository.api.RepositoryService;
|
||||
|
||||
//~--- JDK imports ------------------------------------------------------------
|
||||
|
||||
import java.io.IOException;
|
||||
@@ -43,7 +47,10 @@ import java.io.IOException;
|
||||
*
|
||||
* @author Sebastian Sdorra
|
||||
* @since 1.8
|
||||
*
|
||||
* @deprecated use {@link RepositoryService#getBlameCommand()) instead.
|
||||
*/
|
||||
@Deprecated
|
||||
public interface BlameViewer
|
||||
{
|
||||
|
||||
|
||||
@@ -33,11 +33,18 @@
|
||||
|
||||
package sonia.scm.repository;
|
||||
|
||||
//~--- non-JDK imports --------------------------------------------------------
|
||||
|
||||
import sonia.scm.repository.api.RepositoryService;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author Sebastian Sdorra
|
||||
* @since 1.8
|
||||
*
|
||||
* @deprecated use {@link RepositoryService#getBlameCommand()} instead.
|
||||
*/
|
||||
@Deprecated
|
||||
public interface BlameViewerProvider
|
||||
{
|
||||
|
||||
|
||||
@@ -49,14 +49,18 @@ import sonia.scm.util.AssertUtil;
|
||||
//~--- JDK imports ------------------------------------------------------------
|
||||
|
||||
import java.io.IOException;
|
||||
import sonia.scm.repository.api.RepositoryService;
|
||||
|
||||
/**
|
||||
* Class description
|
||||
*
|
||||
* @author Sebastian Sdorra
|
||||
* @since 1.8
|
||||
*
|
||||
* @deprecated use {@link RepositoryService#getBlameCommand()} instead.
|
||||
*/
|
||||
@Singleton
|
||||
@Deprecated
|
||||
public class BlameViewerUtil extends PartCacheClearHook
|
||||
{
|
||||
|
||||
|
||||
@@ -36,11 +36,15 @@ package sonia.scm.repository;
|
||||
//~--- JDK imports ------------------------------------------------------------
|
||||
|
||||
import java.io.IOException;
|
||||
import sonia.scm.repository.api.RepositoryService;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author Sebastian Sdorra
|
||||
*
|
||||
* @deprecated use {@link RepositoryService#getLogCommand()} instead.
|
||||
*/
|
||||
@Deprecated
|
||||
public interface ChangesetViewer
|
||||
{
|
||||
|
||||
|
||||
@@ -37,7 +37,10 @@ package sonia.scm.repository;
|
||||
*
|
||||
* @author Sebastian Sdorra
|
||||
* @since 1.8
|
||||
*
|
||||
* @deprecated use {@link RepositoryService#getLogCommand()} instead.
|
||||
*/
|
||||
@Deprecated
|
||||
public interface ChangesetViewerProvider
|
||||
{
|
||||
|
||||
|
||||
@@ -58,7 +58,10 @@ import java.util.Set;
|
||||
*
|
||||
* @author Sebastian Sdorra
|
||||
* @since 1.6
|
||||
*
|
||||
* @deprecated use {@link RepositoryService#getLogCommand()} instead.
|
||||
*/
|
||||
@Deprecated
|
||||
public class ChangesetViewerUtil extends PartCacheClearHook
|
||||
{
|
||||
|
||||
|
||||
@@ -37,12 +37,16 @@ package sonia.scm.repository;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.io.OutputStream;
|
||||
import sonia.scm.repository.api.RepositoryService;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author Sebastian Sdorra
|
||||
* @since 1.8
|
||||
*
|
||||
* @deprecated use {@link RepositoryService#getDiffCommand()} instead.
|
||||
*/
|
||||
@Deprecated
|
||||
public interface DiffViewer
|
||||
{
|
||||
|
||||
|
||||
@@ -37,7 +37,10 @@ package sonia.scm.repository;
|
||||
*
|
||||
* @author Sebastian Sdorra
|
||||
* @since 1.8
|
||||
*
|
||||
* @deprecated use {@link RepositoryService#getDiffCommand()} instead.
|
||||
*/
|
||||
@Deprecated
|
||||
public interface DiffViewerProvider
|
||||
{
|
||||
|
||||
|
||||
@@ -42,7 +42,10 @@ import java.io.OutputStream;
|
||||
*
|
||||
* @author Sebastian Sdorra
|
||||
* @since 1.5
|
||||
*
|
||||
* @deprecated use {@link RepositoryService#getBrowseCommand()} instead.
|
||||
*/
|
||||
@Deprecated
|
||||
public interface RepositoryBrowser
|
||||
{
|
||||
|
||||
|
||||
@@ -33,11 +33,16 @@
|
||||
|
||||
package sonia.scm.repository;
|
||||
|
||||
import sonia.scm.repository.api.RepositoryService;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author Sebastian Sdorra
|
||||
* @since 1.5
|
||||
*
|
||||
* @deprecated use {@link RepositoryService#getBrowseCommand()) instead.
|
||||
*/
|
||||
@Deprecated
|
||||
public interface RepositoryBrowserProvider
|
||||
{
|
||||
|
||||
|
||||
@@ -59,8 +59,11 @@ import java.util.Set;
|
||||
*
|
||||
* @author Sebastian Sdorra
|
||||
* @since 1.6
|
||||
*
|
||||
* @deprecated use {@link RepositoryService#getBrowseCommand()) instead.
|
||||
*/
|
||||
@Singleton
|
||||
@Deprecated
|
||||
public class RepositoryBrowserUtil extends PartCacheClearHook
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user