bintray

BintrayIvyRepository

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

Linear Supertypes
Serializable, Serializable, Product, Equals, DispatchHandlers, AbstractRepository, Repository, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BintrayIvyRepository
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. DispatchHandlers
  7. AbstractRepository
  8. Repository
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BintrayIvyRepository(underlying: Repository, bty: Version, release: Boolean)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def addTransferListener(arg0: TransferListener): Unit

    Definition Classes
    AbstractRepository → Repository
  7. def asCreated: FunctionHandler[Boolean]

    Definition Classes
    DispatchHandlers
  8. def asFound: FunctionHandler[Boolean]

    Definition Classes
    DispatchHandlers
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def asStatusAndBody: FunctionHandler[(Int, String)]

    Definition Classes
    DispatchHandlers
  11. val bty: Version

  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def fireTransferCompleted(arg0: Long): Unit

    Attributes
    protected[org.apache.ivy.plugins.repository]
    Definition Classes
    AbstractRepository
  16. def fireTransferCompleted(): Unit

    Attributes
    protected[org.apache.ivy.plugins.repository]
    Definition Classes
    AbstractRepository
  17. def fireTransferError(arg0: Exception): Unit

    Attributes
    protected[org.apache.ivy.plugins.repository]
    Definition Classes
    AbstractRepository
  18. def fireTransferError(): Unit

    Attributes
    protected[org.apache.ivy.plugins.repository]
    Definition Classes
    AbstractRepository
  19. def fireTransferEvent(arg0: TransferEvent): Unit

    Attributes
    protected[org.apache.ivy.plugins.repository]
    Definition Classes
    AbstractRepository
  20. def fireTransferInitiated(arg0: Resource, arg1: Int): Unit

    Attributes
    protected[org.apache.ivy.plugins.repository]
    Definition Classes
    AbstractRepository
  21. def fireTransferProgress(arg0: Long): Unit

    Attributes
    protected[org.apache.ivy.plugins.repository]
    Definition Classes
    AbstractRepository
  22. def fireTransferStarted(arg0: Long): Unit

    Attributes
    protected[org.apache.ivy.plugins.repository]
    Definition Classes
    AbstractRepository
  23. def fireTransferStarted(): Unit

    Attributes
    protected[org.apache.ivy.plugins.repository]
    Definition Classes
    AbstractRepository
  24. def get(src: String, dest: File): Unit

    Definition Classes
    BintrayIvyRepository → Repository
  25. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  26. def getFileSeparator(): String

    Definition Classes
    AbstractRepository → Repository
  27. def getName(): String

    Definition Classes
    AbstractRepository → Repository
  28. def getResource(src: String): Resource

    Definition Classes
    BintrayIvyRepository → Repository
  29. def hasTransferListener(arg0: TransferListener): Boolean

    Definition Classes
    AbstractRepository → Repository
  30. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  31. def list(parent: String): List[_]

    Definition Classes
    BintrayIvyRepository → Repository
  32. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  33. final def notify(): Unit

    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  35. def put(artifact: Artifact, src: File, dest: String, overwrite: Boolean): Unit

    Definition Classes
    BintrayIvyRepository → AbstractRepository → Repository
  36. def put(arg0: File, arg1: String, arg2: Boolean): Unit

    Attributes
    protected[org.apache.ivy.plugins.repository]
    Definition Classes
    AbstractRepository
    Annotations
    @throws( classOf[java.io.IOException] )
  37. val release: Boolean

  38. def removeTransferListener(arg0: TransferListener): Unit

    Definition Classes
    AbstractRepository → Repository
  39. def setName(arg0: String): Unit

    Definition Classes
    AbstractRepository
  40. def standardize(arg0: String): String

    Definition Classes
    AbstractRepository → Repository
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  42. def toString(): String

    Definition Classes
    AbstractRepository → AnyRef → Any
  43. val underlying: Repository

  44. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from DispatchHandlers

Inherited from AbstractRepository

Inherited from Repository

Inherited from AnyRef

Inherited from Any

Ungrouped