Deploy

com.jamesward.zio_mavencentral.MavenCentral.Deploy
object Deploy

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Deploy.type

Members list

Type members

Classlikes

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Sonatype(client: Client)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Sonatype

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Sonatype.type
case class StatusResponse(deploymentState: DeploymentState)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Types

type DeploymentId = String

Value members

Concrete methods

def checkStatus(deploymentId: DeploymentId): ZIO[Sonatype, Throwable, DeploymentState]
def drop(deploymentId: DeploymentId): ZIO[Sonatype, Throwable, Unit]
def publish(deploymentId: DeploymentId): ZIO[Sonatype, Throwable, Unit]
def upload(filename: String, zip: Array[Byte]): ZIO[Sonatype, Throwable, DeploymentId]
def uploadVerifyAndPublish(filename: String, zip: Array[Byte]): ZIO[Sonatype, Throwable, Unit]