Class RepositoryImpl

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

    public class RepositoryImpl
    extends Object
    implements com.jfrog.bintray.client.api.model.Repository
    • Constructor Detail

      • RepositoryImpl

        public RepositoryImpl()
      • RepositoryImpl

        public RepositoryImpl​(com.jfrog.bintray.client.api.details.RepositoryDetails repositoryDetails)
    • Method Detail

      • getName

        public String getName()
        Specified by:
        getName in interface com.jfrog.bintray.client.api.model.Repository
      • getOwner

        public String getOwner()
        Specified by:
        getOwner in interface com.jfrog.bintray.client.api.model.Repository
      • getDesc

        public String getDesc()
        Specified by:
        getDesc in interface com.jfrog.bintray.client.api.model.Repository
      • getLabels

        public List<String> getLabels()
        Specified by:
        getLabels in interface com.jfrog.bintray.client.api.model.Repository
      • getCreated

        public org.joda.time.DateTime getCreated()
        Specified by:
        getCreated in interface com.jfrog.bintray.client.api.model.Repository
      • getPackageCount

        public Integer getPackageCount()
        Specified by:
        getPackageCount in interface com.jfrog.bintray.client.api.model.Repository