Class

bintry.Methods.Repo

Package

Related Doc: package Repo

Permalink

case class Package(name: String) extends Completion[bintry.Package] with Product with Serializable

Package methods

Linear Supertypes
Serializable, Serializable, Product, Equals, Completion[bintry.Package], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Package
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Completion
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Package(name: String)

    Permalink

Type Members

  1. case class CreateVersion(version: String, _desc: Option[String] = None, _vcsTag: Option[String] = None, _ghNotesFile: Option[String] = None, _useGhTagReleaseNotes: Option[Boolean] = None) extends Completion[bintry.Version] with Product with Serializable

    Permalink

    https://bintray.com/docs/api/#_create_version

  2. case class MvnUpload(_artifact: (String, File), _publish: Boolean = false, _exploded: Boolean = false) extends Completion[Response] with Product with Serializable

    Permalink

    https://bintray.com/docs/api/#_maven_upload

  3. case class Version(version: String) extends Completion[bintry.Version] with Product with Serializable

    Permalink

    Package version methods

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Attrs

    Permalink
  5. object Logs extends Completion[Response]

    Permalink

    Logs interface see also http://blog.bintray.com/2013/11/18/its-your-content-claim-the-logs-for-it/

  6. def apply[T](handler: Handler[T]): Future[T]

    Permalink

    https://bintray.com/docs/api/#_get_package

    https://bintray.com/docs/api/#_get_package

    Definition Classes
    PackageCompletion
  7. def apply[TT](f: (Response) ⇒ TT): Future[TT]

    Permalink
    Definition Classes
    Completion
  8. def apply(): Future[bintry.Package]

    Permalink
    Definition Classes
    Completion
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def attrs: Attrs.type

    Permalink
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def createVersion(version: String): CreateVersion

    Permalink

    https://bintray.com/docs/api/#_create_version

  13. def delete: Completion[Response]

    Permalink

    https://bintray.com/docs/api/#_delete_package

  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def latest: Version

    Permalink
  19. def logs: Logs.type

    Permalink

    https://bintray.com/docs/api/#_debian_upload

  20. def mvnUpload(path: String, content: File): MvnUpload

    Permalink

    https://bintray.com/docs/api/#_maven_upload path should be in standard mvn format i.e.

    https://bintray.com/docs/api/#_maven_upload path should be in standard mvn format i.e. com/org/name/version/name-version.pom

  21. val name: String

    Permalink
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def update(desc: String, labels: String*): Completion[Message]

    Permalink

    https://bintray.com/docs/api/#_update_package

  27. def version(version: String): Version

    Permalink
  28. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Completion[bintry.Package]

Inherited from AnyRef

Inherited from Any

Ungrouped