org.apache.maven.scm.provider.integrity.command.branch
Class IntegrityBranchCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.command.branch.AbstractBranchCommand
          extended by org.apache.maven.scm.provider.integrity.command.branch.IntegrityBranchCommand
All Implemented Interfaces:
Command

public class IntegrityBranchCommand
extends AbstractBranchCommand

MKS Integrity implementation for Maven's AbstractBranchCommand
For a normal and variant configuration, a fresh checkpoint is executed prior to creating a Development Path (branch). In the case of a build configuration, the specified checkpoint revision is used to create the Development Path

Since:
1.6
Version:
$Id: IntegrityBranchCommand.java 1.3 2011/08/22 13:06:17EDT Cletus D'Souza (dsouza) Exp $
Author:
Cletus D'Souza

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
IntegrityBranchCommand()
           
 
Method Summary
 BranchScmResult executeBranchCommand(ScmProviderRepository repository, ScmFileSet fileSet, String branchName, String message)
          
 
Methods inherited from class org.apache.maven.scm.command.branch.AbstractBranchCommand
executeBranchCommand, executeCommand
 
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegrityBranchCommand

public IntegrityBranchCommand()
Method Detail

executeBranchCommand

public BranchScmResult executeBranchCommand(ScmProviderRepository repository,
                                            ScmFileSet fileSet,
                                            String branchName,
                                            String message)
                                     throws ScmException

Specified by:
executeBranchCommand in class AbstractBranchCommand
Throws:
ScmException


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.