mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-06 18:26:15 +02:00
added get method for the repository
This commit is contained in:
@@ -143,6 +143,19 @@ public final class RepositoryService
|
||||
repository, preProcessorUtil);
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the repository of this service.
|
||||
*
|
||||
*
|
||||
* @param repository repository of this service
|
||||
*
|
||||
* @return repository of this service
|
||||
*/
|
||||
public Repository getRepository()
|
||||
{
|
||||
return repository;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns true if the command is supported by the repository service.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user