com.atlassian.crucible.scm
Interface SCMModule
- All Known Implementing Classes:
- ConfigurableSCMModule
public interface SCMModule
A type of repository -- a number of repositories of this type belong to this module
Repositories in this module must have distinct names.
getName
java.lang.String getName()
getRepositories
java.util.Collection<SCMRepository> getRepositories()
setModuleDescriptor
void setModuleDescriptor(com.atlassian.plugin.ModuleDescriptor moduleDescriptor)
getModuleDescriptor
com.atlassian.plugin.ModuleDescriptor getModuleDescriptor()