Class CommitChanges
- java.lang.Object
-
- com.github.jenkins.lastchanges.model.CommitChanges
-
- All Implemented Interfaces:
Serializable
public class CommitChanges extends Object implements Serializable
This class gathers the commit information along with the changes related to its previous commit.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommitChanges(CommitInfo commitInfo, String changes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getChanges()
CommitInfo
getCommitInfo()
String
getEscapedDiff()
int
hashCode()
-
-
-
Constructor Detail
-
CommitChanges
public CommitChanges(CommitInfo commitInfo, String changes)
-
-