Skip to content

Commit

Permalink
added the summary
Browse files Browse the repository at this point in the history
  • Loading branch information
malavikakrishnan123 committed Dec 18, 2024
1 parent 198b69b commit 9c0f7a7
Show file tree
Hide file tree
Showing 2 changed files with 151 additions and 42 deletions.
13 changes: 13 additions & 0 deletions src/ArtifactoryUploader/Model/DisplayPackagesInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,19 @@ public class DisplayPackagesInfo
public List<ComponentsToArtifactory> SuccessfullPackagesPython { get; set; }
public List<ComponentsToArtifactory> SuccessfullPackagesDebian { get; set; }
public List<ComponentsToArtifactory> SuccessfullPackagesMaven { get; set; }
public int DevDepCountNuget { get; set; }
public int DevDepCountNpm { get; set; }
public int DevDepCountConan { get; set; }
public int DevDepCountPython { get; set; }
public int DevDepCountMaven { get; set; }
public int DevDepCountDebian { get; set; }
public int ClearedThirdPartyCountNuget { get; set; }
public int ClearedThirdPartyCountNpm { get; set; }
public int ClearedThirdPartyCountMaven { get; set; }
public int ClearedThirdPartyCountConan { get; set; }
public int ClearedThirdPartyCountPython { get; set; }
public int ClearedThirdPartyCountDebian { get; set; }
public int DevDepNuget { get; set; }

}
public class ProjectResponse
Expand Down
Loading

0 comments on commit 9c0f7a7

Please sign in to comment.