UserSourceInfo Class

Definition

Source information for a deployment

public class UserSourceInfo
type UserSourceInfo = class
Public Class UserSourceInfo
Inheritance
UserSourceInfo

Constructors

UserSourceInfo()

Initializes a new instance of the UserSourceInfo class.

UserSourceInfo(String, String, String, String)

Initializes a new instance of the UserSourceInfo class.

Properties

ArtifactSelector

Gets or sets selector for the artifact to be used for the deployment for multi-module projects. This should be the relative path to the target module/project.

RelativePath

Gets or sets relative path of the storage which stores the source

Type

Gets or sets type of the source uploaded. Possible values include: 'Jar', 'Source'

Version

Gets or sets version of the source

Applies to