Class PhaseFieldsComparator


  • public class PhaseFieldsComparator
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PhaseFieldsComparator​(java.util.Date timestamp, java.lang.String username, com.xebialabs.xlrelease.domain.Phase original, com.xebialabs.xlrelease.domain.Phase updated)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<com.xebialabs.xlrelease.domain.ActivityLogEntry> getLogs()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PhaseFieldsComparator

        public PhaseFieldsComparator​(java.util.Date timestamp,
                                     java.lang.String username,
                                     com.xebialabs.xlrelease.domain.Phase original,
                                     com.xebialabs.xlrelease.domain.Phase updated)
    • Method Detail

      • getLogs

        public java.util.List<com.xebialabs.xlrelease.domain.ActivityLogEntry> getLogs()