- withBasicAuthCredentials(String, String) - Method in class se.bjurr.gitchangelog.internal.integrations.rest.RestClient
-
- withBasicCredentials(String, String) - Method in class se.bjurr.gitchangelog.internal.integrations.jira.JiraClient
-
- withCustomIssue(String, String, String) - Method in class se.bjurr.gitchangelog.api.GitChangelogApi
-
Custom issues are added to support any kind of issue management, perhaps
something that is internal to your project.
- withDateFormat(String) - Method in class se.bjurr.gitchangelog.api.GitChangelogApi
-
Format of dates, see SimpleDateFormat.
- withExtendedVariables(Map<String, Object>) - Method in class se.bjurr.gitchangelog.api.GitChangelogApi
-
Extended variables is simply a key-value mapping of variables that are made
available in the template.
- withFromCommit(String) - Method in class se.bjurr.gitchangelog.api.GitChangelogApi
-
Include all commits from here.
- withFromRef(String) - Method in class se.bjurr.gitchangelog.api.GitChangelogApi
-
Include all commits from here.
- withFromRepo(String) - Method in class se.bjurr.gitchangelog.api.GitChangelogApi
-
Folder where repo lives.
- withGitHubApi(String) - Method in class se.bjurr.gitchangelog.api.GitChangelogApi
-
URL pointing at GitHub API.
- withGitHubIssuePattern(String) - Method in class se.bjurr.gitchangelog.api.GitChangelogApi
-
Pattern to recognize GitHub:s.
- withIgnoreCommitsWithMesssage(String) - Method in class se.bjurr.gitchangelog.api.GitChangelogApi
-
A regular expression that is evaluated on the commit message of each commit.
- withJiraIssuePattern(String) - Method in class se.bjurr.gitchangelog.api.GitChangelogApi
-
Pattern to recognize JIRA:s.
- withJiraPassword(String) - Method in class se.bjurr.gitchangelog.api.GitChangelogApi
-
Authenticate to JIRA.
- withJiraServer(String) - Method in class se.bjurr.gitchangelog.api.GitChangelogApi
-
URL pointing at your JIRA server.
- withJiraUsername(String) - Method in class se.bjurr.gitchangelog.api.GitChangelogApi
-
Authenticate to JIRA.
- withNoIssueName(String) - Method in class se.bjurr.gitchangelog.api.GitChangelogApi
-
- withReadableTagName(String) - Method in class se.bjurr.gitchangelog.api.GitChangelogApi
-
Your tags may look something like
git-changelog-maven-plugin-1.6.
- withRemoveIssueFromMessageArgument(boolean) - Method in class se.bjurr.gitchangelog.api.GitChangelogApi
-
If true, the changelog will not contain the issue in the commit comment.
- withSettings(URL) - Method in class se.bjurr.gitchangelog.api.GitChangelogApi
-
- withTemplateContent(String) - Method in class se.bjurr.gitchangelog.api.GitChangelogApi
-
Use string as template.
- withTemplatePath(String) - Method in class se.bjurr.gitchangelog.api.GitChangelogApi
-
Path of template-file to use.
- withTimeZone(String) - Method in class se.bjurr.gitchangelog.api.GitChangelogApi
-
When date of commits are translated to a string, this timezone is used.
- withToCommit(String) - Method in class se.bjurr.gitchangelog.api.GitChangelogApi
-
Include all commits to here.
- withToRef(String) - Method in class se.bjurr.gitchangelog.api.GitChangelogApi
-
Include all commits to this reference.
- withUntaggedName(String) - Method in class se.bjurr.gitchangelog.api.GitChangelogApi
-
Some commits may not be included in any tag.
- withUser(String, String) - Method in class se.bjurr.gitchangelog.internal.integrations.mediawiki.MediaWikiClient
-