net.adamcin.graniteit

UploadsBundles

trait UploadsBundles extends BaseMojo with HttpParameters

Trait defining common mojo parameters and methods for uploading OSGi bundles to the configured CQ server using POST or PUT HTTP methods

Since

0.8.0

Linear Supertypes
HttpParameters, BaseMojo, AbstractMojo, ContextEnabled, Mojo, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. UploadsBundles
  2. HttpParameters
  3. BaseMojo
  4. AbstractMojo
  5. ContextEnabled
  6. Mojo
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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. final val DEFAULT_BASE_URL: String("http://localhost:4502")

    Definition Classes
    HttpParameters
  7. final val DEFAULT_PASS: String("admin")

    Definition Classes
    HttpParameters
  8. final val DEFAULT_PROXY_HOST: String("localhost")

    Definition Classes
    HttpParameters
  9. final val DEFAULT_PROXY_PROTOCOL: String("http")

    Definition Classes
    HttpParameters
  10. final val DEFAULT_USER: String("admin")

    Definition Classes
    HttpParameters
  11. lazy val activeProxy: Option[ProxyServer]

    Definition Classes
    HttpParameters
  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. val baseUrl: String

    Server base URL (including context path, but without trailing slash)

    Server base URL (including context path, but without trailing slash)

    Definition Classes
    HttpParameters
  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. lazy val credentials: (String, String)

    Definition Classes
    HttpParameters
  16. final val defaultTestBundlePathPrefix: String("/system/console")

  17. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  19. def execute(): Unit

    Definition Classes
    BaseMojo → Mojo
  20. def expedite[T](req: Req, resp: Future[T]): (Req, T)

    Definition Classes
    HttpParameters
  21. val failOnError: Boolean

    Set to true to fail the build if an error occurs during upload

  22. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  23. def getBundleSymbolicName(file: File): Either[Throwable, String]

  24. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  25. def getLog(): Log

    Definition Classes
    AbstractMojo → Mojo
  26. def getPluginContext(): Map[_, _]

    Definition Classes
    AbstractMojo → ContextEnabled
  27. def getReqRespLogMessage(req: Req, resp: Response): String

    Definition Classes
    HttpParameters
  28. def getTestBundlePath(file: File): String

  29. def getTestBundleRepoPath(filename: String): String

  30. def handleError(message: Either[Throwable, List[String]], messages: List[String] = Nil): Either[Throwable, List[String]]

  31. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  32. implicit def implyDavVerbs(req: Req): DavReq

    Definition Classes
    HttpParameters
  33. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  34. def isSlingPostSuccess(req: Req, resp: Response): Boolean

    Definition Classes
    HttpParameters
  35. def isSuccess(req: Req, resp: Response): Boolean

    Definition Classes
    HttpParameters
  36. def mkdir(absPath: String): (Req, Response)

    Definition Classes
    HttpParameters
  37. def mkdirs(absPath: String): (Req, Response)

    Definition Classes
    HttpParameters
  38. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  39. val noProxy: Boolean

    Set to true to completely disable HTTP proxy connections for this plugin.

    Set to true to completely disable HTTP proxy connections for this plugin. Overrides any other HTTP proxy configuration

    Definition Classes
    HttpParameters
  40. final def notify(): Unit

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

    Definition Classes
    AnyRef
  42. def optDecrypt(password: String): String

    Definition Classes
    HttpParameters
  43. val password: String

    Password to use in connection credentials

    Password to use in connection credentials

    Definition Classes
    HttpParameters
  44. def postTestBundle(symbolicName: String, file: File): Either[Throwable, List[String]]

  45. lazy val proxyCredentials: (String, String)

    Definition Classes
    HttpParameters
  46. val proxyHost: String

    The HTTP Proxy hostname

    The HTTP Proxy hostname

    Definition Classes
    HttpParameters
  47. val proxyPassword: String

    The HTTP Proxy password

    The HTTP Proxy password

    Definition Classes
    HttpParameters
  48. val proxyPort: Int

    The HTTP Proxy port.

    The HTTP Proxy port. Set to -1 to use the default proxy port.

    Definition Classes
    HttpParameters
  49. val proxyProtocol: String

    The HTTP Proxy protocol

    The HTTP Proxy protocol

    Definition Classes
    HttpParameters
  50. val proxyServerId: String

    Server ID for proxy credentials defined in maven settings

    Server ID for proxy credentials defined in maven settings

    Definition Classes
    HttpParameters
  51. val proxySet: Boolean

    Set to true to override the proxy configuration in the user's Maven Settings with the associated mojo parameter alternatives

    Set to true to override the proxy configuration in the user's Maven Settings with the associated mojo parameter alternatives

    Definition Classes
    HttpParameters
  52. val proxyUsername: String

    The HTTP Proxy username

    The HTTP Proxy username

    Definition Classes
    HttpParameters
  53. def putBundleToPath(symbolicName: String, file: File, path: String): Either[Throwable, List[String]]

  54. def putTestBundle(symbolicName: String, file: File): Either[Throwable, List[String]]

    Puts the specified file to the configured test bundle install location

    Puts the specified file to the configured test bundle install location

    file

    file to put

    returns

    either log messages or a throwable

  55. var securityDispatcher: SecDispatcher

    Definition Classes
    HttpParameters
  56. val serverId: String

    Id of server defined in the maven settings to use for credentials

    Id of server defined in the maven settings to use for credentials

    Definition Classes
    HttpParameters
  57. var session: MavenSession

    Definition Classes
    BaseMojo
  58. def setLog(arg0: Log): Unit

    Definition Classes
    AbstractMojo → Mojo
  59. def setPluginContext(arg0: Map[_, _]): Unit

    Definition Classes
    AbstractMojo → ContextEnabled
  60. var settings: Settings

    Definition Classes
    BaseMojo
  61. var skipMkdirs: Boolean

    Set to true to skip the use of the MKCOL WebDAV method for the creation ancestor JCR paths

    Set to true to skip the use of the MKCOL WebDAV method for the creation ancestor JCR paths

    Definition Classes
    HttpParameters
  62. def skipOrExecute(skip: Boolean)(body: ⇒ Unit): Unit

    Definition Classes
    BaseMojo
  63. val startLevel: Int

    Specify the OSGi start level of the bundle

  64. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  65. var testBundlePathPrefix: String

    Set the request path prefix under which test bundles will be installed (an "/install/" segment will be appended to this value and if usePut is set to true then the start level will be appended to that.

  66. def toString(): String

    Definition Classes
    AnyRef → Any
  67. def uploadTestBundle(file: File): Either[Throwable, List[String]]

  68. def urlForPath(absPath: String): Req

    Definition Classes
    HttpParameters
  69. val usePut: Boolean

    Use a PUT request instead of a POST request

  70. val username: String

    Specify the CQ username associated with package creation and installation

    Specify the CQ username associated with package creation and installation

    Definition Classes
    HttpParameters
  71. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  74. final def waitForResponse[T](nTrys: Int)(implicit until: Long, requestFunction: () ⇒ (Request, AsyncHandler[T]), contentChecker: (Future[T]) ⇒ Future[Boolean]): Boolean

    Definition Classes
    HttpParameters
    Annotations
    @tailrec()

Inherited from HttpParameters

Inherited from BaseMojo

Inherited from AbstractMojo

Inherited from ContextEnabled

Inherited from Mojo

Inherited from AnyRef

Inherited from Any

Ungrouped