Class DeploymentStatisticsQueryMock
java.lang.Object
org.camunda.community.mockito.query.DeploymentStatisticsQueryMock
- All Implemented Interfaces:
Supplier<org.camunda.bpm.engine.management.DeploymentStatisticsQuery>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.camunda.bpm.engine.management.DeploymentStatisticsQuerycount(long result) forService(org.camunda.bpm.engine.ManagementService service) final org.camunda.bpm.engine.management.DeploymentStatisticsQueryget()org.camunda.bpm.engine.management.DeploymentStatisticsQueryorg.camunda.bpm.engine.management.DeploymentStatisticsQueryorg.camunda.bpm.engine.management.DeploymentStatisticsQuerysingleResult(org.camunda.bpm.engine.management.DeploymentStatistics result)
-
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
-
get
public final org.camunda.bpm.engine.management.DeploymentStatisticsQuery get()
-