BuildMaster SDK Reference
Version:

GetArtifacts(int applicationId, string releaseNumber) Method

Returns all of the artifacts in the specified release of the specified application.

Syntax

public static IEnumerable<Artifact> GetArtifacts(int applicationId, string releaseNumber)

Parameters

applicationId
Type: int

The ID of the application.

releaseNumber
Type: string

The release number.

Returns

Artifacts contained in the specified release.