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

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

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

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



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