| Package | Description |
|---|---|
| org.jenkinsci.plugins.gitclient |
Core classes for git client API implementation.
|
| Modifier and Type | Method and Description |
|---|---|
ChangelogCommand |
CliGitAPIImpl.changelog()
changelog.
|
ChangelogCommand |
JGitAPIImpl.changelog()
changelog.
|
ChangelogCommand |
GitClient.changelog()
Returns a
ChangelogCommand to build up the git-log invocation. |
ChangelogCommand |
ChangelogCommand.excludes(ObjectId rev)
excludes.
|
ChangelogCommand |
ChangelogCommand.excludes(String rev)
Adds the revision to exclude from the log.
|
ChangelogCommand |
ChangelogCommand.includes(ObjectId rev)
includes.
|
ChangelogCommand |
ChangelogCommand.includes(String rev)
Adds the revision to include in the log.
|
ChangelogCommand |
ChangelogCommand.max(int n)
Limit the number of changelog entries up to n.
|
ChangelogCommand |
ChangelogCommand.to(Writer w)
Sets the
OutputStream that receives the changelog. |
Copyright © 2013–2020. All rights reserved.