case class Version(version: String) extends Completion[bintry.Version] with Product with Serializable
Package version methods
- Alphabetic
- By Inheritance
- Version
- Serializable
- Serializable
- Product
- Equals
- Completion
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new Version(version: String)
Type Members
-
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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
apply[T](handler: Handler[T]): Future[T]
https://bintray.com/docs/api/#_get_version
https://bintray.com/docs/api/#_get_version
- Definition Classes
- Version → Completion
-
def
apply[TT](f: (Response) ⇒ TT): Future[TT]
- Definition Classes
- Completion
-
def
apply(): Future[bintry.Version]
- Definition Classes
- Completion
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def attrs: Attrs.type
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
delete: Completion[Message]
https://bintray.com/docs/api/#_delete_version
-
def
discard: Completion[Response]
https://bintray.com/docs/api/#_publish_discard_uploaded_content
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
publish: Completion[Response]
https://bintray.com/docs/api/#_publish_discard_uploaded_content
-
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
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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
-
def
upload(path: String, content: File): Upload
https://bintray.com/docs/api/#_upload_content
- val version: String
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
object
Attrs
version attr interface
Deprecated Value Members
-
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