module
artifact.py
class
ArtifactPath
class
ArtifactVersion
property
artifact_fqnproperty
created_atproperty
created_byproperty
descriptionproperty
fqnproperty
metadataproperty
nameproperty
stepproperty
updated_atproperty
versionfunction
delete
function
download
path
(str): Absolute path of the local filesystem destination directory to which to download the specified artifacts. This directory must already exist. If unspecified, the artifacts will either be downloaded to a new uniquely-named directory on the local filesystem or will be returned directly in the case of the Local ArtifactRepository.overwrite
(bool): If True it will overwrite the file if it is already present in the download directory else it will throw an errorpath
: Absolute path of the local filesystem location containing the desired artifacts.classmethod
from_fqn
fqn
(str): Fully qualified name of the artifact version.ArtifactVersion
: An ArtifactVersion instance of the artifactfunction
raw_download
path
(str): Absolute path of the local filesystem destination directory to which to download the specified artifacts. This directory must already exist. If unspecified, the artifacts will either be downloaded to a new uniquely-named directory on the local filesystem.overwrite
(bool): If True it will overwrite the file if it is already present in the download directory else it will throw an errorpath
: Absolute path of the local filesystem location containing the desired artifacts.function
update
class
ArtifactVersionDownloadInfo
class
ArtifactVersionInternalMetadata