Uses of Class
org.eclipse.jgit.api.SubmoduleUpdateCommand
-
Packages that use SubmoduleUpdateCommand Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of SubmoduleUpdateCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return SubmoduleUpdateCommand Modifier and Type Method Description SubmoduleUpdateCommandSubmoduleUpdateCommand. addPath(String path)Add repository-relative submodule path to initializeSubmoduleUpdateCommandSubmoduleUpdateCommand. setCallback(CloneCommand.Callback callback)Set status callback for submodule clone operation.SubmoduleUpdateCommandSubmoduleUpdateCommand. setFetch(boolean fetch)Whether to fetch the submodules before we update them.SubmoduleUpdateCommandSubmoduleUpdateCommand. setFetchCallback(FetchCommand.Callback callback)Set status callback for submodule fetch operation.SubmoduleUpdateCommandSubmoduleUpdateCommand. setProgressMonitor(ProgressMonitor monitor)The progress monitor associated with the clone operation.SubmoduleUpdateCommandSubmoduleUpdateCommand. setStrategy(MergeStrategy strategy)Setter for the fieldstrategy.SubmoduleUpdateCommandGit. submoduleUpdate()Return a command object to execute asubmodule updatecommand
-