Class Dependency

java.lang.Object
org.artifactory.build.Dependency
All Implemented Interfaces:
Serializable

public final class Dependency extends Object
A basic build run info holder
Author:
Noam Y. Tenne
See Also:
  • Constructor Details

  • Method Details

    • getId

      public String getId()
    • getScopes

      public Set<String> getScopes()
    • getType

      public String getType()
    • getSha1

      public String getSha1()
    • getSha2

      public String getSha2()
    • getMd5

      public String getMd5()