Uses of Class
com.codebarrel.jira.model.issue.WorklogBean
Packages that use WorklogBean
Package
Description
-
Uses of WorklogBean in com.codebarrel.automation.rulecomponent.jira.common.smartbeans
Methods in com.codebarrel.automation.rulecomponent.jira.common.smartbeans that return WorklogBeanMethods in com.codebarrel.automation.rulecomponent.jira.common.smartbeans with parameters of type WorklogBeanModifier and TypeMethodDescriptionSmartBeanFactory.create(TenantActor tenantActor, WorklogBean worklog, String issueKey) SmartBeanFactoryImpl.create(TenantActor tenantActor, WorklogBean worklog, String issueKey) SmartIssueInputPopulator.populate(TenantActor tenantActor, ComponentInputs inputs, WorklogBean worklogBean) SmartIssueInputPopulatorImpl.populate(TenantActor tenantActor, ComponentInputs inputs, WorklogBean worklogBean) Constructors in com.codebarrel.automation.rulecomponent.jira.common.smartbeans with parameters of type WorklogBeanModifierConstructorDescriptionSmartWorklogBean(WorklogBean source, EntityPropertiesClient entityPropertiesClient, UserClient userClient, IssueClient issueClient, String issueKey) -
Uses of WorklogBean in com.codebarrel.jira.model.issue
Methods in com.codebarrel.jira.model.issue that return WorklogBeanMethods in com.codebarrel.jira.model.issue that return types with arguments of type WorklogBeanModifier and TypeMethodDescriptionPageableWorklog.getWorklogs()PageableWorklogImpl.getWorklogs()Constructors in com.codebarrel.jira.model.issue with parameters of type WorklogBean -
Uses of WorklogBean in com.codebarrel.jira.webhook
Methods in com.codebarrel.jira.webhook that return WorklogBeanConstructors in com.codebarrel.jira.webhook with parameters of type WorklogBeanModifierConstructorDescriptionWorklogWebhookBean(Date timestamp, String webhookEvent, WorklogBean worklog, List<EntityPropertyBean> properties)