bintray

package bintray

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. bintray
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type AttrMap = Map[String, Iterable[Attr[_]]]

  2. case class BintrayCredentials(user: String, password: String) extends Product with Serializable

  3. case class BintrayIvyRepository(underlying: Repository, bty: Version, release: Boolean) extends AbstractRepository with DispatchHandlers with Product with Serializable

  4. case class BintrayIvyResolver(name: String, bty: Version, patterns: Seq[String], release: Boolean) extends URLResolver with Product with Serializable

  5. trait BintrayKeys extends AnyRef

  6. case class BintrayMavenRepository(underlying: Repository, bty: Package, release: Boolean) extends AbstractRepository with DispatchHandlers with Product with Serializable

  7. case class BintrayMavenResolver(name: String, rootURL: String, bty: Package, release: Boolean) extends IBiblioResolver with Product with Serializable

  8. case class BintrayRepo(credential: BintrayCredentials, org: Option[String], repoName: String) extends DispatchHandlers with Product with Serializable

  9. trait DispatchHandlers extends AnyRef

  10. case class EitherHttp[A, B](notFound: (Response) ⇒ A, exists: (Response) ⇒ B) extends (Response) ⇒ Either[A, B] with Product with Serializable

  11. trait InternalBintrayKeys extends AnyRef

Value Members

  1. object Bintray

  2. object BintrayCredentials extends Serializable

  3. object BintrayKeys extends BintrayKeys

  4. object BintrayPlugin extends AutoPlugin

  5. object InternalBintrayKeys extends InternalBintrayKeys

  6. object Prompt

Inherited from AnyRef

Inherited from Any

Ungrouped