Package | Description |
---|---|
org.eclipse.jgit.util |
Utility classes.
|
Modifier and Type | Method and Description |
---|---|
ProcessResult.Status |
ProcessResult.getStatus()
Get the status of the process' execution.
|
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 and Description |
---|
ProcessResult(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 . |
Copyright © 2018 Eclipse JGit Project. All rights reserved.