Class PullResponse


public final class PullResponse extends AbstractPushOrPullResponse
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
  • Constructor Details

    • PullResponse

      public PullResponse()
    • PullResponse

      public PullResponse(long changesetCount)
    • PullResponse

      public PullResponse(long changesetCount, PullResponse.LfsCount lfsCount)
  • Method Details

    • getLfsCount

      public PullResponse.LfsCount getLfsCount()
      Object for the count of potentially loaded lfs files.