Class

bintry.Methods.Repo.Package

Version

Related Doc: package Package

Permalink

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

Package version methods

Linear Supertypes
Serializable, Serializable, Product, Equals, Completion[bintry.Version], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Version
  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 Version(version: String)

    Permalink

Type Members

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

    Permalink

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

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

    version attr interface

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

    Permalink

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

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

    Definition Classes
    VersionCompletion
  6. def apply[TT](f: (Response) ⇒ TT): Future[TT]

    Permalink
    Definition Classes
    Completion
  7. def apply(): Future[bintry.Version]

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

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

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def delete: Completion[Message]

    Permalink

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

  12. def discard: Completion[Response]

    Permalink

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  17. def mavenCentralSync(sonatypeUser: String, sonatypePassword: String, close: Boolean = true): Completion[Response]

    Permalink

    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

  18. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  21. def publish: Completion[Response]

    Permalink

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

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

    Permalink

    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

    Permalink
    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]

    Permalink

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

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

    Permalink

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

  26. val version: String

    Permalink
  27. final def wait(): Unit

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

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

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

Deprecated Value Members

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

    Permalink

    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 Serializable

Inherited from Product

Inherited from Equals

Inherited from Completion[bintry.Version]

Inherited from AnyRef

Inherited from Any

Ungrouped