Package sonia.scm.repository.spi
Class UnbundleCommandRequest
java.lang.Object
sonia.scm.repository.spi.UnbundleCommandRequest
Request object for the unbundle command.
- Since:
- 1.43
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
com.google.common.io.ByteSource
int
hashCode()
void
setPostEventSink
(Consumer<RepositoryHookEvent> postEventSink)
-
Constructor Details
-
UnbundleCommandRequest
public UnbundleCommandRequest(com.google.common.io.ByteSource archive)
-
-
Method Details