com.xebialabs.deployit.plugin.api.udm.base
Class BaseDeployableArtifact
java.lang.Object
com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
com.xebialabs.deployit.plugin.api.udm.base.BaseDeployable
com.xebialabs.deployit.plugin.api.udm.base.BaseDeployableArtifact
- All Implemented Interfaces:
- Artifact, SourceArtifact, ConfigurationItem, Deployable, DeployableArtifact, Taggable, java.io.Serializable, java.lang.Comparable<BaseConfigurationItem>
- Direct Known Subclasses:
- BaseDeployableFileArtifact, BaseDeployableFolderArtifact
@Metadata(virtual=true,
description="The supertype of all DeployableArtifacts.")
public class BaseDeployableArtifact- extends BaseDeployable
- implements DeployableArtifact
- See Also:
- Serialized Form
| Methods inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem |
compareTo, equals, get$token, getId, getName, getProperty, getPropertyDescriptor, getSyntheticProperties, getSyntheticProperty, getType, hashCode, hasProperty, hasSyntheticProperty, putSyntheticProperties, putSyntheticProperty, set$token, setId, setProperty, setSyntheticProperties, setType, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
BaseDeployableArtifact
public BaseDeployableArtifact()
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
isScanPlaceholders
public boolean isScanPlaceholders()
setScanPlaceholders
public void setScanPlaceholders(boolean scanPlaceholders)
getPlaceholders
public java.util.Set<java.lang.String> getPlaceholders()
- Specified by:
getPlaceholders in interface SourceArtifact
setPlaceholders
public void setPlaceholders(java.util.Set<java.lang.String> placeholders)
- Specified by:
setPlaceholders in interface SourceArtifact
getTextFileNamesRegex
public java.lang.String getTextFileNamesRegex()
- Specified by:
getTextFileNamesRegex in interface SourceArtifact
setTextFileNamesRegex
public void setTextFileNamesRegex(java.lang.String textFileNamesRegex)
getExcludeFileNamesRegex
public java.lang.String getExcludeFileNamesRegex()
- Specified by:
getExcludeFileNamesRegex in interface SourceArtifact
- Returns:
- regex that captures all the files that should not be scanned.
setExcludeFileNamesRegex
public void setExcludeFileNamesRegex(java.lang.String excludeFileNamesRegex)