| Package | Description |
|---|---|
| org.jenkinsci.plugins.gitclient |
Core classes for git client API implementation.
|
| Modifier and Type | Method and Description |
|---|---|
CheckoutCommand |
CheckoutCommand.branch(String branch)
branch.
|
CheckoutCommand |
CliGitAPIImpl.checkout()
checkout.
|
CheckoutCommand |
JGitAPIImpl.checkout()
checkout.
|
CheckoutCommand |
GitClient.checkout()
checkout.
|
CheckoutCommand |
CheckoutCommand.deleteBranchIfExist(boolean deleteBranch)
deleteBranchIfExist.
|
CheckoutCommand |
CheckoutCommand.lfsCredentials(com.cloudbees.plugins.credentials.common.StandardCredentials lfsCredentials)
Use separate credentials for "git lfs pull".
|
CheckoutCommand |
CheckoutCommand.lfsRemote(String lfsRemote)
Call "git lfs pull" for the given remote after checkout.
|
CheckoutCommand |
CheckoutCommand.ref(String ref)
ref.
|
CheckoutCommand |
CheckoutCommand.sparseCheckoutPaths(List<String> sparseCheckoutPaths)
sparseCheckoutPaths.
|
CheckoutCommand |
CheckoutCommand.timeout(Integer timeout)
timeout.
|
Copyright © 2013–2020. All rights reserved.