Index

B C D E F G I L N T V W 
All Classes and Interfaces|All Packages|Constant Field Values

B

BREAK - Enum constant in enum class io.github.diltdicker.codelog.type.ChangeType
 

C

Change - Class in io.github.diltdicker.codelog.type
Change Object class.
Change() - Constructor for class io.github.diltdicker.codelog.type.Change
Empty constructor intended to be used by Jackson-yaml
Change(String, String, String) - Constructor for class io.github.diltdicker.codelog.type.Change
Change constructor for creating a complete Change object
CHANGE - Enum constant in enum class io.github.diltdicker.codelog.type.ChangeType
 
CHANGE_LOG - Static variable in class io.github.diltdicker.codelog.CodelogCreate
 
ChangeType - Enum Class in io.github.diltdicker.codelog.type
Datatype for identifying category of change
CodelogChange - Class in io.github.diltdicker.codelog
 
CodelogChange() - Constructor for class io.github.diltdicker.codelog.CodelogChange
 
CodelogCreate - Class in io.github.diltdicker.codelog
 
CodelogCreate() - Constructor for class io.github.diltdicker.codelog.CodelogCreate
 
CodelogHelp - Class in io.github.diltdicker.codelog
 
CodelogHelp() - Constructor for class io.github.diltdicker.codelog.CodelogHelp
 
CodelogRelease - Class in io.github.diltdicker.codelog
 
CodelogRelease() - Constructor for class io.github.diltdicker.codelog.CodelogRelease
 
CodelogTemplate - Class in io.github.diltdicker.codelog
Helper class
CodelogTemplate() - Constructor for class io.github.diltdicker.codelog.CodelogTemplate
Codelog Template constructor, initializes a the JTE template engine with precompiled templates for CHANGELOG.md
comment - Variable in class io.github.diltdicker.codelog.type.Change
Summary notes of the change that is being logged

D

DOCUMENTATION - Enum constant in enum class io.github.diltdicker.codelog.type.ChangeType
 

E

execute() - Method in class io.github.diltdicker.codelog.CodelogChange
 
execute() - Method in class io.github.diltdicker.codelog.CodelogCreate
 
execute() - Method in class io.github.diltdicker.codelog.CodelogHelp
 
execute() - Method in class io.github.diltdicker.codelog.CodelogRelease
 

F

FIX - Enum constant in enum class io.github.diltdicker.codelog.type.ChangeType
 

G

generateHeader(String) - Method in class io.github.diltdicker.codelog.CodelogTemplate
Generates the constant header at the top of the CHANGELOG.md file
generateNextRelease(String, String, String, boolean, List<Change>, List<Change>, List<Change>, List<Change>, List<Change>) - Method in class io.github.diltdicker.codelog.CodelogTemplate
Generates the next release section of the CHANGELOG.md file
GIT_KEEP - Static variable in class io.github.diltdicker.codelog.CodelogCreate
 

I

id - Variable in class io.github.diltdicker.codelog.type.Change
Issue id/number or ticket number uniquely identifying particular change
io.github.diltdicker.codelog - package io.github.diltdicker.codelog
 
io.github.diltdicker.codelog.type - package io.github.diltdicker.codelog.type
 

L

LOGO - Static variable in class io.github.diltdicker.codelog.CodelogCreate
 
LOGS_DIR - Static variable in class io.github.diltdicker.codelog.CodelogCreate
 

N

NEW - Enum constant in enum class io.github.diltdicker.codelog.type.ChangeType
 

T

type - Variable in class io.github.diltdicker.codelog.type.Change
Category of change being logged [ New | Fix | Change | Documentation | Break ]

V

valueOf(String) - Static method in enum class io.github.diltdicker.codelog.type.ChangeType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class io.github.diltdicker.codelog.type.ChangeType
Returns an array containing the constants of this enum class, in the order they are declared.

W

writeChangelogMd(Path, String) - Method in class io.github.diltdicker.codelog.CodelogTemplate
Overwrites entire CHANGELOG.md file with new content
B C D E F G I L N T V W 
All Classes and Interfaces|All Packages|Constant Field Values