Package com.morpheusdata.core
Interface MorpheusCodeRepositoryService
- All Superinterfaces:
MorpheusDataQueryService<CodeRepository>
,MorpheusDataService<CodeRepository,
CodeRepository>
public interface MorpheusCodeRepositoryService
extends MorpheusDataService<CodeRepository,CodeRepository>
Context methods for managing code repositories
- Since:
- 0.15.1
-
Method Summary
Modifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Maybe<CodeRepositoryResponse>
fetchCodeRepository
(Long repositoryId, String branch) Fetches the contents of a code reposMethods inherited from interface com.morpheusdata.core.MorpheusDataQueryService
count, find, get, list, list, listById, listOptions, listOptions, search
Methods inherited from interface com.morpheusdata.core.MorpheusDataService
bulkCreate, bulkRemove, bulkSave, create, create, remove, remove, save, save
-
Method Details
-
fetchCodeRepository
io.reactivex.rxjava3.core.Maybe<CodeRepositoryResponse> fetchCodeRepository(Long repositoryId, String branch) Fetches the contents of a code repos- Parameters:
repositoryId
- the id of the repository in Morpheus- Returns:
- a CodeRepositoryResponse with the contents of the repo generated
-