|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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,
Date startDate,
Date endDate,
ScmBranch branch,
String datePattern)
|
Uses of ScmBranch in org.apache.maven.scm.manager |
---|
Methods in org.apache.maven.scm.manager with parameters of type ScmBranch | |
---|---|
ChangeLogScmResult |
ScmManagerStub.changeLog(ScmRepository repository,
ScmFileSet fileSet,
Date startDate,
Date endDate,
int numDays,
ScmBranch branch)
|
ChangeLogScmResult |
AbstractScmManager.changeLog(ScmRepository repository,
ScmFileSet fileSet,
Date startDate,
Date endDate,
int numDays,
ScmBranch branch)
|
ChangeLogScmResult |
ScmManager.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 |
ScmManagerStub.changeLog(ScmRepository repository,
ScmFileSet fileSet,
Date startDate,
Date endDate,
int numDays,
ScmBranch branch,
String datePattern)
|
ChangeLogScmResult |
AbstractScmManager.changeLog(ScmRepository repository,
ScmFileSet fileSet,
Date startDate,
Date endDate,
int numDays,
ScmBranch branch,
String datePattern)
|
ChangeLogScmResult |
ScmManager.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 ScmBranch | |
---|---|
ChangeLogScmResult |
ScmProviderStub.changeLog(ScmRepository repository,
ScmFileSet fileSet,
Date startDate,
Date endDate,
int numDays,
ScmBranch branch)
|
ChangeLogScmResult |
AbstractScmProvider.changeLog(ScmRepository repository,
ScmFileSet fileSet,
Date startDate,
Date endDate,
int numDays,
ScmBranch branch)
|
ChangeLogScmResult |
ScmProvider.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 |
ScmProviderStub.changeLog(ScmRepository repository,
ScmFileSet fileSet,
Date startDate,
Date endDate,
int numDays,
ScmBranch branch,
String datePattern)
|
ChangeLogScmResult |
AbstractScmProvider.changeLog(ScmRepository repository,
ScmFileSet fileSet,
Date startDate,
Date endDate,
int numDays,
ScmBranch branch,
String datePattern)
|
ChangeLogScmResult |
ScmProvider.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.bazaar.command.changelog |
---|
Methods in org.apache.maven.scm.provider.bazaar.command.changelog with parameters of type ScmBranch | |
---|---|
protected 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 ScmBranch | |
---|---|
static 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 ScmBranch | |
---|---|
protected ChangeLogScmResult |
AbstractCvsChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
Date startDate,
Date endDate,
ScmBranch branch,
String datePattern)
|
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 | |
---|---|
protected ChangeLogScmResult |
HgChangeLogCommand.executeChangeLogCommand(ScmProviderRepository scmProviderRepository,
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 ScmBranch | |
---|---|
protected 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 ScmBranch | |
---|---|
protected ChangeLogScmResult |
PerforceChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
Date startDate,
Date endDate,
ScmBranch branch,
String datePattern)
|
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 | |
---|---|
protected 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 ScmBranch | |
---|---|
static 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 the branchTagName 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 ScmBranch | |
---|---|
static org.codehaus.plexus.util.cli.Commandline |
SvnChangeLogCommand.createCommandLine(SvnScmProviderRepository repository,
File workingDirectory,
ScmBranch branch,
Date startDate,
Date endDate,
ScmVersion startVersion,
ScmVersion endVersion)
|
protected ChangeLogScmResult |
SvnChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
Date startDate,
Date endDate,
ScmBranch branch,
String datePattern)
|
protected ChangeLogScmResult |
SvnChangeLogCommand.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.synergy.command.changelog |
---|
Methods in org.apache.maven.scm.provider.synergy.command.changelog with parameters of type ScmBranch | |
---|---|
protected ChangeLogScmResult |
SynergyChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
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 ScmBranch | |
---|---|
protected ChangeLogScmResult |
VssHistoryCommand.executeChangeLogCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
Date startDate,
Date endDate,
ScmBranch branch,
String datePattern)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |