Obsolete: Starting with CloudCaptain 1.37.0 the Gradle plugin is no longer available. These docs are here for historical reference only. Users of the Gradle plugin are encouraged to migrate to the CloudCaptain Command-line Client.

versions

boxfuseInventory

Lists all versions of a specific Component available in the CloudCaptain Inventory.

Usage: gradle boxfuseInventory -Dcloudcaptain.shponent=component

> gradle boxfuseInventory -Dcloudcaptain.shponent=tomcat

Available tomcat versions
-------------------------
8.0.9
8.0.8
7.0.55
7.0.53
7.0.47
7.0.42

Class name

com.boxfuse.client.gradle.task.InventoryTask

Properties

Plugin Parameter Gradle/System property Default Description
user boxfuse.user Required - Your CloudCaptain Client user. Also configurable via the BOXFUSE_USER environment variable
secret boxfuse.secret Required - Your CloudCaptain Client secret. Also configurable via the BOXFUSE_SECRET environment variable
component cloudcaptain.shponent The Component to get the versions for

Sample Configuration

boxfuse {
    user='1234567890abcdef1234567890abcdef12345678'
    secret='ABCDEFGHIJKL1234567abcdefghijklmnopqrstu'
    component='tomcat'
}

VirtualBox