Package | Description |
---|---|
org.eclipse.jgit.util |
Utility classes.
|
Modifier and Type | Method | Description |
---|---|---|
ProcessResult.Status |
ProcessResult.getStatus() |
|
static ProcessResult.Status |
ProcessResult.Status.valueOf(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.
|
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 . |
Copyright © 2018. All rights reserved.