Uses of Class
org.eclipse.jgit.api.StatusCommand
Packages that use StatusCommand
-
Uses of StatusCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return StatusCommandModifier and TypeMethodDescriptionShow only the status of files which match the given paths.StatusCommand.setIgnoreSubmodules
(SubmoduleWalk.IgnoreSubmoduleMode mode) Whether to ignore submodulesStatusCommand.setProgressMonitor
(ProgressMonitor progressMonitor) To set theProgressMonitor
which contains callback methods to inform you about the progress of this command.StatusCommand.setWorkingTreeIt
(WorkingTreeIterator workingTreeIt) To set theWorkingTreeIterator
which should be used.Git.status()
Return a command object to execute astatus
command