Uses of Enum
org.eclipse.jgit.util.ProcessResult.Status
Packages that use ProcessResult.Status
-
Uses of ProcessResult.Status in org.eclipse.jgit.util
Fields in org.eclipse.jgit.util declared as ProcessResult.StatusModifier and TypeFieldDescriptionprivate final ProcessResult.Status
ProcessResult.status
Status of the process' execution.Methods in org.eclipse.jgit.util that return ProcessResult.StatusModifier and TypeMethodDescriptionProcessResult.getStatus()
Get the status of the process' execution.static ProcessResult.Status
Returns 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
.