Class Attachment

  • All Implemented Interfaces:
    com.xebialabs.deployit.plugin.api.udm.artifact.Artifact, com.xebialabs.deployit.plugin.api.udm.artifact.SourceArtifact, com.xebialabs.deployit.plugin.api.udm.ConfigurationItem, java.io.Serializable, java.lang.Comparable<com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem>

    @Metadata(versioned=false)
    public class Attachment
    extends BaseArtifact
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Attachment()  
      Attachment​(com.xebialabs.overthere.OverthereFile file, java.lang.String contentType)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getExportDirectoryName()  
      • Methods inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem

        compareTo, equals, get$ciAttributes, get$directoryReference, get$externalProperties, get$internalId, get$referenceId, get$securedCi, get$securedDirectoryReference, get$token, get$validationMessages, getId, getName, getProperty, getType, hashCode, hasProperty, set$ciAttributes, set$directoryReference, set$externalProperties, set$internalId, set$referenceId, set$securedCi, set$securedDirectoryReference, set$token, set$validationMessages, setId, setProperty, setType, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem

        get$directoryReference, get$internalId, get$referenceId, get$securedCi, get$securedDirectoryReference, get$validationMessages, getId, getName, getProperty, getType, hasProperty, setId, setProperty
      • Methods inherited from interface com.xebialabs.deployit.plugin.api.udm.artifact.SourceArtifact

        getCredentials, getProxySettings
    • 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)