Class ArtifactView

java.lang.Object
com.xebialabs.xlrelease.views.ArtifactView
Direct Known Subclasses:
AttachmentView, TemplateLogoView

public abstract class ArtifactView extends Object
  • Constructor Details

    • ArtifactView

      protected ArtifactView(String id, String filename, String contentType)
    • ArtifactView

      protected ArtifactView()
    • ArtifactView

      protected ArtifactView(com.xebialabs.xlrelease.domain.BaseArtifact baseArtifact)
  • Method Details

    • getId

      public String getId()
    • getFilename

      public String getFilename()
    • getContentType

      public String getContentType()