Package sonia.scm.repository.api
Class AbstractPushOrPullResponse
java.lang.Object
sonia.scm.repository.api.AbstractPushOrPullResponse
- Direct Known Subclasses:
PullResponse
,PushResponse
Abstract base class for
PushResponse
and PullResponse
.- Since:
- 1.31
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the count of pushed/pulled changesets.
-
Constructor Details
-
AbstractPushOrPullResponse
public AbstractPushOrPullResponse() -
AbstractPushOrPullResponse
public AbstractPushOrPullResponse(long changesetCount)
-
-
Method Details
-
getChangesetCount
public long getChangesetCount()Returns the count of pushed/pulled changesets.
-