Class AttachmentView

    • Constructor Summary

      Constructors 
      Constructor Description
      AttachmentView()  
      AttachmentView​(com.xebialabs.xlrelease.domain.Attachment attachment)  
      AttachmentView​(java.lang.String id, java.lang.String filename, java.lang.String contentType)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • AttachmentView

        public AttachmentView​(java.lang.String id,
                              java.lang.String filename,
                              java.lang.String contentType)
      • AttachmentView

        public AttachmentView()
      • AttachmentView

        public AttachmentView​(com.xebialabs.xlrelease.domain.Attachment attachment)