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 StashCreateCommand
StashCreateCommand. setIncludeUntracked(boolean includeUntracked)
Whether to include untracked files in the stash.StashCreateCommand
StashCreateCommand. setIndexMessage(String message)
Set the message used when committing index changesStashCreateCommand
StashCreateCommand. setPerson(PersonIdent person)
Set the person to use as the author and committer in the commits madeStashCreateCommand
StashCreateCommand. setRef(String ref)
Set the reference to update with the stashed commit id If null, no reference is updatedStashCreateCommand
StashCreateCommand. setWorkingDirectoryMessage(String message)
Set the message used when committing working directory changesStashCreateCommand
Git. stashCreate()
Return a command object used to create a stashed commit
-