Uses of Annotation Interface
com.codebarrel.api.LogTiming
Packages that use LogTiming
Package
Description
-
Uses of LogTiming in com.codebarrel.automation.api.queue
Methods in com.codebarrel.automation.api.queue with annotations of type LogTimingModifier and TypeMethodDescriptionlongAutomationQueueImpl.addItem(Environment env, QueueItemBean item) voidAutomationQueueImpl.addItems(Environment environment, List<QueueItemBean> items) AutomationQueueImpl.claimItem(Environment env, String claimant, ClaimLimits limits) AutomationQueueImpl.claimItems(Environment env, String claimant, ClaimLimits limits) voidAutomationQueueImpl.clearUnresolved(Environment env, Date olderThan) AutomationQueueImpl.getItem(Environment env, long itemId) AutomationQueueImpl.getStatistics(Environment env) booleanAutomationQueueImpl.hasMoreItemsQueued(Environment environment, long auditItemId) longAutomationQueueImpl.resolveItem(TenantExecution tenantExecution, long itemId) -
Uses of LogTiming in com.codebarrel.automation.api.service
Methods in com.codebarrel.automation.api.service with annotations of type LogTimingModifier and TypeMethodDescriptionlongAuditServiceImpl.addEntry(TenantContext context, AuditItemBean item) voidPollServiceImpl.addPollingRulesToQueue(Environment env) voidRuleScheduleServiceImpl.executeAllOverdueSchedules(Environment env) AuditServiceImpl.fetchStaleAuditItemIds(TenantContext context, long startTime, long endTime) AuditServiceImpl.getItem(TenantContext tenantContext, AuditItemFilter filter, long auditId) AuditServiceImpl.getItems(TenantContext context, AuditItemFilter filter, long offset, long limit) AuditServiceImpl.getLastAuditItem(TenantContext context, long ruleId) List<com.codebarrel.automation.api.config.RuleConfigBean> AutomationConfigServiceImpl.getMatchingRules(TenantContext context, Set<String> projectIds) Optional<com.codebarrel.automation.api.config.RuleConfigBean> AutomationConfigServiceImpl.getRule(TenantContext context, Long ruleId) longAutomationConfigServiceImpl.getRuleCount(TenantContext context) Optional<com.codebarrel.automation.api.config.RuleConfigBean> AutomationConfigServiceImpl.getRuleForBranch(TenantContext context, AutomationEvent event) List<com.codebarrel.automation.api.config.RuleConfigBean> AutomationConfigServiceImpl.getRules(TenantContext context, String projectId) Optional<com.codebarrel.automation.api.config.ComponentConfigBean> AutomationConfigServiceImpl.getScheduledTriggerConfig(TenantContext context, Long ruleId) booleanAutomationConfigServiceImpl.hasRulesInScope(TenantContext context, Long projectId) voidAutomationErrorNotificationServiceImpl.sendErrorNotification(TenantContext context, com.codebarrel.automation.api.config.RuleConfigBean ruleConfig, long auditItemId) voidAuditServiceImpl.updateEntry(TenantContext context, long ruleId, AuditItemBean update) voidAuditServiceImpl.updateStaleAuditItemEntries(TenantContext context, Set<Long> staleAuditItemIds) -
Uses of LogTiming in com.codebarrel.automation.api.service.statistics
Methods in com.codebarrel.automation.api.service.statistics with annotations of type LogTimingModifier and TypeMethodDescriptionvoidRuleStatisticsServiceImpl.updateStaleStatisticsEntries(TenantContext context, Set<Long> staleAuditItemIds) -
Uses of LogTiming in com.codebarrel.automation.rulecomponent.jira.trigger.servicedesk.sla
Methods in com.codebarrel.automation.rulecomponent.jira.trigger.servicedesk.sla with annotations of type LogTimingModifier and TypeMethodDescriptionvoidSlaThresholdPollExecutor.executePoll(ComponentContext context) -
Uses of LogTiming in com.codebarrel.jira.plugin.automation.service.execution
Methods in com.codebarrel.jira.plugin.automation.service.execution with annotations of type LogTimingModifier and TypeMethodDescriptionvoidJiraAutomationExecutionService.processEventWithRule(TenantContext context, AutomationEvent event, com.codebarrel.automation.api.config.RuleConfigBean origRule) voidJiraAutomationExecutionService.processEventWithRuleSynchronously(TenantContext context, AutomationEvent event, com.codebarrel.automation.api.config.RuleConfigBean origRule)