Package | Description |
---|---|
org.apache.maven.scm.command.changelog | |
org.apache.maven.scm.manager | |
org.apache.maven.scm.provider |
Modifier and Type | Method and Description |
---|---|
protected ChangeLogScmResult |
AbstractChangeLogCommand.executeChangeLogCommand(ChangeLogScmRequest request) |
Modifier and Type | Method and Description |
---|---|
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 |
ScmProvider.changeLog(ChangeLogScmRequest scmRequest)
Returns the changes that have happened in the source control system in a certain period of time.
|
ChangeLogScmResult |
AbstractScmProvider.changeLog(ChangeLogScmRequest request)
Returns the changes that have happened in the source control system in a certain period of time.
|
Copyright © 2003–2024 The Apache Software Foundation. All rights reserved.