BuildMaster SDK Reference
Version:
GetArtifacts(int applicationId, string releaseNumber, string buildNumber) Method
Returns all of the artifacts in the specified build of the specified application.
Syntax
public
static
IEnumerable<Artifact> GetArtifacts(int applicationId, string releaseNumber, string buildNumber)
Parameters
- applicationId
- Type: int
The ID of the application.
- releaseNumber
- Type: string
The release number.
- buildNumber
- Type: string
The build number.
Returns
Artifacts contained in the specified build.