Uses of Class
org.apache.maven.scm.ScmBranch
Packages that use ScmBranch
Package
Description
-
Uses of ScmBranch in org.apache.maven.scm
Subclasses of ScmBranch in org.apache.maven.scm -
Uses of ScmBranch in org.apache.maven.scm.command.changelog
Methods in org.apache.maven.scm.command.changelog that return ScmBranchMethods in org.apache.maven.scm.command.changelog with parameters of type ScmBranchModifier and TypeMethodDescriptionprotected 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 ScmBranchModifier and TypeMethodDescriptionAbstractScmManager.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.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.ScmManager.changeLog
(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch) Deprecated.ScmManager.changeLog
(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch, String datePattern) Deprecated.ScmManagerStub.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.ScmManagerStub.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. -
Uses of ScmBranch in org.apache.maven.scm.provider
Methods in org.apache.maven.scm.provider with parameters of type ScmBranchModifier and TypeMethodDescriptionAbstractScmProvider.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.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.ScmProvider.changeLog
(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch) Deprecated.ScmProvider.changeLog
(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch, String datePattern) Deprecated.ScmProviderStub.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.ScmProviderStub.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. -
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 ScmBranchModifier and TypeMethodDescriptionprotected ChangeLogScmResult
BazaarChangeLogCommand.executeChangeLogCommand
(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, 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 ScmBranchModifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.cli.Commandline
ClearCaseChangeLogCommand.createCommandLine
(File workingDirectory, ScmBranch branch, Date startDate) ClearCase LT version doesn't support the attribut -fmt and -since for command lhistory.protected ChangeLogScmResult
ClearCaseChangeLogCommand.executeChangeLogCommand
(ScmProviderRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, 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 ScmBranchModifier and TypeMethodDescriptionprotected ChangeLogScmResult
AbstractCvsChangeLogCommand.executeChangeLogCommand
(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern) private ChangeLogScmResult
AbstractCvsChangeLogCommand.executeChangeLogCommand
(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, ScmVersion startVersion, ScmVersion endVersion, 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 ScmBranchModifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.cli.Commandline
GitChangeLogCommand.createCommandLine
(GitScmProviderRepository repository, File workingDirectory, ScmBranch branch, Date startDate, Date endDate, ScmVersion startVersion, ScmVersion endVersion) This method creates the commandline for the git-whatchanged command.(package private) static org.codehaus.plexus.util.cli.Commandline
GitChangeLogCommand.createCommandLine
(GitScmProviderRepository repository, File workingDirectory, ScmBranch branch, Date startDate, Date endDate, ScmVersion startVersion, ScmVersion endVersion, Integer limit) (package private) static org.codehaus.plexus.util.cli.Commandline
GitChangeLogCommand.createCommandLine
(GitScmProviderRepository repository, File workingDirectory, ScmBranch branch, Date startDate, Date endDate, ScmVersion startVersion, ScmVersion endVersion, Integer limit, ScmVersion version) protected ChangeLogScmResult
GitChangeLogCommand.executeChangeLogCommand
(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern) protected ChangeLogScmResult
GitChangeLogCommand.executeChangeLogCommand
(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern, ScmVersion startVersion, ScmVersion endVersion) protected ChangeLogScmResult
GitChangeLogCommand.executeChangeLogCommand
(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern, ScmVersion startVersion, ScmVersion endVersion, Integer limit) protected ChangeLogScmResult
GitChangeLogCommand.executeChangeLogCommand
(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern, ScmVersion startVersion, ScmVersion endVersion, Integer limit, ScmVersion version) -
Uses of ScmBranch in org.apache.maven.scm.provider.git.jgit.command.changelog
Methods in org.apache.maven.scm.provider.git.jgit.command.changelog with parameters of type ScmBranchModifier and TypeMethodDescriptionprotected ChangeLogScmResult
JGitChangeLogCommand.executeChangeLogCommand
(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern) protected ChangeLogScmResult
JGitChangeLogCommand.executeChangeLogCommand
(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern, ScmVersion startVersion, ScmVersion endVersion) protected ChangeLogScmResult
JGitChangeLogCommand.executeChangeLogCommand
(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern, ScmVersion startVersion, ScmVersion endVersion, 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 ScmBranchModifier and TypeMethodDescriptionprotected ChangeLogScmResult
HgChangeLogCommand.executeChangeLogCommand
(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern) -
Uses of ScmBranch in org.apache.maven.scm.provider.jazz.command.changelog
Methods in org.apache.maven.scm.provider.jazz.command.changelog with parameters of type ScmBranchModifier and TypeMethodDescriptionprotected ChangeLogScmResult
JazzChangeLogCommand.executeChangeLogCommand
(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, 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 ScmBranchModifier and TypeMethodDescriptionprotected ChangeLogScmResult
LocalChangeLogCommand.executeChangeLogCommand
(ScmProviderRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, 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 ScmBranchModifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.cli.Commandline
PerforceChangeLogCommand.createCommandLine
(PerforceScmProviderRepository repo, File workingDirectory, String clientspec, ScmBranch branch, Date startDate, Date endDate, ScmVersion startVersion, ScmVersion endVersion) protected ChangeLogScmResult
PerforceChangeLogCommand.executeChangeLogCommand
(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern) protected ChangeLogScmResult
PerforceChangeLogCommand.executeChangeLogCommand
(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, 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 ScmBranchModifier and TypeMethodDescriptionprotected ChangeLogScmResult
StarteamChangeLogCommand.executeChangeLogCommand
(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern) -
Uses of ScmBranch in org.apache.maven.scm.provider.svn
Methods in org.apache.maven.scm.provider.svn with parameters of type ScmBranchModifier and TypeMethodDescriptionstatic String
SvnTagBranchUtils.resolveBranchUrl
(String repositoryUrl, ScmBranch branch) Resolves a branch name to a repository url.static String
SvnTagBranchUtils.resolveBranchUrl
(SvnScmProviderRepository repository, ScmBranch branch) Resolves a branch name to a repository url.static String
SvnTagBranchUtils.resolveUrl
(String repositoryUrl, String tagBase, String subdir, ScmBranch branchTag) Resolves a tag or branch name to a repository url.
If thebranchTagName
is 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 ScmBranchModifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.cli.Commandline
SvnChangeLogCommand.createCommandLine
(SvnScmProviderRepository repository, File workingDirectory, ScmBranch branch, Date startDate, Date endDate, ScmVersion startVersion, ScmVersion endVersion) static org.codehaus.plexus.util.cli.Commandline
SvnChangeLogCommand.createCommandLine
(SvnScmProviderRepository repository, File workingDirectory, ScmBranch branch, Date startDate, Date endDate, ScmVersion startVersion, ScmVersion endVersion, Integer limit) protected ChangeLogScmResult
SvnChangeLogCommand.executeChangeLogCommand
(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern) Deprecated.private ChangeLogScmResult
SvnChangeLogCommand.executeChangeLogCommand
(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern, ScmVersion startVersion, ScmVersion endVersion, Integer limit) -
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 ScmBranchModifier and TypeMethodDescriptionprotected ChangeLogScmResult
SynergyChangeLogCommand.executeChangeLogCommand
(ScmProviderRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, 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 ScmBranchModifier and TypeMethodDescriptionprotected ChangeLogScmResult
TfsChangeLogCommand.executeChangeLogCommand
(ScmProviderRepository r, ScmFileSet f, Date startDate, Date endDate, ScmBranch branch, String datePattern) -
Uses of ScmBranch in org.apache.maven.scm.provider.vss.commands.changelog
Methods in org.apache.maven.scm.provider.vss.commands.changelog with parameters of type ScmBranchModifier and TypeMethodDescriptionprotected ChangeLogScmResult
VssHistoryCommand.executeChangeLogCommand
(ScmProviderRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern)
ScmManager.changeLog(org.apache.maven.scm.command.changelog.ChangeLogScmRequest)
instead