Interface TaskFieldsComparator<T extends com.xebialabs.xlrelease.domain.Task>

All Known Implementing Classes:
CreateReleaseTaskFieldsComparator, CustomScriptTaskFieldsComparator, DefaultTaskFieldsComparator, NotificationTaskFieldsComparator, ScriptTaskFieldsComparator

public interface TaskFieldsComparator<T extends com.xebialabs.xlrelease.domain.Task>
  • Method Summary

    Modifier and Type
    Method
    Description
    List<com.xebialabs.xlrelease.domain.ActivityLogEntry>
    getLogs(Date timestamp, String username, T original, T updated)
     
     
  • Method Details

    • getLogs

      List<com.xebialabs.xlrelease.domain.ActivityLogEntry> getLogs(Date timestamp, String username, T original, T updated)
    • getTaskClass

      Class<T> getTaskClass()