Interface MorpheusCodeRepositoryService

All Superinterfaces:
MorpheusDataService<CodeRepository,CodeRepository>

public interface MorpheusCodeRepositoryService extends MorpheusDataService<CodeRepository,CodeRepository>
Context methods for managing code repositories
Since:
0.15.1
  • 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