case class Repo(subject: String, repo: String) extends Completion[bintry.Repo] with Product with Serializable
All methods relating to a given repo
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Repo
- Serializable
- Serializable
- Product
- Equals
- Completion
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Repo(subject: String, repo: String)
Type Members
-
case class
Package(name: String) extends Completion[bintry.Package] with Product with Serializable
Package methods
- case class PackageCreate(name: String, _desc: Option[String] = None, _labels: List[String] = Nil, _licenses: List[String] = Nil, _vcs: Option[String] = None) extends Completion[bintry.Package] with Product with Serializable
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]
- Definition Classes
- Repo → Completion
-
def
apply[TT](f: (Response) ⇒ TT): Future[TT]
- Definition Classes
- Completion
-
def
apply(): Future[bintry.Repo]
- Definition Classes
- Completion
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
createPackage(name: String): PackageCreate
https://bintray.com/docs/api/#_create_package the provided licenses should be defined under Licenses.Names
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
get(pkg: String): Package
Reference to package interface
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
link(subject: String, repo: String, pkg: String): Completion[Response]
https://bintray.com/docs/api/#_link_package
-
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
packages(pos: Int = 0, prefix: Option[String] = None): Completion[List[PackageSummary]]
https://bintray.com/docs/api/#_get_repository
- val repo: String
-
def
sign(passphrase: String, path: String): Completion[Response]
https://bintray.com/docs/api/#_gpg_sign_a_file see also http://blog.bintray.com/2013/08/06/fight-crime-with-gpg/ see also https://bintray.com/docs/uploads/uploads_gpgsigning.html
- val subject: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
unlink(subject: String, repo: String, pkg: String): Completion[Response]
https://bintray.com/docs/api/#_unlink_package
-
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()