The ArtifactDependency object currently does not contain information about the build configuration from which artifacts are referenced. An artifact dependency's ID property does not identify the referenced build config as it does with the snapshot dependency object.
The "source-buildType" element of the REST response needs to be parsed and provided in the ArtifactDependency object, so that the information is available.
The ArtifactDependency object currently does not contain information about the build configuration from which artifacts are referenced. An artifact dependency's ID property does not identify the referenced build config as it does with the snapshot dependency object.
The "source-buildType" element of the REST response needs to be parsed and provided in the ArtifactDependency object, so that the information is available.
This issue is addressed by pull request #91