SonatypeHttpApi

mill.scalalib.publish.SonatypeHttpApi
class SonatypeHttpApi(uri: String, credentials: String, readTimeout: Int, connectTimeout: Int)

Attributes

Source
SonatypeHttpApi.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def closeStagingRepo(profileUri: String, repositoryId: String): Boolean

Attributes

Source
SonatypeHttpApi.scala
def createStagingRepo(profileUri: String, groupId: String): String

Attributes

Source
SonatypeHttpApi.scala
def dropStagingRepo(profileUri: String, repositoryId: String): Boolean

Attributes

Source
SonatypeHttpApi.scala
def getStagingProfileUri(groupId: String): String

Attributes

Source
SonatypeHttpApi.scala
def getStagingRepoState(stagingRepoId: String): String

Attributes

Source
SonatypeHttpApi.scala
def promoteStagingRepo(profileUri: String, repositoryId: String): Boolean

Attributes

Source
SonatypeHttpApi.scala
def upload(uri: String, data: Array[Byte]): Response

Attributes

Source
SonatypeHttpApi.scala

Concrete fields

val http: Session

Attributes

Source
SonatypeHttpApi.scala