public class CommitImpact extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CommitImpact.DescendingImpactComparator
Compare impact in descending order
|
| Constructor and Description |
|---|
CommitImpact(org.eclipse.jgit.lib.AnyObjectId commit,
int add,
int edit,
int delete)
Create impact
|
public CommitImpact(org.eclipse.jgit.lib.AnyObjectId commit,
int add,
int edit,
int delete)
commit - add - edit - delete - Copyright © 2011-2017. All Rights Reserved.