Package com.atlassian.bamboo.repository
Interface ScmTypePublishingRepository
- All Known Subinterfaces:
StashRepository
- All Known Implementing Classes:
BitbucketRepository
,GitRepository
,StashRepositoryImpl
public interface ScmTypePublishingRepository
-
Method Summary
-
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")
-