Class PermissionsLogFormatter


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

      Constructors 
      Constructor Description
      PermissionsLogFormatter​(java.util.Date timestamp, java.lang.String username, com.xebialabs.deployit.plugin.api.reflect.Type targetType, java.lang.String targetId, java.util.List<com.xebialabs.xlrelease.domain.Team> teams)  
    • Method Summary

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

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

      • PermissionsLogFormatter

        public PermissionsLogFormatter​(java.util.Date timestamp,
                                       java.lang.String username,
                                       com.xebialabs.deployit.plugin.api.reflect.Type targetType,
                                       java.lang.String targetId,
                                       java.util.List<com.xebialabs.xlrelease.domain.Team> teams)
    • Method Detail

      • getLogEntry

        public com.xebialabs.xlrelease.domain.ActivityLogEntry getLogEntry()