Uses of Interface
org.jenkinsci.plugins.gitclient.ChangelogCommand
-
Uses of ChangelogCommand in org.jenkinsci.plugins.gitclient
Modifier and TypeMethodDescriptionCliGitAPIImpl.changelog()
changelog.GitClient.changelog()
Returns aChangelogCommand
to build up the git-log invocation.JGitAPIImpl.changelog()
changelog.Adds the revision to exclude from the log.ChangelogCommand.excludes
(org.eclipse.jgit.lib.ObjectId rev) excludes.Adds the revision to include in the log.ChangelogCommand.includes
(org.eclipse.jgit.lib.ObjectId rev) includes.ChangelogCommand.max
(int n) Limit the number of changelog entries up to n.Sets theOutputStream
that receives the changelog.