Package sonia.scm.repository.api
Class PullResponse
java.lang.Object
sonia.scm.repository.api.AbstractPushOrPullResponse
sonia.scm.repository.api.PullResponse
The
PullResponse
is the result of the methods
PullCommandBuilder.pull(sonia.scm.repository.Repository)
and
PullCommandBuilder.pull(String)
and
contains information for the executed pull command.- Since:
- 1.31
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionPullResponse
(long changesetCount) PullResponse
(long changesetCount, PullResponse.LfsCount lfsCount) -
Method Summary
Modifier and TypeMethodDescriptionObject for the count of potentially loaded lfs files.Methods inherited from class sonia.scm.repository.api.AbstractPushOrPullResponse
getChangesetCount
-
Constructor Details
-
PullResponse
public PullResponse() -
PullResponse
public PullResponse(long changesetCount) -
PullResponse
-
-
Method Details
-
getLfsCount
Object for the count of potentially loaded lfs files.
-