Uses of Class
org.eclipse.jgit.api.StashCreateCommand

Packages that use StashCreateCommand
org.eclipse.jgit.api   
 

Uses of StashCreateCommand in org.eclipse.jgit.api
 

Methods in org.eclipse.jgit.api that return StashCreateCommand
 StashCreateCommand StashCreateCommand.setIndexMessage(String message)
          Set the message used when committing index changes
 StashCreateCommand StashCreateCommand.setPerson(PersonIdent person)
          Set the person to use as the author and committer in the commits made
 StashCreateCommand StashCreateCommand.setRef(String ref)
          Set the reference to update with the stashed commit id
 StashCreateCommand StashCreateCommand.setWorkingDirectoryMessage(String message)
          Set the message used when committing working directory changes
 StashCreateCommand Git.stashCreate()
          Returns a command object used to create a stashed commit
 



Copyright © 2012. All Rights Reserved.