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

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

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

Methods in com.aragost.javahg.commands.flags that return CloneCommand
 CloneCommand CloneCommandFlags.branch(String... branches)
          Set the --branch command line flag.
 CloneCommand CloneCommandFlags.insecure()
          Set the --insecure command line flag.
 CloneCommand CloneCommandFlags.noupdate()
          Set the --noupdate command line flag.
static CloneCommand CloneCommandFlags.on(Repository repository)
           
 CloneCommand CloneCommandFlags.pull()
          Set the --pull command line flag.
 CloneCommand CloneCommandFlags.remotecmd(String cmd)
          Set the --remotecmd command line flag.
 CloneCommand CloneCommandFlags.rev(String... revs)
          Set the --rev command line flag.
 CloneCommand CloneCommandFlags.ssh(String cmd)
          Set the --ssh command line flag.
 CloneCommand CloneCommandFlags.uncompressed()
          Set the --uncompressed command line flag.
 CloneCommand CloneCommandFlags.updaterev(String rev)
          Set the --updaterev command line flag.
 



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