Uses of Enum Class
org.eclipse.jgit.api.SubmoduleDeinitCommand.SubmoduleDeinitStatus
Packages that use SubmoduleDeinitCommand.SubmoduleDeinitStatus
-
Uses of SubmoduleDeinitCommand.SubmoduleDeinitStatus in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return SubmoduleDeinitCommand.SubmoduleDeinitStatusModifier and TypeMethodDescriptionSubmoduleDeinitResult.getStatus()
Get the status of the commandReturns the enum constant of this class with the specified name.SubmoduleDeinitCommand.SubmoduleDeinitStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.jgit.api with parameters of type SubmoduleDeinitCommand.SubmoduleDeinitStatusModifier and TypeMethodDescriptionvoid
SubmoduleDeinitResult.setStatus
(SubmoduleDeinitCommand.SubmoduleDeinitStatus status) Set the status of the commandConstructors in org.eclipse.jgit.api with parameters of type SubmoduleDeinitCommand.SubmoduleDeinitStatusModifierConstructorDescriptionConstructor for SubmoduleDeinitResult