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

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

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

Methods in com.aragost.javahg.commands.flags that return OutgoingCommand
 OutgoingCommand OutgoingCommandFlags.bookmarks()
          Set the --bookmarks command line flag.
 OutgoingCommand OutgoingCommandFlags.branch(String... branches)
          Set the --branch command line flag.
 OutgoingCommand OutgoingCommandFlags.force()
          Set the --force command line flag.
 OutgoingCommand OutgoingCommandFlags.insecure()
          Set the --insecure command line flag.
 OutgoingCommand OutgoingCommandFlags.limit(String num)
          Set the --limit command line flag.
 OutgoingCommand OutgoingCommandFlags.newestFirst()
          Set the --newest-first command line flag.
 OutgoingCommand OutgoingCommandFlags.noMerges()
          Set the --no-merges command line flag.
static OutgoingCommand OutgoingCommandFlags.on(Repository repository)
           
 OutgoingCommand OutgoingCommandFlags.remotecmd(String cmd)
          Set the --remotecmd command line flag.
 OutgoingCommand OutgoingCommandFlags.rev(String... revs)
          Set the --rev command line flag.
 OutgoingCommand OutgoingCommandFlags.ssh(String cmd)
          Set the --ssh command line flag.
 



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