BuildMaster SDK Reference
Version:
GetFullArtifactPath(string artifactBasePath, int applicationId, string releaseNumber, string buildNumber, int deployableId, string artifactName) Method
Returns the absolute path to an artifact file.
Syntax
public
static
string GetFullArtifactPath(string artifactBasePath, int applicationId, string releaseNumber, string buildNumber, int deployableId, string artifactName)
Parameters
- artifactBasePath
- Type: string
Absolute path of the artifact library.
- 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.