Uses of Class
com.myjeeva.digitalocean.pojo.Droplet
Packages that use Droplet
Package
Description
-
Uses of Droplet in com.dubture.jenkins.digitalocean
Methods in com.dubture.jenkins.digitalocean that return DropletMethod parameters in com.dubture.jenkins.digitalocean with type arguments of type DropletModifier and TypeMethodDescriptionbooleanSlaveTemplate.isInstanceCapReachedRemote(List<Droplet> droplets, String cloudName) SlaveTemplate.provision(org.jenkinsci.plugins.cloudstats.ProvisioningActivity.Id provisioningId, String dropletName, String cloudName, String authToken, String privateKey, Integer sshKeyId, List<Droplet> droplets, Boolean usePrivateNetworking) -
Uses of Droplet in com.myjeeva.digitalocean
Methods in com.myjeeva.digitalocean that return DropletModifier and TypeMethodDescriptionDigitalOcean.createDroplet(Droplet droplet) Method allows you to create a new droplet.DigitalOcean.getDropletInfo(Integer dropletId) Method returns complete information for given droplet IDMethods in com.myjeeva.digitalocean with parameters of type DropletModifier and TypeMethodDescriptionDigitalOcean.createDroplet(Droplet droplet) Method allows you to create a new droplet.DigitalOcean.createDroplets(Droplet droplet) Method allows you to create multiple droplets simultaneously. -
Uses of Droplet in com.myjeeva.digitalocean.impl
Methods in com.myjeeva.digitalocean.impl that return DropletModifier and TypeMethodDescriptionDigitalOceanClient.createDroplet(Droplet droplet) DigitalOceanClient.getDropletInfo(Integer dropletId) Methods in com.myjeeva.digitalocean.impl with parameters of type DropletModifier and TypeMethodDescriptionDigitalOceanClient.createDroplet(Droplet droplet) DigitalOceanClient.createDroplets(Droplet droplet) -
Uses of Droplet in com.myjeeva.digitalocean.pojo
Methods in com.myjeeva.digitalocean.pojo that return DropletMethods in com.myjeeva.digitalocean.pojo that return types with arguments of type DropletMethods in com.myjeeva.digitalocean.pojo with parameters of type DropletMethod parameters in com.myjeeva.digitalocean.pojo with type arguments of type DropletModifier and TypeMethodDescriptionvoidDroplets.setDroplets(List<Droplet> droplets) voidNeighbors.setNeighbors(List<Droplet> neighbors) -
Uses of Droplet in com.myjeeva.digitalocean.serializer
Methods in com.myjeeva.digitalocean.serializer with parameters of type Droplet