public static class ApplyCommand.Result extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ApplyCommand.Result.Error
A wrapper for a patch applying error that affects a given file.
|
Constructor and Description |
---|
Result() |
Modifier and Type | Method and Description |
---|---|
List<ApplyCommand.Result.Error> |
getErrors()
Get errors
|
List<String> |
getPaths()
Get modified paths
|
ObjectId |
getTreeId()
Get tree ID
|
public ObjectId getTreeId()
public List<ApplyCommand.Result.Error> getErrors()
Copyright © 2023 Eclipse JGit Project. All rights reserved.