Class DeploymentStatisticsQueryMock

java.lang.Object
org.camunda.community.mockito.query.DeploymentStatisticsQueryMock
All Implemented Interfaces:
Supplier<org.camunda.bpm.engine.management.DeploymentStatisticsQuery>

public class DeploymentStatisticsQueryMock extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.camunda.bpm.engine.management.DeploymentStatisticsQuery
    count(long result)
     
    forService(org.camunda.bpm.engine.ManagementService service)
     
    final org.camunda.bpm.engine.management.DeploymentStatisticsQuery
    get()
     
    org.camunda.bpm.engine.management.DeploymentStatisticsQuery
    list(List<org.camunda.bpm.engine.management.DeploymentStatistics> result)
     
    org.camunda.bpm.engine.management.DeploymentStatisticsQuery
    listPage(List<org.camunda.bpm.engine.management.DeploymentStatistics> result, int min, int max)
     
    org.camunda.bpm.engine.management.DeploymentStatisticsQuery
    singleResult(org.camunda.bpm.engine.management.DeploymentStatistics result)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DeploymentStatisticsQueryMock

      public DeploymentStatisticsQueryMock()
  • Method Details

    • list

      public org.camunda.bpm.engine.management.DeploymentStatisticsQuery list(List<org.camunda.bpm.engine.management.DeploymentStatistics> result)
    • singleResult

      public org.camunda.bpm.engine.management.DeploymentStatisticsQuery singleResult(org.camunda.bpm.engine.management.DeploymentStatistics result)
    • count

      public org.camunda.bpm.engine.management.DeploymentStatisticsQuery count(long result)
    • listPage

      public org.camunda.bpm.engine.management.DeploymentStatisticsQuery listPage(List<org.camunda.bpm.engine.management.DeploymentStatistics> result, int min, int max)
    • forService

      public DeploymentStatisticsQueryMock forService(org.camunda.bpm.engine.ManagementService service)
    • get

      public final org.camunda.bpm.engine.management.DeploymentStatisticsQuery get()
      Specified by:
      get in interface Supplier<M extends org.camunda.community.mockito.query.AbstractQueryMock<M,Q,R,S>>