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.


Method Summary
 com.atlassian.plugin.ModuleDescriptor getModuleDescriptor()
           
 java.lang.String getName()
           
 java.util.Collection<SCMRepository> getRepositories()
           
 void setModuleDescriptor(com.atlassian.plugin.ModuleDescriptor moduleDescriptor)
           
 

Method Detail

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()