%SYS
AngularArtifact Class Reference

Useful metadata of Artifact saved for further lookup. More...

Inheritance diagram for AngularArtifact:
Collaboration diagram for AngularArtifact:

Public Attributes

 BranchName
 Source branch where the artifact was built from, noted as commit.branch in Artifactory API. More...
 
 CommitHash
 Unique identifier for a source control repo commit, noted as commit.hash in Artifactory API. More...
 
 MostRecentUpdated
 Indicates the most recent time it is published to their server. More...
 
 ResourceName
 Identifier for the resource, used to build unique identifier. More...
 
 SourceControlRepo
 Name of the UI artifact to be kitted, found as the name of the UI application repo, need to distinguish from ArtifactoryRepo. More...
 
 Version
 Semantic version expression of the artifact to obtain. More...
 

Detailed Description

Useful metadata of Artifact saved for further lookup.

Member Data Documentation

◆ BranchName

BranchName

Source branch where the artifact was built from, noted as commit.branch in Artifactory API.

 

◆ CommitHash

CommitHash

Unique identifier for a source control repo commit, noted as commit.hash in Artifactory API.

 

◆ MostRecentUpdated

MostRecentUpdated

Indicates the most recent time it is published to their server.

Noted as "updated" in Artifactory API in W3C time format.  

◆ ResourceName

Identifier for the resource, used to build unique identifier.

 

◆ SourceControlRepo

SourceControlRepo

Name of the UI artifact to be kitted, found as the name of the UI application repo, need to distinguish from ArtifactoryRepo.

 

◆ Version

Version

Semantic version expression of the artifact to obtain.