Modifier and Type | Method and Description |
---|---|
protected ChangeLogScmResult |
AbstractChangeLogCommand.executeChangeLogCommand(ChangeLogScmRequest request) |
Modifier and Type | Method and Description |
---|---|
ChangeLogScmResult |
ScmManagerStub.changeLog(ChangeLogScmRequest request)
Returns the changes that have happend in the source control system in a certain period of time.
|
ChangeLogScmResult |
ScmManager.changeLog(ChangeLogScmRequest scmRequest)
Returns the changes that have happend in the source control system in a certain period of time.
|
ChangeLogScmResult |
AbstractScmManager.changeLog(ChangeLogScmRequest scmRequest)
Returns the changes that have happend in the source control system in a certain period of time.
|
Modifier and Type | Method and Description |
---|---|
ChangeLogScmResult |
ScmProviderStub.changeLog(ChangeLogScmRequest scmRequest) |
ChangeLogScmResult |
ScmProvider.changeLog(ChangeLogScmRequest scmRequest)
Returns the changes that have happend in the source control system in a certain period of time.
|
ChangeLogScmResult |
AbstractScmProvider.changeLog(ChangeLogScmRequest request)
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(ChangeLogScmRequest request) |
Modifier and Type | Method and Description |
---|---|
protected ChangeLogScmResult |
GitChangeLogCommand.executeChangeLogCommand(ChangeLogScmRequest request) |
Modifier and Type | Method and Description |
---|---|
protected ChangeLogScmResult |
HgChangeLogCommand.executeChangeLogCommand(ChangeLogScmRequest request) |
Modifier and Type | Method and Description |
---|---|
protected ChangeLogScmResult |
SvnChangeLogCommand.executeChangeLogCommand(ChangeLogScmRequest request) |
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.