Modifier and Type | Class and Description |
---|---|
class |
ScmTag |
Modifier and Type | Method and Description |
---|---|
ScmBranch |
ChangeLogScmRequest.getScmBranch() |
Modifier and Type | Method and Description |
---|---|
protected abstract ChangeLogScmResult |
AbstractChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
java.util.Date startDate,
java.util.Date endDate,
ScmBranch branch,
java.lang.String datePattern)
Deprecated.
|
void |
ChangeLogScmRequest.setScmBranch(ScmBranch scmBranch) |
Modifier and Type | Method and Description |
---|---|
ChangeLogScmResult |
ScmManager.changeLog(ScmRepository repository,
ScmFileSet fileSet,
java.util.Date startDate,
java.util.Date endDate,
int numDays,
ScmBranch branch)
Deprecated.
|
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 |
ScmManagerStub.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,
java.lang.String datePattern)
Deprecated.
|
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 |
ScmManagerStub.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.
|
Modifier and Type | Method and Description |
---|---|
ChangeLogScmResult |
ScmProvider.changeLog(ScmRepository repository,
ScmFileSet fileSet,
java.util.Date startDate,
java.util.Date endDate,
int numDays,
ScmBranch branch)
Deprecated.
|
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 |
ScmProviderStub.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,
java.lang.String datePattern)
Deprecated.
|
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 |
ScmProviderStub.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.
|
Modifier and Type | Method and Description |
---|---|
protected ChangeLogScmResult |
BazaarChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
java.util.Date startDate,
java.util.Date endDate,
ScmBranch branch,
java.lang.String datePattern) |
Modifier and Type | Method and Description |
---|---|
static org.codehaus.plexus.util.cli.Commandline |
ClearCaseChangeLogCommand.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 ChangeLogScmResult |
ClearCaseChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
java.util.Date startDate,
java.util.Date endDate,
ScmBranch branch,
java.lang.String datePattern) |
Modifier and Type | Method and Description |
---|---|
private ChangeLogScmResult |
AbstractCvsChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
java.util.Date startDate,
java.util.Date endDate,
ScmBranch branch,
ScmVersion startVersion,
ScmVersion endVersion,
java.lang.String datePattern) |
protected ChangeLogScmResult |
AbstractCvsChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
java.util.Date startDate,
java.util.Date endDate,
ScmBranch branch,
java.lang.String datePattern) |
Modifier and Type | Method and Description |
---|---|
static org.codehaus.plexus.util.cli.Commandline |
GitChangeLogCommand.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.
|
(package private) static org.codehaus.plexus.util.cli.Commandline |
GitChangeLogCommand.createCommandLine(GitScmProviderRepository repository,
java.io.File workingDirectory,
ScmBranch branch,
java.util.Date startDate,
java.util.Date endDate,
ScmVersion startVersion,
ScmVersion endVersion,
java.lang.Integer limit) |
(package private) static org.codehaus.plexus.util.cli.Commandline |
GitChangeLogCommand.createCommandLine(GitScmProviderRepository repository,
java.io.File workingDirectory,
ScmBranch branch,
java.util.Date startDate,
java.util.Date endDate,
ScmVersion startVersion,
ScmVersion endVersion,
java.lang.Integer limit,
ScmVersion version) |
protected ChangeLogScmResult |
GitChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
java.util.Date startDate,
java.util.Date endDate,
ScmBranch branch,
java.lang.String datePattern) |
protected ChangeLogScmResult |
GitChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
java.util.Date startDate,
java.util.Date endDate,
ScmBranch branch,
java.lang.String datePattern,
ScmVersion startVersion,
ScmVersion endVersion) |
protected ChangeLogScmResult |
GitChangeLogCommand.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 ChangeLogScmResult |
GitChangeLogCommand.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) |
Modifier and Type | Method and Description |
---|---|
protected ChangeLogScmResult |
JGitChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
java.util.Date startDate,
java.util.Date endDate,
ScmBranch branch,
java.lang.String datePattern) |
protected ChangeLogScmResult |
JGitChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
java.util.Date startDate,
java.util.Date endDate,
ScmBranch branch,
java.lang.String datePattern,
ScmVersion startVersion,
ScmVersion endVersion) |
protected ChangeLogScmResult |
JGitChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
java.util.Date startDate,
java.util.Date endDate,
ScmBranch branch,
java.lang.String datePattern,
ScmVersion startVersion,
ScmVersion endVersion,
ScmVersion version) |
Modifier and Type | Method and Description |
---|---|
protected ChangeLogScmResult |
HgChangeLogCommand.executeChangeLogCommand(ScmProviderRepository scmProviderRepository,
ScmFileSet fileSet,
java.util.Date startDate,
java.util.Date endDate,
ScmBranch branch,
java.lang.String datePattern) |
Modifier and Type | Method and Description |
---|---|
protected ChangeLogScmResult |
JazzChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
java.util.Date startDate,
java.util.Date endDate,
ScmBranch branch,
java.lang.String datePattern) |
Modifier and Type | Method and Description |
---|---|
protected ChangeLogScmResult |
LocalChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
java.util.Date startDate,
java.util.Date endDate,
ScmBranch branch,
java.lang.String datePattern) |
Modifier and Type | Method and Description |
---|---|
static org.codehaus.plexus.util.cli.Commandline |
PerforceChangeLogCommand.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 ChangeLogScmResult |
PerforceChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
java.util.Date startDate,
java.util.Date endDate,
ScmBranch branch,
java.lang.String datePattern) |
protected ChangeLogScmResult |
PerforceChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
java.util.Date startDate,
java.util.Date endDate,
ScmBranch branch,
java.lang.String datePattern,
ScmVersion startVersion,
ScmVersion endVersion) |
Modifier and Type | Method and Description |
---|---|
protected ChangeLogScmResult |
StarteamChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
java.util.Date startDate,
java.util.Date endDate,
ScmBranch branch,
java.lang.String datePattern) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
SvnTagBranchUtils.resolveBranchUrl(java.lang.String repositoryUrl,
ScmBranch branch)
Resolves a branch name to a repository url.
|
static java.lang.String |
SvnTagBranchUtils.resolveBranchUrl(SvnScmProviderRepository repository,
ScmBranch branch)
Resolves a branch name to a repository url.
|
static java.lang.String |
SvnTagBranchUtils.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 the branchTagName is an absolute URL, that value is returned. |
Modifier and Type | Method and Description |
---|---|
static org.codehaus.plexus.util.cli.Commandline |
SvnChangeLogCommand.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.Commandline |
SvnChangeLogCommand.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 ChangeLogScmResult |
SvnChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
java.util.Date startDate,
java.util.Date endDate,
ScmBranch branch,
java.lang.String datePattern)
Deprecated.
|
private ChangeLogScmResult |
SvnChangeLogCommand.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) |
Modifier and Type | Method and Description |
---|---|
protected ChangeLogScmResult |
SynergyChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
java.util.Date startDate,
java.util.Date endDate,
ScmBranch branch,
java.lang.String datePattern) |
Modifier and Type | Method and Description |
---|---|
protected ChangeLogScmResult |
TfsChangeLogCommand.executeChangeLogCommand(ScmProviderRepository r,
ScmFileSet f,
java.util.Date startDate,
java.util.Date endDate,
ScmBranch branch,
java.lang.String datePattern) |
Modifier and Type | Method and Description |
---|---|
protected ChangeLogScmResult |
VssHistoryCommand.executeChangeLogCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
java.util.Date startDate,
java.util.Date endDate,
ScmBranch branch,
java.lang.String datePattern) |