Package | Description |
---|---|
org.eclipse.jgit.api |
Modifier and Type | Method and Description |
---|---|
CheckoutCommand |
CheckoutCommand.addPath(java.lang.String path) |
CheckoutCommand |
Git.checkout()
Returns a command object to execute a
checkout command |
protected CheckoutCommand |
CheckoutCommand.checkoutPaths()
Checkout paths into index and working directory
|
CheckoutCommand |
CheckoutCommand.setAllPaths(boolean all)
Set whether to checkout all paths
|
CheckoutCommand |
CheckoutCommand.setCreateBranch(boolean createBranch) |
CheckoutCommand |
CheckoutCommand.setForce(boolean force) |
CheckoutCommand |
CheckoutCommand.setName(java.lang.String name) |
CheckoutCommand |
CheckoutCommand.setStartPoint(RevCommit startCommit) |
CheckoutCommand |
CheckoutCommand.setStartPoint(java.lang.String startPoint) |
CheckoutCommand |
CheckoutCommand.setUpstreamMode(CreateBranchCommand.SetupUpstreamMode mode) |
Copyright © 2012. All Rights Reserved.