Uses of Class
org.kohsuke.jnt.JNVCS

Packages that use JNVCS
org.kohsuke.jnt The library that exposes programatic manipulation of java.net. 
 

Uses of JNVCS in org.kohsuke.jnt
 

Methods in org.kohsuke.jnt that return JNVCS
 JNVCS JNProject.getVersionControl()
          Gets the version control system this project uses.
static JNVCS JNVCS.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JNVCS[] JNVCS.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2003-2008 Kohsuke Kawaguchi. All Rights Reserved.