Uses of Class
org.eclipse.jgit.lib.CommitConfig.CleanupMode
-
Packages that use CommitConfig.CleanupMode Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.lib Core API for repository, config, refs, object database. -
-
Uses of CommitConfig.CleanupMode in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return CommitConfig.CleanupMode Modifier and Type Method Description CommitConfig.CleanupModeRebaseCommand.InteractiveHandler2.ModifyResult. getCleanupMode()Tells how the message returned byRebaseCommand.InteractiveHandler2.ModifyResult.getMessage()should be cleaned.Methods in org.eclipse.jgit.api with parameters of type CommitConfig.CleanupMode Modifier and Type Method Description RebaseCommand.InteractiveHandler2.ModifyResultRebaseCommand.InteractiveHandler2. editCommitMessage(String message, CommitConfig.CleanupMode mode, char commentChar)Callback API for editing a commit message on REWORD or SQUASH.CommitCommandCommitCommand. setCleanupMode(CommitConfig.CleanupMode mode)Sets theCommitConfig.CleanupModeto apply to the commit message. -
Uses of CommitConfig.CleanupMode in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return CommitConfig.CleanupMode Modifier and Type Method Description CommitConfig.CleanupModeCommitConfig. getCleanupMode()Retrieves theCommitConfig.CleanupModeas given by git configcommit.cleanup.CommitConfig.CleanupModeCommitConfig. resolve(CommitConfig.CleanupMode mode, boolean defaultStrip)Computes a non-defaultCommitConfig.CleanupModefrom the given mode and the git config.static CommitConfig.CleanupModeCommitConfig.CleanupMode. valueOf(String name)Returns the enum constant of this type with the specified name.static CommitConfig.CleanupMode[]CommitConfig.CleanupMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.jgit.lib with parameters of type CommitConfig.CleanupMode Modifier and Type Method Description static StringCommitConfig. cleanText(String text, CommitConfig.CleanupMode mode, char commentChar)Processes a text according to the givenCommitConfig.CleanupMode.CommitConfig.CleanupModeCommitConfig. resolve(CommitConfig.CleanupMode mode, boolean defaultStrip)Computes a non-defaultCommitConfig.CleanupModefrom the given mode and the git config.
-