Uses of Interface
org.jenkinsci.plugins.gitclient.ChangelogCommand
-
Packages that use ChangelogCommand Package Description org.jenkinsci.plugins.gitclient Core classes for git client API implementation. -
-
Uses of ChangelogCommand in org.jenkinsci.plugins.gitclient
Methods in org.jenkinsci.plugins.gitclient that return ChangelogCommand Modifier and Type Method Description ChangelogCommandCliGitAPIImpl. changelog()changelog.ChangelogCommandGitClient. changelog()Returns aChangelogCommandto build up the git-log invocation.ChangelogCommandJGitAPIImpl. changelog()changelog.ChangelogCommandChangelogCommand. excludes(String rev)Adds the revision to exclude from the log.ChangelogCommandChangelogCommand. excludes(org.eclipse.jgit.lib.ObjectId rev)excludes.ChangelogCommandChangelogCommand. includes(String rev)Adds the revision to include in the log.ChangelogCommandChangelogCommand. includes(org.eclipse.jgit.lib.ObjectId rev)includes.ChangelogCommandChangelogCommand. max(int n)Limit the number of changelog entries up to n.ChangelogCommandChangelogCommand. to(Writer w)Sets theOutputStreamthat receives the changelog.
-