public class

DefaultChangeHistoryPropertyService

extends BaseEntityPropertyService<E extends WithId>
implements ChangeHistoryPropertyService
java.lang.Object
   ↳ com.atlassian.jira.entity.property.BaseEntityPropertyService<E extends com.atlassian.jira.entity.WithId>
     ↳ com.atlassian.jira.bc.issue.changehistory.properties.DefaultChangeHistoryPropertyService

Summary

Public Constructors
DefaultChangeHistoryPropertyService(JsonEntityPropertyManager jsonEntityPropertyManager, I18nHelper i18n, EventPublisher eventPublisher, ChangeHistoryPropertyHelper entityPropertyHelper)
[Expand]
Inherited Methods
From class com.atlassian.jira.entity.property.BaseEntityPropertyService
From class java.lang.Object
From interface com.atlassian.jira.entity.property.EntityPropertyService

Public Constructors

public DefaultChangeHistoryPropertyService (JsonEntityPropertyManager jsonEntityPropertyManager, I18nHelper i18n, EventPublisher eventPublisher, ChangeHistoryPropertyHelper entityPropertyHelper)