final case class SonatypeApi(backend: SttpBackend[Identity, Any], base: String, authentication: Option[Authentication], verbosity: Int, retryOnTimeout: Int = 3, stagingRepoRetryParams: EmaRetryParams = EmaRetryParams(3, 10.seconds.toMillis, 2.0f)) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SonatypeApi
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SonatypeApi(backend: SttpBackend[Identity, Any], base: String, authentication: Option[Authentication], verbosity: Int, retryOnTimeout: Int = 3, stagingRepoRetryParams: EmaRetryParams = EmaRetryParams(3, 10.seconds.toMillis, 2.0f))
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val authentication: Option[Authentication]
- val backend: SttpBackend[Identity, Any]
- val base: String
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def createStagingRepository(profile: Profile, description: String): String
- def decodeListProfileRepositoriesResponse(json: RawJson): Either[Exception, Seq[Repository]]
- def decodeListProfilesResponse(json: RawJson): Either[Exception, Seq[Profile]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lastActivity(repositoryId: String, action: String): Option[RawJson]
- def listProfileRepositories(profileIdOpt: Option[String]): Seq[Repository]
- def listProfiles(logger: SonatypeLogger = SonatypeLogger.nop): Task[Seq[Profile]]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def rawCreateStagingRepository(profile: Profile, description: String): RawJson
- def rawListProfileRepositories(profileIdOpt: Option[String]): RawJson
- def rawListProfiles(): RawJson
- val retryOnTimeout: Int
- def sendCloseStagingRepositoryRequest(profile: Profile, repositoryId: String, description: String): Unit
- def sendDropStagingRepositoryRequest(profile: Profile, repositoryId: String, description: String): Unit
- def sendPromoteStagingRepositoryRequest(profile: Profile, repositoryId: String, description: String): Unit
- val stagingRepoRetryParams: EmaRetryParams
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val verbosity: Int
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def waitForStatus(profileId: String, repositoryId: String, status: String, checkActivityOpt: Option[String], maxAttempt: Int, initialDelay: Duration, backoffFactor: Double, es: ScheduledExecutorService): Task[Unit]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated