Class Attachment

    • Field Detail

      • EXPORT_DIRECTORY

        public static final java.lang.String EXPORT_DIRECTORY
        See Also:
        Constant Field Values
    • Constructor Detail

      • Attachment

        public Attachment()
      • Attachment

        public Attachment​(com.xebialabs.overthere.OverthereFile file,
                          java.lang.String contentType)
    • Method Detail

      • getFile

        public com.xebialabs.overthere.OverthereFile getFile()
        Specified by:
        getFile in interface Artifact
      • setFile

        public void setFile​(com.xebialabs.overthere.OverthereFile file)
        Specified by:
        setFile in interface Artifact
      • setPlaceholders

        public void setPlaceholders​(java.util.Set<java.lang.String> placeholders)
        Specified by:
        setPlaceholders in interface SourceArtifact
      • getFileEncodings

        public java.util.Map<java.lang.String,​java.lang.String> getFileEncodings()
        Specified by:
        getFileEncodings in interface SourceArtifact
      • getContentType

        public java.lang.String getContentType()
      • setContentType

        public void setContentType​(java.lang.String contentType)
      • getExportFilename

        public java.lang.String getExportFilename()
      • setExportFilename

        public void setExportFilename​(java.lang.String exportFilename)