|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use DevelopmentLine | |
| nl.toolforge.karma.core.module | |
| nl.toolforge.karma.core.vc | The vc package contains implementation code for connections
and processing classes to version control systems. |
| nl.toolforge.karma.core.vc.cvsimpl |
CVS implementation of the vc package. |
| nl.toolforge.karma.core.vc.svnimpl | Subversion implementation of the vc package. |
| Uses of DevelopmentLine in nl.toolforge.karma.core.module |
| Methods in nl.toolforge.karma.core.module that return DevelopmentLine | |
DevelopmentLine |
BaseModule.getPatchLine()
|
DevelopmentLine |
Module.getPatchLine()
Returns the PatchLine for this module, if the module matches the correct criteria as specified in
Module.markPatchLine(boolean). |
| Uses of DevelopmentLine in nl.toolforge.karma.core.vc |
| Subclasses of DevelopmentLine in nl.toolforge.karma.core.vc | |
class |
PatchLine
A PatchLine is a special type of DevelopmentLine, used when a module has been released to
(for example) the test department. |
| Methods in nl.toolforge.karma.core.vc with parameters of type DevelopmentLine | |
void |
Runner.checkout(Module module,
DevelopmentLine developmentLine,
Version version)
Checks out a module from a version control system with the specified version and from a development
line. |
void |
Runner.update(Module module,
DevelopmentLine developmentLine,
Version version)
|
| Uses of DevelopmentLine in nl.toolforge.karma.core.vc.cvsimpl |
| Methods in nl.toolforge.karma.core.vc.cvsimpl with parameters of type DevelopmentLine | |
static SymbolicName |
Utils.createSymbolicName(Module module,
DevelopmentLine developmentLine,
Version version)
Creates a symbolic name for module, based on version and whether a module has an
associated DevelopmentLine. |
void |
CVSRunner.checkout(Module module,
DevelopmentLine developmentLine,
Version version)
See CVSRunner.checkout(Module, Version). |
void |
CVSRunner.update(Module module,
DevelopmentLine developmentLine,
Version version)
For a module, the cvs -q update -d -r <symbolic-name> command is executed. |
| Uses of DevelopmentLine in nl.toolforge.karma.core.vc.svnimpl |
| Methods in nl.toolforge.karma.core.vc.svnimpl with parameters of type DevelopmentLine | |
void |
SubversionRunner.update(Module module,
DevelopmentLine developmentLine,
Version version)
|
void |
SubversionRunner.checkout(Module module,
DevelopmentLine developmentLine,
Version version)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||