final case class SonatypeApi(client: OkHttpClient, base: String, authentication: Option[Authentication], verbosity: Int, retryOnTimeout: Int = 3) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SonatypeApi
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SonatypeApi(client: OkHttpClient, base: String, authentication: Option[Authentication], verbosity: Int, retryOnTimeout: Int = 3)
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 base: String
- val client: OkHttpClient
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def createStagingRepository(profile: Profile, description: String): Task[String]
- def decodeListProfileRepositoriesResponse(json: Json): Either[Exception, Seq[Repository]]
- def decodeListProfilesResponse(json: Json): Either[Exception, Seq[Profile]]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lastActivity(repositoryId: String, action: String): Task[Option[Json]]
- def listProfileRepositories(profileIdOpt: Option[String]): Task[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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def rawCreateStagingRepository(profile: Profile, description: String): Task[Json]
- def rawListProfileRepositories(profileIdOpt: Option[String]): Task[Json]
- def rawListProfiles(): Task[Json]
- val retryOnTimeout: Int
- def sendCloseStagingRepositoryRequest(profile: Profile, repositoryId: String, description: String): Task[Unit]
- def sendDropStagingRepositoryRequest(profile: Profile, repositoryId: String, description: String): Task[Unit]
- def sendPromoteStagingRepositoryRequest(profile: Profile, repositoryId: String, description: String): Task[Unit]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val verbosity: Int
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def waitForStatus(profileId: String, repositoryId: String, status: String, maxAttempt: Int, initialDelay: Duration, backoffFactor: Double, es: ScheduledExecutorService): Task[Unit]