Uses of Class
org.apache.maven.scm.ScmBranch
-
-
Uses of ScmBranch in org.apache.maven.scm
Subclasses of ScmBranch in org.apache.maven.scm Modifier and Type Class Description classScmTag -
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 ScmBranchChangeLogScmRequest. getScmBranch()Methods in org.apache.maven.scm.command.changelog with parameters of type ScmBranch Modifier and Type Method Description protected abstract ChangeLogScmResultAbstractChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern)Deprecated.voidChangeLogScmRequest. 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 ChangeLogScmResultAbstractScmManager. 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.ChangeLogScmResultAbstractScmManager. 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.ChangeLogScmResultScmManager. changeLog(ScmRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, int numDays, ScmBranch branch)Deprecated.ChangeLogScmResultScmManager. changeLog(ScmRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, int numDays, ScmBranch branch, java.lang.String datePattern)Deprecated.ChangeLogScmResultScmManagerStub. 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.ChangeLogScmResultScmManagerStub. 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 Modifier and Type Method Description ChangeLogScmResultAbstractScmProvider. 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.ChangeLogScmResultAbstractScmProvider. 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.ChangeLogScmResultScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, int numDays, ScmBranch branch)Deprecated.ChangeLogScmResultScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, int numDays, ScmBranch branch, java.lang.String datePattern)Deprecated.ChangeLogScmResultScmProviderStub. 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.ChangeLogScmResultScmProviderStub. 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.bazaar.command.changelog
Methods in org.apache.maven.scm.provider.bazaar.command.changelog with parameters of type ScmBranch Modifier and Type Method Description protected ChangeLogScmResultBazaarChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern) -
Uses of ScmBranch in org.apache.maven.scm.provider.clearcase.command.changelog
Methods in org.apache.maven.scm.provider.clearcase.command.changelog with parameters of type ScmBranch Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlineClearCaseChangeLogCommand. createCommandLine(java.io.File workingDirectory, ScmBranch branch, java.util.Date startDate)ClearCase LT version doesn't support the attribut -fmt and -since for command lhistory.protected ChangeLogScmResultClearCaseChangeLogCommand. 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.provider.cvslib.command.changelog
Methods in org.apache.maven.scm.provider.cvslib.command.changelog with parameters of type ScmBranch Modifier and Type Method Description protected ChangeLogScmResultAbstractCvsChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern) -
Uses of ScmBranch in org.apache.maven.scm.provider.git.gitexe.command.changelog
Methods in org.apache.maven.scm.provider.git.gitexe.command.changelog with parameters of type ScmBranch Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlineGitChangeLogCommand. createCommandLine(GitScmProviderRepository repository, java.io.File workingDirectory, ScmBranch branch, java.util.Date startDate, java.util.Date endDate, ScmVersion startVersion, ScmVersion endVersion)this constructs creates the commandline for the git-whatchanged command.protected ChangeLogScmResultGitChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern)protected ChangeLogScmResultGitChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern, ScmVersion startVersion, ScmVersion endVersion)protected ChangeLogScmResultGitChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern, ScmVersion startVersion, ScmVersion endVersion, java.lang.Integer limit)protected ChangeLogScmResultGitChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern, ScmVersion startVersion, ScmVersion endVersion, java.lang.Integer limit, ScmVersion version) -
Uses of ScmBranch in org.apache.maven.scm.provider.hg.command.changelog
Methods in org.apache.maven.scm.provider.hg.command.changelog with parameters of type ScmBranch Modifier and Type Method Description protected ChangeLogScmResultHgChangeLogCommand. executeChangeLogCommand(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern) -
Uses of ScmBranch in org.apache.maven.scm.provider.local.command.changelog
Methods in org.apache.maven.scm.provider.local.command.changelog with parameters of type ScmBranch Modifier and Type Method Description protected ChangeLogScmResultLocalChangeLogCommand. 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.provider.perforce.command.changelog
Methods in org.apache.maven.scm.provider.perforce.command.changelog with parameters of type ScmBranch Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlinePerforceChangeLogCommand. createCommandLine(PerforceScmProviderRepository repo, java.io.File workingDirectory, java.lang.String clientspec, ScmBranch branch, java.util.Date startDate, java.util.Date endDate, ScmVersion startVersion, ScmVersion endVersion)protected ChangeLogScmResultPerforceChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern)protected ChangeLogScmResultPerforceChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern, ScmVersion startVersion, ScmVersion endVersion) -
Uses of ScmBranch in org.apache.maven.scm.provider.starteam.command.changelog
Methods in org.apache.maven.scm.provider.starteam.command.changelog with parameters of type ScmBranch Modifier and Type Method Description protected ChangeLogScmResultStarteamChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern) -
Uses of ScmBranch in org.apache.maven.scm.provider.svn
Methods in org.apache.maven.scm.provider.svn with parameters of type ScmBranch Modifier and Type Method Description static java.lang.StringSvnTagBranchUtils. resolveBranchUrl(java.lang.String repositoryUrl, ScmBranch branch)Resolves a branch name to a repository url.static java.lang.StringSvnTagBranchUtils. resolveBranchUrl(SvnScmProviderRepository repository, ScmBranch branch)Resolves a branch name to a repository url.static java.lang.StringSvnTagBranchUtils. resolveUrl(java.lang.String repositoryUrl, java.lang.String tagBase, java.lang.String subdir, ScmBranch branchTag)Resolves a tag or branch name to a repository url.
If thebranchTagNameis an absolute URL, that value is returned. -
Uses of ScmBranch in org.apache.maven.scm.provider.svn.svnexe.command.changelog
Methods in org.apache.maven.scm.provider.svn.svnexe.command.changelog with parameters of type ScmBranch Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlineSvnChangeLogCommand. createCommandLine(SvnScmProviderRepository repository, java.io.File workingDirectory, ScmBranch branch, java.util.Date startDate, java.util.Date endDate, ScmVersion startVersion, ScmVersion endVersion)static org.codehaus.plexus.util.cli.CommandlineSvnChangeLogCommand. createCommandLine(SvnScmProviderRepository repository, java.io.File workingDirectory, ScmBranch branch, java.util.Date startDate, java.util.Date endDate, ScmVersion startVersion, ScmVersion endVersion, java.lang.Integer limit)protected ChangeLogScmResultSvnChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern)Deprecated. -
Uses of ScmBranch in org.apache.maven.scm.provider.synergy.command.changelog
Methods in org.apache.maven.scm.provider.synergy.command.changelog with parameters of type ScmBranch Modifier and Type Method Description protected ChangeLogScmResultSynergyChangeLogCommand. 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.provider.tfs.command
Methods in org.apache.maven.scm.provider.tfs.command with parameters of type ScmBranch Modifier and Type Method Description protected ChangeLogScmResultTfsChangeLogCommand. executeChangeLogCommand(ScmProviderRepository r, ScmFileSet f, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern)
-