Package sonia.scm.repository.api
Class AbstractBundleOrUnbundleCommandResponse
java.lang.Object
sonia.scm.repository.api.AbstractBundleOrUnbundleCommandResponse
- Direct Known Subclasses:
BundleResponse
,UnbundleResponse
Abstract class for bundle or unbundle command.
- Since:
- 1.43
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AbstractBundleOrUnbundleCommandResponse
(long changesetCount) -
Method Summary
-
Constructor Details
-
AbstractBundleOrUnbundleCommandResponse
protected AbstractBundleOrUnbundleCommandResponse(long changesetCount)
-
-
Method Details