Packages

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

Package version methods

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

Instance Constructors

  1. new Version(version: String)

Type Members

  1. case class Upload(_artifact: (String, File), _publish: Boolean = false, _replace: Boolean = false) extends Completion[Response] with Product with Serializable

    version upload interface https://bintray.com/docs/api/#_upload_content

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply[T](handler: Handler[T]): Future[T]

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

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

    Definition Classes
    VersionCompletion
  5. def apply[TT](f: (Response) => TT): Future[TT]
    Definition Classes
    Completion
  6. def apply(): Future[bintry.Version]
    Definition Classes
    Completion
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def attrs: Attrs
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. def delete: Completion[Message]

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

  11. def discard: Completion[Response]

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

  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def mavenCentralSync(sonatypeUser: String, sonatypePassword: String, close: Boolean = true): Completion[Response]

    https://bintray.com/docs/api/#_sync_version_artifacts_to_maven_central see also http://blog.bintray.com/2014/02/11/bintray-as-pain-free-gateway-to-maven-central/ see also https://docs.sonatype.org/display/Repository/Central+Sync+Requirements

  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def productElementNames: Iterator[String]
    Definition Classes
    Product
  21. def publish: Completion[Response]

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

  22. def sign(passphrase: String): Completion[Response]

    https://bintray.com/docs/api/#_gpg_sign_a_version see also http://blog.bintray.com/2013/08/06/fight-crime-with-gpg/ see also https://bintray.com/docs/uploads/uploads_gpgsigning.html

  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def update(desc: Option[String] = None, githubReleaseNotesFile: Option[String] = None, githubUseTagReleaseNotes: Option[Boolean] = None, vcsTag: Option[String] = None, released: Option[String] = None): Completion[Message]

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

  25. def upload(path: String, content: File): Upload

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

  26. val version: String
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  30. object Attrs

    version attr interface

Deprecated Value Members

  1. def update(desc: String): Completion[Message]

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

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

    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) Use structured update method

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Completion[bintry.Version]

Inherited from AnyRef

Inherited from Any

Ungrouped