BuildMaster SDK Reference
Version:

GetArtifactPath(int applicationId, string releaseNumber, string buildNumber, int deployableId, string artifactName) Method

Returns the relative path to an artifact file from the Artifact Base Path.

Syntax

public static string GetArtifactPath(int applicationId, string releaseNumber, string buildNumber, int deployableId, string artifactName)

Parameters

applicationId
Type: int

ID of the application which owns the artifact.

releaseNumber
Type: string

Release number in which the artifact was created.

buildNumber
Type: string

Build number in which the artifact was created.

deployableId
Type: int

ID of the deployable which owns the artifact.

artifactName
Type: string

Name of the artifact.

Returns

Path to the artifact file relative to the artifact base path.