Skip navigation links
A C D E F G I L M P R S T U V 

A

accept(String, ParsingState) - Method in class cz.encircled.macl.transform.GitLabMergeRequestModifier
 
accept(String, ParsingState) - Method in interface cz.encircled.macl.transform.MessageFilter
 
accept(String, ParsingState) - Method in interface cz.encircled.macl.transform.MessageModifier
 
applicableCommitPattern - Variable in class cz.encircled.macl.ChangelogConfiguration
 
applicableCommitPattern - Variable in class cz.encircled.macl.ChangelogMojo
Regex pattern which is used to filter unwanted commits, i.e.

C

ChangelogConfiguration - Class in cz.encircled.macl
 
ChangelogConfiguration() - Constructor for class cz.encircled.macl.ChangelogConfiguration
 
ChangelogExecutor - Class in cz.encircled.macl
 
ChangelogExecutor(ChangelogConfiguration, VCSLogParser, MessageProcessor) - Constructor for class cz.encircled.macl.ChangelogExecutor
 
ChangelogMojo - Class in cz.encircled.macl
 
ChangelogMojo() - Constructor for class cz.encircled.macl.ChangelogMojo
 
CommandExecutor - Interface in cz.encircled.macl
 
commitFormat - Variable in class cz.encircled.macl.ChangelogConfiguration
 
commitFormat - Variable in class cz.encircled.macl.ChangelogMojo
Additional java String.format(commitMessage, commitFormat) which is used to customize changelog entry
conf - Variable in class cz.encircled.macl.parser.ParsingState
 
cz.encircled.macl - package cz.encircled.macl
 
cz.encircled.macl.parser - package cz.encircled.macl.parser
 
cz.encircled.macl.transform - package cz.encircled.macl.transform
 

D

DefaultCommandExecutor - Class in cz.encircled.macl
 
DefaultCommandExecutor() - Constructor for class cz.encircled.macl.DefaultCommandExecutor
 
DefaultMessageProcessor - Class in cz.encircled.macl.transform
 
DefaultMessageProcessor(Log, ChangelogConfiguration, List<MessageFilter>, List<MessageTransformer>, List<MessageModifier>) - Constructor for class cz.encircled.macl.transform.DefaultMessageProcessor
 

E

exec(String) - Method in interface cz.encircled.macl.CommandExecutor
 
exec(String) - Method in class cz.encircled.macl.DefaultCommandExecutor
 
execute() - Method in class cz.encircled.macl.ChangelogMojo
 

F

filters - Static variable in class cz.encircled.macl.ChangelogMojo
 

G

getChangelogConfiguration() - Method in class cz.encircled.macl.ChangelogMojo
 
getIndexOfUnreleasedLine(List<String>) - Method in class cz.encircled.macl.ChangelogExecutor
 
getLastTag(List<String>) - Method in class cz.encircled.macl.ChangelogExecutor
 
getNewMessages(Log, String) - Method in class cz.encircled.macl.parser.GitLogParser
 
getNewMessages(Log, String) - Method in interface cz.encircled.macl.parser.VCSLogParser
 
getNewMessages(Collection<String>) - Method in class cz.encircled.macl.transform.DefaultMessageProcessor
 
getNewMessages(Collection<String>) - Method in interface cz.encircled.macl.transform.MessageProcessor
 
GitLabMergeRequestModifier - Class in cz.encircled.macl.transform
 
GitLabMergeRequestModifier(ChangelogConfiguration) - Constructor for class cz.encircled.macl.transform.GitLabMergeRequestModifier
 
GitLogParser - Class in cz.encircled.macl.parser
 
GitLogParser(CommandExecutor) - Constructor for class cz.encircled.macl.parser.GitLogParser
 

I

insertNewMessages(List<String>, Collection<String>, int, Integer) - Method in class cz.encircled.macl.ChangelogExecutor
 
isAccepted - Variable in class cz.encircled.macl.parser.ParsingState
 

L

lastTag - Variable in class cz.encircled.macl.ChangelogConfiguration
 
lastTag - Variable in class cz.encircled.macl.ChangelogMojo
Predefined git tag which is used for comparing.
lastTagFormat - Variable in class cz.encircled.macl.ChangelogConfiguration
 
lastTagFormat - Variable in class cz.encircled.macl.ChangelogMojo
Defines format (for java String.format(lastTagFormat, lastTagPattern)) which is used to customize git tag if differs from lastTagPattern
lastTagPattern - Variable in class cz.encircled.macl.ChangelogConfiguration
 
lastTagPattern - Variable in class cz.encircled.macl.ChangelogMojo
Regex pattern which is used to match line with latest release version (tag).

M

mergeRequestReplacement - Variable in class cz.encircled.macl.ChangelogConfiguration
 
mergeRequestReplacement - Variable in class cz.encircled.macl.ChangelogMojo
Replacement string which will be used with mergeRequestReplacePattern.
mergeRequestReplacePattern - Variable in class cz.encircled.macl.ChangelogConfiguration
 
mergeRequestReplacePattern - Variable in class cz.encircled.macl.ChangelogMojo
Regex pattern which is used to add merge request numbers to the messages.
MessageFilter - Interface in cz.encircled.macl.transform
 
MessageModifier - Interface in cz.encircled.macl.transform
 
MessageProcessor - Interface in cz.encircled.macl.transform
 
MessageTransformer - Interface in cz.encircled.macl.transform
 
modify(String, ParsingState) - Method in class cz.encircled.macl.transform.GitLabMergeRequestModifier
 
modify(String, ParsingState) - Method in interface cz.encircled.macl.transform.MessageModifier
 
MR_TOKEN - Static variable in class cz.encircled.macl.transform.GitLabMergeRequestModifier
 

P

ParsingState - Class in cz.encircled.macl.parser
 
ParsingState(ChangelogConfiguration) - Constructor for class cz.encircled.macl.parser.ParsingState
 
pathToChangelog - Variable in class cz.encircled.macl.ChangelogConfiguration
 
pathToChangelog - Variable in class cz.encircled.macl.ChangelogMojo
Path to changelog file
previousMatched - Variable in class cz.encircled.macl.parser.ParsingState
 

R

run(Log) - Method in class cz.encircled.macl.ChangelogExecutor
 

S

setApplicableCommitPattern(String) - Method in class cz.encircled.macl.ChangelogConfiguration
 
setCommitFormat(String) - Method in class cz.encircled.macl.ChangelogConfiguration
 
setLastTag(String) - Method in class cz.encircled.macl.ChangelogConfiguration
 
setLastTagFormat(String) - Method in class cz.encircled.macl.ChangelogConfiguration
 
setLastTagPattern(String) - Method in class cz.encircled.macl.ChangelogConfiguration
 
setMergeRequestReplacement(String) - Method in class cz.encircled.macl.ChangelogConfiguration
 
setMergeRequestReplacePattern(String) - Method in class cz.encircled.macl.ChangelogConfiguration
 
setPathToChangelog(String) - Method in class cz.encircled.macl.ChangelogConfiguration
 
setUnreleasedRowPattern(String) - Method in class cz.encircled.macl.ChangelogConfiguration
 

T

transform(String, ParsingState) - Method in interface cz.encircled.macl.transform.MessageTransformer
 
transformers - Static variable in class cz.encircled.macl.ChangelogMojo
 

U

unreleasedRowPattern - Variable in class cz.encircled.macl.ChangelogConfiguration
 
unreleasedRowPattern - Variable in class cz.encircled.macl.ChangelogMojo
Regex pattern which is used to match line with 'Unreleased' token

V

valid() - Method in class cz.encircled.macl.ChangelogConfiguration
 
VCSLogParser - Interface in cz.encircled.macl.parser
 
A C D E F G I L M P R S T U V 
Skip navigation links

Copyright © 2017. All rights reserved.