Uses of Interface
org.jenkinsci.plugins.gitclient.CheckoutCommand
-
Packages that use CheckoutCommand Package Description org.jenkinsci.plugins.gitclient Core classes for git client API implementation. -
-
Uses of CheckoutCommand in org.jenkinsci.plugins.gitclient
Methods in org.jenkinsci.plugins.gitclient that return CheckoutCommand Modifier and Type Method Description CheckoutCommandCheckoutCommand. branch(String branch)branch.CheckoutCommandCliGitAPIImpl. checkout()checkout.CheckoutCommandGitClient. checkout()checkout.CheckoutCommandJGitAPIImpl. checkout()checkout.CheckoutCommandCheckoutCommand. deleteBranchIfExist(boolean deleteBranch)deleteBranchIfExist.CheckoutCommandCheckoutCommand. lfsCredentials(com.cloudbees.plugins.credentials.common.StandardCredentials lfsCredentials)Use separate credentials for "git lfs pull".CheckoutCommandCheckoutCommand. lfsRemote(String lfsRemote)Call "git lfs pull" for the given remote after checkout.CheckoutCommandCheckoutCommand. ref(String ref)ref.CheckoutCommandCheckoutCommand. sparseCheckoutPaths(List<String> sparseCheckoutPaths)sparseCheckoutPaths.CheckoutCommandCheckoutCommand. timeout(Integer timeout)timeout.
-