InedoSDK Reference
Version:

CreateArtifactAsync(int applicationId, string releaseNumber, string buildNumber, int? deployableId, int? executionId, string artifactName, System.IO.Stream artifactData, bool overwrite) Method

Syntax

public static System.Threading.Tasks.Task CreateArtifactAsync(int applicationId, string releaseNumber, string buildNumber, Nullable<int> deployableId, Nullable<int> executionId, string artifactName, System.IO.Stream artifactData, bool overwrite)

Parameters

applicationId
Type: int
releaseNumber
Type: string
buildNumber
Type: string
deployableId
Type: int?
executionId
Type: int?
artifactName
Type: string
artifactData
Type: System.IO.Stream
overwrite
Type: bool