BintrayHttpApi
mill.contrib.bintray.BintrayHttpApi
class BintrayHttpApi(owner: String, repo: String, credentials: String, readTimeout: Int, connectTimeout: Int, log: Logger)
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Type members
Classlikes
object ContentTypes
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ContentTypes.type
Value members
Concrete methods
def createVersion(pkg: String, version: String, releaseDate: ZonedDateTime, description: String): Response
def upload(pkg: String, version: String, path: String, contentType: String, data: Array[Byte]): Response
Concrete fields
In this article