Uses of Class
org.apache.maven.scm.ScmBranch

Packages that use ScmBranch
org.apache.maven.scm   
org.apache.maven.scm.command.changelog   
org.apache.maven.scm.manager   
org.apache.maven.scm.provider   
 

Uses of ScmBranch in org.apache.maven.scm
 

Subclasses of ScmBranch in org.apache.maven.scm
 class ScmTag
           
 

Uses of ScmBranch in org.apache.maven.scm.command.changelog
 

Methods in org.apache.maven.scm.command.changelog with parameters of type ScmBranch
protected abstract  ChangeLogScmResult AbstractChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern)
           
 

Uses of ScmBranch in org.apache.maven.scm.manager
 

Methods in org.apache.maven.scm.manager with parameters of type ScmBranch
 ChangeLogScmResult AbstractScmManager.changeLog(ScmRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, int numDays, ScmBranch branch)
          Returns the changes that have happend in the source control system in a certain period of time.
 ChangeLogScmResult ScmManager.changeLog(ScmRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, int numDays, ScmBranch branch)
          Returns the changes that have happend in the source control system in a certain period of time.
 ChangeLogScmResult AbstractScmManager.changeLog(ScmRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, int numDays, ScmBranch branch, java.lang.String datePattern)
          Returns the changes that have happend in the source control system in a certain period of time.
 ChangeLogScmResult ScmManager.changeLog(ScmRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, int numDays, ScmBranch branch, java.lang.String datePattern)
          Returns the changes that have happend in the source control system in a certain period of time.
 

Uses of ScmBranch in org.apache.maven.scm.provider
 

Methods in org.apache.maven.scm.provider with parameters of type ScmBranch
 ChangeLogScmResult AbstractScmProvider.changeLog(ScmRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, int numDays, ScmBranch branch)
          Returns the changes that have happend in the source control system in a certain period of time.
 ChangeLogScmResult ScmProvider.changeLog(ScmRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, int numDays, ScmBranch branch)
          Returns the changes that have happend in the source control system in a certain period of time.
 ChangeLogScmResult AbstractScmProvider.changeLog(ScmRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, int numDays, ScmBranch branch, java.lang.String datePattern)
          Returns the changes that have happend in the source control system in a certain period of time.
 ChangeLogScmResult ScmProvider.changeLog(ScmRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, int numDays, ScmBranch branch, java.lang.String datePattern)
          Returns the changes that have happend in the source control system in a certain period of time.
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.