Add PushResult class
commit57f0d2ca1a02278ad5879662c3360331307faeff
authorMarek Zawirski <marek.zawirski@gmail.com>
Fri, 27 Jun 2008 22:06:31 +0000 (28 00:06 +0200)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Sat, 28 Jun 2008 10:06:42 +0000 (28 12:06 +0200)
tree3c357c02c48792d79c2ada8a4ae23dfe6470bbf7
parent7a657ff5be4b163c507fd5811b4f2e9c95c1bc94
Add PushResult class

Class represents result of push operation. In addition to the data
provided by OperationResult it also holds information about remote
refs updates.

Signed-off-by: Marek Zawirski <marek.zawirski@gmail.com>
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.jgit/src/org/spearce/jgit/transport/PushResult.java [new file with mode: 0644]