BuildMaster SDK Reference
Version:
GetArtifacts(int applicationId, string releaseNumber, string buildNumber, int? deployableId) Method
Returns all of the artifacts in the specified build of the specified application
that are associated with the specified deployable.
Syntax
public
static
IEnumerable<Artifact> GetArtifacts(int applicationId, string releaseNumber, string buildNumber, int? deployableId)
Parameters
- applicationId
- Type: int
The ID of the application.
- releaseNumber
- Type: string
The release number.
- buildNumber
- Type: string
The build number.
- deployableId
- Type: int?
The deployable ID. A value of null (Nothing in Visual Basic) will include all deployables.
Returns
Artifacts contained in the specified build.