BuildMaster SDK Reference
Version:

GetArtifact(int applicationId, string releaseNumber, string buildNumber, string artifactName) Method

Returns the specified artifact if it exists; otherwise returns null (Nothing in Visual Basic).

Syntax

public static Artifact GetArtifact(int applicationId, string releaseNumber, string buildNumber, string artifactName)

Parameters

applicationId
Type: int

The ID of the application which contains the artifact.

releaseNumber
Type: string

The release number which contains the artifact.

buildNumber
Type: string

The build number which contains the artifact.

artifactName
Type: string

The name of the artifact.

Returns

Specified artifact if it exists; otherwise null (Nothing in Visual Basic).