ArtifactTypeDefinition interface
Properties
artifact |
Gets or sets the artifact trigger configuration of artifact type definition. |
artifact |
Gets or sets the artifact type of artifact type definition. Valid values are 'Build', 'Package', 'Source' or 'ContainerImage'. |
display |
Gets or sets the display name of artifact type definition. |
endpoint |
Gets or sets the endpoint type id of artifact type definition. |
input |
Gets or sets the input descriptors of artifact type definition. |
is |
Gets or sets the is commits tracebility supported value of artifact type defintion. |
is |
Gets or sets the is workitems tracebility supported value of artifact type defintion. |
name | Gets or sets the name of artifact type definition. |
unique |
Gets or sets the unique source identifier of artifact type definition. |
Property Details
artifactTriggerConfiguration
Gets or sets the artifact trigger configuration of artifact type definition.
artifactTriggerConfiguration: ArtifactTriggerConfiguration
Property Value
artifactType
Gets or sets the artifact type of artifact type definition. Valid values are 'Build', 'Package', 'Source' or 'ContainerImage'.
artifactType: string
Property Value
string
displayName
Gets or sets the display name of artifact type definition.
displayName: string
Property Value
string
endpointTypeId
Gets or sets the endpoint type id of artifact type definition.
endpointTypeId: string
Property Value
string
inputDescriptors
Gets or sets the input descriptors of artifact type definition.
inputDescriptors: InputDescriptor[]
Property Value
isCommitsTraceabilitySupported
Gets or sets the is commits tracebility supported value of artifact type defintion.
isCommitsTraceabilitySupported: boolean
Property Value
boolean
isWorkitemsTraceabilitySupported
Gets or sets the is workitems tracebility supported value of artifact type defintion.
isWorkitemsTraceabilitySupported: boolean
Property Value
boolean
name
Gets or sets the name of artifact type definition.
name: string
Property Value
string
uniqueSourceIdentifier
Gets or sets the unique source identifier of artifact type definition.
uniqueSourceIdentifier: string
Property Value
string