org.gitective.core.filter.commit
Class CommitImpact
java.lang.Object
org.gitective.core.filter.commit.CommitImpact
public class CommitImpact
- extends Object
Class that tracks the impact of a specific commit
|
Constructor Summary |
CommitImpact(org.eclipse.jgit.lib.AnyObjectId commit,
int add,
int edit,
int delete)
Create impact |
CommitImpact
public CommitImpact(org.eclipse.jgit.lib.AnyObjectId commit,
int add,
int edit,
int delete)
- Create impact
- Parameters:
commit - add - edit - delete -
getAdd
public int getAdd()
- Returns:
- add
getEdit
public int getEdit()
- Returns:
- edit
getDelete
public int getDelete()
- Returns:
- delete
getCommit
public org.eclipse.jgit.lib.ObjectId getCommit()
- Returns:
- commit
toString
public String toString()
- Overrides:
toString in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2011-2012. All Rights Reserved.