Uses of Class
org.eclipse.jgit.api.StashCreateCommand
-
Packages that use StashCreateCommand Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of StashCreateCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return StashCreateCommand Modifier and Type Method Description StashCreateCommandStashCreateCommand. setIncludeUntracked(boolean includeUntracked)Whether to include untracked files in the stash.StashCreateCommandStashCreateCommand. setIndexMessage(String message)Set the message used when committing index changesStashCreateCommandStashCreateCommand. setPerson(PersonIdent person)Set the person to use as the author and committer in the commits madeStashCreateCommandStashCreateCommand. setRef(String ref)Set the reference to update with the stashed commit id If null, no reference is updatedStashCreateCommandStashCreateCommand. setWorkingDirectoryMessage(String message)Set the message used when committing working directory changesStashCreateCommandGit. stashCreate()Return a command object used to create a stashed commit
-