mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-04-01 18:00:12 +02:00
improve ChangesetViewer api
This commit is contained in:
@@ -69,6 +69,9 @@ public interface RepositoryHandler
|
||||
*
|
||||
* @param repository
|
||||
* @return null if ChangesetViewer is not supported
|
||||
*
|
||||
* @throws RepositoryException
|
||||
*/
|
||||
public ChangesetViewer getChangesetViewer(Repository repository);
|
||||
public ChangesetViewer getChangesetViewer(Repository repository)
|
||||
throws RepositoryException;
|
||||
}
|
||||
|
||||
@@ -63,6 +63,19 @@ public interface RepositoryManager
|
||||
*/
|
||||
public Repository get(String type, String name);
|
||||
|
||||
/**
|
||||
* Method description
|
||||
*
|
||||
*
|
||||
*
|
||||
* @param repository
|
||||
* @return null if ChangesetViewer is not supported
|
||||
*
|
||||
* @throws RepositoryException
|
||||
*/
|
||||
public ChangesetViewer getChangesetViewer(Repository repository)
|
||||
throws RepositoryException;
|
||||
|
||||
/**
|
||||
* Method description
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user