Uses of Enum
org.eclipse.jgit.util.ProcessResult.Status
Packages that use ProcessResult.Status
-
Uses of ProcessResult.Status in org.eclipse.jgit.util
Subclasses with type arguments of type ProcessResult.Status in org.eclipse.jgit.utilModifier and TypeClassDescriptionstatic enumStatus of a process' execution.Methods in org.eclipse.jgit.util that return ProcessResult.StatusModifier and TypeMethodDescriptionProcessResult.getStatus()Get the status of the process' execution.static ProcessResult.StatusReturns the enum constant of this type with the specified name.static ProcessResult.Status[]ProcessResult.Status.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.eclipse.jgit.util with parameters of type ProcessResult.StatusModifierConstructorDescriptionProcessResult(int exitCode, ProcessResult.Status status) Constructor for ProcessResult.ProcessResult(ProcessResult.Status status) Instantiates a process result with the given status and an exit code of-1.