Class PackageImpl

  • All Implemented Interfaces:
    com.jfrog.bintray.client.api.model.Pkg

    public class PackageImpl
    extends Object
    implements com.jfrog.bintray.client.api.model.Pkg
    • Method Detail

      • getCreateUpdateJson

        public static String getCreateUpdateJson​(com.jfrog.bintray.client.api.details.PackageDetails packageDetails)
                                          throws IOException
        Throws:
        IOException
      • name

        public String name()
        Specified by:
        name in interface com.jfrog.bintray.client.api.model.Pkg
      • repository

        public String repository()
        Specified by:
        repository in interface com.jfrog.bintray.client.api.model.Pkg
      • owner

        public String owner()
        Specified by:
        owner in interface com.jfrog.bintray.client.api.model.Pkg
      • description

        public String description()
        Specified by:
        description in interface com.jfrog.bintray.client.api.model.Pkg
      • labels

        public List<String> labels()
        Specified by:
        labels in interface com.jfrog.bintray.client.api.model.Pkg
      • attributeNames

        public List<String> attributeNames()
        Specified by:
        attributeNames in interface com.jfrog.bintray.client.api.model.Pkg
      • rating

        public Integer rating()
        Specified by:
        rating in interface com.jfrog.bintray.client.api.model.Pkg
      • ratingCount

        public Integer ratingCount()
        Specified by:
        ratingCount in interface com.jfrog.bintray.client.api.model.Pkg
      • followersCount

        public Integer followersCount()
        Specified by:
        followersCount in interface com.jfrog.bintray.client.api.model.Pkg
      • created

        public org.joda.time.DateTime created()
        Specified by:
        created in interface com.jfrog.bintray.client.api.model.Pkg
      • versions

        public List<String> versions()
        Specified by:
        versions in interface com.jfrog.bintray.client.api.model.Pkg
      • latestVersion

        public String latestVersion()
        Specified by:
        latestVersion in interface com.jfrog.bintray.client.api.model.Pkg
      • updated

        public org.joda.time.DateTime updated()
        Specified by:
        updated in interface com.jfrog.bintray.client.api.model.Pkg
      • linkedToRepos

        public List<String> linkedToRepos()
        Specified by:
        linkedToRepos in interface com.jfrog.bintray.client.api.model.Pkg
      • systemIds

        public List<String> systemIds()
        Specified by:
        systemIds in interface com.jfrog.bintray.client.api.model.Pkg
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object