Uses of Class
org.eclipse.jgit.util.ProcessResult.Status
-
Packages that use ProcessResult.Status Package Description org.eclipse.jgit.util Utility classes. -
-
Uses of ProcessResult.Status in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util that return ProcessResult.Status Modifier and Type Method Description ProcessResult.Status
ProcessResult. getStatus()
static ProcessResult.Status
ProcessResult.Status. valueOf(java.lang.String name)
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.Status Constructor Description ProcessResult(int exitCode, ProcessResult.Status status)
ProcessResult(ProcessResult.Status status)
Instantiates a process result with the given status and an exit code of-1
.
-