Skip navigation links
B C D E F P R S T 

B

body() - Method in class rocks.cleancode.conventionalcommit.ConventionalCommit
Message body.
body(String) - Method in class rocks.cleancode.conventionalcommit.ConventionalCommit.Builder
Message body.
breakingChange() - Method in class rocks.cleancode.conventionalcommit.ConventionalCommit
Indicator of breaking change.
build() - Method in class rocks.cleancode.conventionalcommit.ConventionalCommit.Builder
Build the conventional commit with the given values.
Builder() - Constructor for class rocks.cleancode.conventionalcommit.ConventionalCommit.Builder
Default constructor.

C

ConventionalCommit - Class in rocks.cleancode.conventionalcommit
Conventional commit message representation.
ConventionalCommit(String, String, boolean, String, String, Map<String, String>) - Constructor for class rocks.cleancode.conventionalcommit.ConventionalCommit
All arguments constructor.
ConventionalCommit(String, String) - Constructor for class rocks.cleancode.conventionalcommit.ConventionalCommit
Simple constructor.
ConventionalCommit.Builder - Class in rocks.cleancode.conventionalcommit
Builder to ease conventional commit creation.
ConventionalCommitParser - Class in rocks.cleancode.conventionalcommit
Conventional commit message parser.
ConventionalCommitParser() - Constructor for class rocks.cleancode.conventionalcommit.ConventionalCommitParser
Default constructor with types defined with ConventionalCommitParser.RECOMMENDED_TYPES.
ConventionalCommitParser(String...) - Constructor for class rocks.cleancode.conventionalcommit.ConventionalCommitParser
Constructor with allowed types.

D

description(String) - Method in class rocks.cleancode.conventionalcommit.ConventionalCommit.Builder
Message description.
description() - Method in class rocks.cleancode.conventionalcommit.ConventionalCommit
Message description.

E

exclamation(boolean) - Method in class rocks.cleancode.conventionalcommit.ConventionalCommit.Builder
Message with exclamation mark.
exclamation() - Method in class rocks.cleancode.conventionalcommit.ConventionalCommit
Message with exclamation mark.

F

footer(String, String) - Method in class rocks.cleancode.conventionalcommit.ConventionalCommit.Builder
Add footer to message.
footer() - Method in class rocks.cleancode.conventionalcommit.ConventionalCommit
Key/value footer list.

P

parse(String) - Method in class rocks.cleancode.conventionalcommit.ConventionalCommitParser
Parse raw conventional commit message.

R

RECOMMENDED_TYPES - Static variable in class rocks.cleancode.conventionalcommit.ConventionalCommitParser
Recommended types in Conventional Commits v1.0.0: fix, feat, build, chore, ci, docs, style, refactor, perf or test
rocks.cleancode.conventionalcommit - package rocks.cleancode.conventionalcommit
Tool to manage conventional commit messages.

S

scope(String) - Method in class rocks.cleancode.conventionalcommit.ConventionalCommit.Builder
Message scope.
scope() - Method in class rocks.cleancode.conventionalcommit.ConventionalCommit
Message scope.

T

toString() - Method in class rocks.cleancode.conventionalcommit.ConventionalCommit
Generate conventional commit message.
type(String) - Method in class rocks.cleancode.conventionalcommit.ConventionalCommit.Builder
Message type.
type() - Method in class rocks.cleancode.conventionalcommit.ConventionalCommit
Message type.
B C D E F P R S T 
Skip navigation links

Copyright © 2022. All rights reserved.