DOC

com.cloudbees.sdk : bees-boot2-assembly

Maven & Gradle

Oct 10, 2013
1 usages

CloudBees SDK 2nd stage bootloader packaging · This module creates two things: (1) a text file that contains a list of GAV coordinates needed for the 2nd stage boot loader (2) jar files mentioned above, in the Maven repository directory layout. Using Maven repository directory layout, as opposed to more simpler "flat directory with full of jars", allow us to share the jar files between fallback bees-driver dependencies and boot2, which saves disk space a lot. We do this in a separate module outside boot2, so that the list includes the bees-boot2 jar itself.

Table Of Contents

Latest Version

Download com.cloudbees.sdk : bees-boot2-assembly Javadoc & API Documentation - Latest Versions:

All Versions

Download com.cloudbees.sdk : bees-boot2-assembly Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.5.x

How to open Javadoc JAR file in web browser

  1. Rename the file bees-boot2-assembly-1.5.2-javadoc.jar to bees-boot2-assembly-1.5.2-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder bees-boot2-assembly-1.5.2-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "bees-boot2-assembly-1.5.2-sources.jar" -d "bees-boot2-assembly-1.5.2-javadoc" -subpackages