Package com.xebialabs.xlrelease.domain
Class BaseArtifact
java.lang.Object
com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
com.xebialabs.xlrelease.domain.BaseArtifact
- 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,Serializable,Comparable<com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem>
- Direct Known Subclasses:
Attachment,TemplateLogo
@Metadata(versioned=false,
virtual=true)
public abstract class BaseArtifact
extends com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
implements com.xebialabs.deployit.plugin.api.udm.artifact.SourceArtifact
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem
SYNTHETIC_PROPERTIES_FIELD, TYPE_FIELDFields inherited from interface com.xebialabs.deployit.plugin.api.udm.artifact.SourceArtifact
CHECKSUM_PROPERTY_NAME, FILE_URI_PROPERTY_NAME, IS_RESCANNED_PROPERTY_NAME -
Method Summary
Modifier and TypeMethodDescriptionabstract Stringcom.xebialabs.overthere.OverthereFilegetFile()voidsetContentType(String contentType) voidsetExportFilename(String exportFilename) voidsetFile(com.xebialabs.overthere.OverthereFile file) voidsetPlaceholders(Set<String> placeholders) voidsetPortableFilename(String portableFilename) 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, toStringMethods 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, setPropertyMethods inherited from interface com.xebialabs.deployit.plugin.api.udm.artifact.SourceArtifact
getCredentials, getProxySettings
-
Field Details
-
PARENT_TITLE_PROPERTY_NAME
- See Also:
-
PORTABLE_FILENAME_PROPERTY_NAME
- See Also:
-
EXPORT_FILENAME_PROPERTY_NAME
- See Also:
-
CONTENT_TYPE_PROPERTY_NAME
- See Also:
-
-
Method Details
-
getFile
public com.xebialabs.overthere.OverthereFile getFile()- Specified by:
getFilein interfacecom.xebialabs.deployit.plugin.api.udm.artifact.Artifact
-
setFile
public void setFile(com.xebialabs.overthere.OverthereFile file) - Specified by:
setFilein interfacecom.xebialabs.deployit.plugin.api.udm.artifact.Artifact
-
getPlaceholders
- Specified by:
getPlaceholdersin interfacecom.xebialabs.deployit.plugin.api.udm.artifact.SourceArtifact
-
setPlaceholders
- Specified by:
setPlaceholdersin interfacecom.xebialabs.deployit.plugin.api.udm.artifact.SourceArtifact
-
getTextFileNamesRegex
- Specified by:
getTextFileNamesRegexin interfacecom.xebialabs.deployit.plugin.api.udm.artifact.SourceArtifact
-
getExcludeFileNamesRegex
- Specified by:
getExcludeFileNamesRegexin interfacecom.xebialabs.deployit.plugin.api.udm.artifact.SourceArtifact
-
getFileEncodings
- Specified by:
getFileEncodingsin interfacecom.xebialabs.deployit.plugin.api.udm.artifact.SourceArtifact
-
getChecksum
- Specified by:
getChecksumin interfacecom.xebialabs.deployit.plugin.api.udm.artifact.SourceArtifact
-
getFileUri
- Specified by:
getFileUriin interfacecom.xebialabs.deployit.plugin.api.udm.artifact.SourceArtifact
-
getContentType
-
setContentType
-
getExportDirectoryName
-
getExportFilename
-
setExportFilename
-
getPortableFilename
-
setPortableFilename
-