BintrayHttpApi

mill.contrib.bintray.BintrayHttpApi
class BintrayHttpApi(owner: String, repo: String, credentials: String, readTimeout: Int, connectTimeout: Int, log: Logger)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Classlikes

object Auth

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Auth.type
object ContentTypes

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object Paths

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Paths.type

Value members

Concrete methods

def createVersion(pkg: String, version: String, releaseDate: ZonedDateTime, description: String): Response
def now: ZonedDateTime
def publish(pkg: String, version: String): Response
def upload(pkg: String, version: String, path: String, contentType: String, data: Array[Byte]): Response

Concrete fields

val http: Session