Packages

o

app.k8ty.sbt.gitlab.K8tyGitlabPlugin

K8tyGitlabCIURLHandler$

object K8tyGitlabCIURLHandler$ extends K8tyGitlabURLHandler

Linear Supertypes
K8tyGitlabURLHandler, GigahorseUrlHandler, AbstractURLHandler, URLHandler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. K8tyGitlabCIURLHandler$
  2. K8tyGitlabURLHandler
  3. GigahorseUrlHandler
  4. AbstractURLHandler
  5. URLHandler
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def download(url: URL, dest: File, l: CopyProgressListener): Unit
    Definition Classes
    GigahorseUrlHandler → URLHandler
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def getContentLength(arg0: URL, arg1: Int): Long
    Definition Classes
    AbstractURLHandler → URLHandler
  12. def getContentLength(arg0: URL): Long
    Definition Classes
    AbstractURLHandler → URLHandler
  13. def getDecodingInputStream(arg0: String, arg1: InputStream): InputStream
    Attributes
    protected[url]
    Definition Classes
    AbstractURLHandler
    Annotations
    @throws( classOf[java.io.IOException] )
  14. def getLastModified(arg0: URL, arg1: Int): Long
    Definition Classes
    AbstractURLHandler → URLHandler
  15. def getLastModified(arg0: URL): Long
    Definition Classes
    AbstractURLHandler → URLHandler
  16. def getRequestMethod(): Int
    Definition Classes
    AbstractURLHandler
  17. def getURLInfo(url0: URL, timeout: Int): URLInfo
    Definition Classes
    GigahorseUrlHandler → URLHandler
  18. def getURLInfo(url: URL): URLInfo
    Definition Classes
    GigahorseUrlHandler → URLHandler
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. lazy val headerName: String
  21. lazy val headerVal: String
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def isReachable(arg0: URL, arg1: Int): Boolean
    Definition Classes
    AbstractURLHandler → URLHandler
  24. def isReachable(arg0: URL): Boolean
    Definition Classes
    AbstractURLHandler → URLHandler
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def normalizeToString(arg0: URL): String
    Attributes
    protected[url]
    Definition Classes
    AbstractURLHandler
    Annotations
    @throws( classOf[java.io.IOException] )
  27. def normalizeToURL(arg0: URL): URL
    Attributes
    protected[url]
    Definition Classes
    AbstractURLHandler
    Annotations
    @throws( classOf[java.io.IOException] )
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def openStream(url: URL): InputStream
    Definition Classes
    GigahorseUrlHandler → URLHandler
  31. def setRequestMethod(arg0: Int): Unit
    Definition Classes
    AbstractURLHandler → URLHandler
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. def upload(source: sbt.File, dest0: sbt.URL, l: CopyProgressListener): Unit
    Definition Classes
    K8tyGitlabURLHandler → GigahorseUrlHandler → URLHandler
  35. def validatePutStatusCode(arg0: URL, arg1: Int, arg2: String): Unit
    Attributes
    protected[url]
    Definition Classes
    AbstractURLHandler
    Annotations
    @throws( classOf[java.io.IOException] )
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from K8tyGitlabURLHandler

Inherited from GigahorseUrlHandler

Inherited from AbstractURLHandler

Inherited from URLHandler

Inherited from AnyRef

Inherited from Any

Ungrouped