Uses of Class
com.github.koraktor.mavanagaiata.mojo.CheckMojoException
-
Packages that use CheckMojoException Package Description com.github.koraktor.mavanagaiata.mojo Maven mojo implementations and related code -
-
Uses of CheckMojoException in com.github.koraktor.mavanagaiata.mojo
Methods in com.github.koraktor.mavanagaiata.mojo that throw CheckMojoException Modifier and Type Method Description private voidCheckMojo. checkBranch(GitRepository repository)Checks if the branch matches the configured nameprivate voidCheckMojo. checkClean(GitRepository repository)Checks if the worktree is in a clean stateprivate voidCheckMojo. checkCommitMessage(GitRepository repository)Checks if commit message matches the configured patternprivate voidCheckMojo. checkTag(GitRepository repository)Checks if the the currentHEADis tagged
-