getArtifactVersion

Back to index

Summary

Retrieves an artifact version by its name.
artifactVersionName
Stringrequired
The name of the artifactVersion.
includeRetrieverJobSteps
Booleanoptional
Whether to include retriever job-step information in the response.
includeRetrieverJobs
Booleanoptional
Whether to include retriever job information in the response.
maxRetrievers
Integeroptional
The maximum number of retriever jobs or jobsteps to return.

Usage

Perl

$cmdr->getArtifactVersion( "test-artifactVersionName" # artifactVersionName # optionals );

ectool

ectool getArtifactVersion \ "test-artifactVersionName" `# artifactVersionName` \ # optionals

Examples

Perl

$cmdr->getArtifactVersion("myGroup:myKey:1.0.0-55", {includeRetrieverJobs => "true"});

ectool

ectool getArtifactVersion "myGroup:myKey:1.0.0-55" -–includeRetrieverJobs "true"