Uses of Class
com.aragost.javahg.commands.PushCommand

Packages that use PushCommand
com.aragost.javahg.commands.flags   
 

Uses of PushCommand in com.aragost.javahg.commands.flags
 

Methods in com.aragost.javahg.commands.flags that return PushCommand
 PushCommand PushCommandFlags.bookmark(String... bookmarks)
          Set the --bookmark command line flag.
 PushCommand PushCommandFlags.branch(String... branches)
          Set the --branch command line flag.
 PushCommand PushCommandFlags.force()
          Set the --force command line flag.
 PushCommand PushCommandFlags.insecure()
          Set the --insecure command line flag.
 PushCommand PushCommandFlags.newBranch()
          Set the --new-branch command line flag.
static PushCommand PushCommandFlags.on(Repository repository)
           
 PushCommand PushCommandFlags.remotecmd(String cmd)
          Set the --remotecmd command line flag.
 PushCommand PushCommandFlags.rev(String... revs)
          Set the --rev command line flag.
 PushCommand PushCommandFlags.ssh(String cmd)
          Set the --ssh command line flag.
 



Copyright © 2011-2013 aragost Trifork ag. All Rights Reserved.