Interface ScmTypePublishingRepository

All Known Subinterfaces:
StashRepository
All Known Implementing Classes:
BitbucketRepository, GitRepository, StashRepositoryImpl

public interface ScmTypePublishingRepository
  • Method Summary

    Modifier and Type
    Method
    Description
    Get a string representing the name of the repository type.
  • Method Details

    • getScm

      String getScm()
      Get a string representing the name of the repository type. (e.g. "git")
      Returns:
      a string representing the name of the repository type. (e.g. "git")