public interface

SCMModule

com.atlassian.crucible.scm.SCMModule
Known Indirect Subclasses

Class Overview

A type of repository -- a number of repositories of this type belong to this module Repositories in this module must have distinct names.

Summary

Public Methods
abstract ModuleDescriptor getModuleDescriptor()
abstract String getName()
abstract Collection<SCMRepository> getRepositories()
abstract void setModuleDescriptor(ModuleDescriptor moduleDescriptor)

Public Methods

public abstract ModuleDescriptor getModuleDescriptor ()

public abstract String getName ()

public abstract Collection<SCMRepository> getRepositories ()

public abstract void setModuleDescriptor (ModuleDescriptor moduleDescriptor)