Uses of Class
org.eclipse.jgit.api.RebaseCommand.Operation

Packages that use RebaseCommand.Operation
org.eclipse.jgit.api   
 

Uses of RebaseCommand.Operation in org.eclipse.jgit.api
 

Methods in org.eclipse.jgit.api that return RebaseCommand.Operation
static RebaseCommand.Operation RebaseCommand.Operation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RebaseCommand.Operation[] RebaseCommand.Operation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.jgit.api with parameters of type RebaseCommand.Operation
 RebaseCommand RebaseCommand.setOperation(RebaseCommand.Operation operation)
           
 



Copyright © 2012. All Rights Reserved.