Package sonia.scm.repository.api
Class PushResponse
java.lang.Object
sonia.scm.repository.api.AbstractPushOrPullResponse
sonia.scm.repository.api.PushResponse
The
PushResponse
is the result of the
PushCommandBuilder.push(sonia.scm.repository.Repository)
method and
contains information over the executed push command.- Since:
- 1.31
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class sonia.scm.repository.api.AbstractPushOrPullResponse
getChangesetCount
-
Constructor Details
-
PushResponse
public PushResponse(long changesetCount)
-