Uses of Class
org.apache.maven.scm.ScmBranch
-
Packages that use ScmBranch Package Description 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 Modifier and Type Class Description class
ScmTag
-
Uses of ScmBranch in org.apache.maven.scm.command.changelog
Methods in org.apache.maven.scm.command.changelog that return ScmBranch Modifier and Type Method Description ScmBranch
ChangeLogScmRequest. getScmBranch()
Methods in org.apache.maven.scm.command.changelog with parameters of type ScmBranch Modifier and Type Method Description protected abstract ChangeLogScmResult
AbstractChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern)
Deprecated.void
ChangeLogScmRequest. setScmBranch(ScmBranch scmBranch)
-
Uses of ScmBranch in org.apache.maven.scm.manager
Methods in org.apache.maven.scm.manager with parameters of type ScmBranch Modifier and Type Method Description ChangeLogScmResult
AbstractScmManager. changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, 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, Date startDate, Date endDate, int numDays, ScmBranch branch, 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, Date startDate, Date endDate, int numDays, ScmBranch branch)
Deprecated.ChangeLogScmResult
ScmManager. changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch, String datePattern)
Deprecated. -
Uses of ScmBranch in org.apache.maven.scm.provider
Methods in org.apache.maven.scm.provider with parameters of type ScmBranch Modifier and Type Method Description ChangeLogScmResult
AbstractScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch)
Returns the changes that have happened in the source control system in a certain period of time.ChangeLogScmResult
AbstractScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch, String datePattern)
Returns the changes that have happened in the source control system in a certain period of time.ChangeLogScmResult
ScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch)
Deprecated.ChangeLogScmResult
ScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch, String datePattern)
Deprecated.
-