RetrievedArtifacts

1 minute readReference

getRetrievedArtifacts

Get artifacts retrieved during job

Arguments

Argument Name Type Description

jobId

String

The primary key of the job, or the name of the job.

componentName

String

The name of the component.

resourceName

String

The name of the resource.

Usage

import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getRetrievedArtifacts( /* optional arguments */)