Package com.dubture.jenkins.digitalocean
package com.dubture.jenkins.digitalocean
-
ClassesClassDescriptionVarious utility methods that make it easier to obtain full lists of properties from Digital Ocean.The
DigitalOceanCloudcontains the main configuration values for running slaves on DigitalOcean, e.g.AComputerimplementation for DigitalOcean.TheDigitalOceanComputerLauncheris responsible for: Connecting to a agent via SSH Installing Java and the Jenkins agent to the agentTheRetentionStrategyis mainly used to determine when an idleDropletcan be destroyed.TheSlaveis responsible for Creating a DigitalOceanDigitalOceanComputerDestroying theDropletif it's not needed anymore.ASlaveTemplaterepresents the configuration values for creating a new agent via a DigitalOcean droplet.