public interface SourceArtifact extends Artifact
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CHECKSUM_PROPERTY_NAME |
static java.lang.String |
FILE_URI_PROPERTY_NAME |
SYNTHETIC_PROPERTIES_FIELD, TYPE_FIELD
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getChecksum()
Returns the (calculated or user-defined) checksum of the artifact file.
|
default com.xebialabs.deployit.plugin.credentials.Credentials |
getCredentials()
Returns the credentials for artifact location.
|
java.lang.String |
getExcludeFileNamesRegex() |
java.util.Map<java.lang.String,java.lang.String> |
getFileEncodings()
This will return a map that specifies which files map to which encodings.
|
java.lang.String |
getFileUri()
Returns the artifact location which can be resolved using an artifact resolver.
|
java.util.Set<java.lang.String> |
getPlaceholders() |
default com.xebialabs.deployit.plugin.proxy.ProxySettings |
getProxySettings()
Returns the proxy settings for artifact location.
|
java.lang.String |
getTextFileNamesRegex() |
void |
setPlaceholders(java.util.Set<java.lang.String> placeholders) |
getFile, setFile
get$internalId, get$securedCi, get$validationMessages, getId, getName, getProperty, getType, hasProperty, setId, setProperty
static final java.lang.String FILE_URI_PROPERTY_NAME
static final java.lang.String CHECKSUM_PROPERTY_NAME
java.util.Set<java.lang.String> getPlaceholders()
void setPlaceholders(java.util.Set<java.lang.String> placeholders)
java.lang.String getTextFileNamesRegex()
java.lang.String getExcludeFileNamesRegex()
java.util.Map<java.lang.String,java.lang.String> getFileEncodings()
java.lang.String getFileUri()
default com.xebialabs.deployit.plugin.credentials.Credentials getCredentials()
default com.xebialabs.deployit.plugin.proxy.ProxySettings getProxySettings()
java.lang.String getChecksum()