Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- Account - Class in com.myjeeva.digitalocean.pojo
-
Represents Account attributes
- Account() - Constructor for class com.myjeeva.digitalocean.pojo.Account
- Action - Class in com.myjeeva.digitalocean.pojo
-
Represents Action attributes
- Action() - Constructor for class com.myjeeva.digitalocean.pojo.Action
- Actions - Class in com.myjeeva.digitalocean.pojo
-
Represents Actions attributes
- Actions() - Constructor for class com.myjeeva.digitalocean.pojo.Actions
- ACTIONS_VOLUME - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- ACTIONS_VOLUME_BY_NAME - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- ActionStatus - Enum Class in com.myjeeva.digitalocean.common
-
Enumeration of DigitalOcean Action Status
- ActionType - Enum Class in com.myjeeva.digitalocean.common
-
Enumeration of DigitalOcean Droplet & Image Action Type
- ACTIVE - Enum constant in enum class com.myjeeva.digitalocean.common.DropletStatus
- ACTIVE - Enum constant in enum class com.myjeeva.digitalocean.common.LoadBalancerStatus
- ADD_DROPLET_TO_FIREWALL - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- ADD_DROPLET_TO_LOAD_BALANCER - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- ADD_FORWARDING_RULES_TO_LOAD_BALANCER - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- addDropletsToFirewall(String, List<Integer>) - Method in interface com.myjeeva.digitalocean.DigitalOcean
- addDropletsToFirewall(String, List<Integer>) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- addDropletsToLoadBalancer(String, List<Integer>) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method allows you to assign a Droplet to a Load Balancer instance.
- addDropletsToLoadBalancer(String, List<Integer>) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- addForwardingRulesToLoadBalancer(String, List<ForwardingRules>) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method allows you to add an additional forwarding rule to a Load Balancer instance.
- addForwardingRulesToLoadBalancer(String, List<ForwardingRules>) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- ALL - Enum constant in enum class com.dubture.jenkins.digitalocean.ImageFilters.ImageFilterPrivate
- ALL - Enum constant in enum class com.dubture.jenkins.digitalocean.ImageFilters.ImageFilterType
- ALL_DROPLET_NEIGHBORS - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- ALL_DROPLET_SNAPSHOTS - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- ALL_VOLUME_SNAPSHOTS - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- ApiAction - Enum Class in com.myjeeva.digitalocean.common
-
Enumeration of DigitalOcean RESTful resource information.
- apiHost - Variable in class com.myjeeva.digitalocean.impl.DigitalOceanClient
-
DigitalOcean API Host is
api.digitalocean.com - ApiRequest - Class in com.myjeeva.digitalocean.impl
-
Represents DigitalOcean API Request details
- ApiRequest() - Constructor for class com.myjeeva.digitalocean.impl.ApiRequest
-
Default Constructor
- ApiRequest(ApiAction) - Constructor for class com.myjeeva.digitalocean.impl.ApiRequest
-
Constructor
- ApiRequest(ApiAction, Integer, Integer) - Constructor for class com.myjeeva.digitalocean.impl.ApiRequest
-
Constructor
- ApiRequest(ApiAction, Integer, Map<String, String>, Integer) - Constructor for class com.myjeeva.digitalocean.impl.ApiRequest
-
Constructor
- ApiRequest(ApiAction, Object) - Constructor for class com.myjeeva.digitalocean.impl.ApiRequest
-
Constructor
- ApiRequest(ApiAction, Object[]) - Constructor for class com.myjeeva.digitalocean.impl.ApiRequest
-
Constructor
- ApiRequest(ApiAction, Object[], Integer, Integer) - Constructor for class com.myjeeva.digitalocean.impl.ApiRequest
-
Constructor
- ApiRequest(ApiAction, Object, Object[]) - Constructor for class com.myjeeva.digitalocean.impl.ApiRequest
-
Constructor
- ApiRequest(ApiAction, Object, Object[], Integer, Map<String, String>, Integer) - Constructor for class com.myjeeva.digitalocean.impl.ApiRequest
-
Constructor
- ApiResponse - Class in com.myjeeva.digitalocean.impl
-
Represents DigitalOcean API Response details
- ApiResponse() - Constructor for class com.myjeeva.digitalocean.impl.ApiResponse
-
Default Constructor
- ApiResponse(ApiAction, boolean) - Constructor for class com.myjeeva.digitalocean.impl.ApiResponse
-
Constructor
- ApiResponse(ApiAction, Object, boolean) - Constructor for class com.myjeeva.digitalocean.impl.ApiResponse
-
Constructor
- apiVersion - Variable in class com.myjeeva.digitalocean.impl.DigitalOceanClient
-
DigitalOcean API version.
- APPLICATION - Enum constant in enum class com.dubture.jenkins.digitalocean.ImageFilters.ImageFilterType
- APPLICATION - Enum constant in enum class com.myjeeva.digitalocean.common.ActionType
- ARCHIVE - Enum constant in enum class com.myjeeva.digitalocean.common.DropletStatus
- ASSIGN_FLOATING_IP - Enum constant in enum class com.myjeeva.digitalocean.common.ActionType
- ASSIGN_FLOATING_IP - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- assignFloatingIP(Integer, String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method will assign Floating IP to a Droplet.
- assignFloatingIP(Integer, String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- ATTACH - Enum constant in enum class com.myjeeva.digitalocean.common.ActionType
- attachVolume(Integer, String, String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method attaches the given volume into droplet by identifier
- attachVolume(Integer, String, String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- attachVolumeByName(Integer, String, String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method attaches the given volume into droplet by name
- attachVolumeByName(Integer, String, String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- authToken - Variable in class com.myjeeva.digitalocean.impl.DigitalOceanClient
-
OAuth Authorization Token for Accessing DigitalOcean API
- AVAILABLE - Enum constant in enum class com.myjeeva.digitalocean.common.ImageStatus
- AVAILABLE_ACTIONS - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- AVAILABLE_CERTIFICATES - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- AVAILABLE_DOMAINS - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- AVAILABLE_DROPLETS - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- AVAILABLE_FIREWALLS - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- AVAILABLE_IMAGES - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- AVAILABLE_KEYS - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- AVAILABLE_LOAD_BALANCERS - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- AVAILABLE_REGIONS - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- AVAILABLE_SIZES - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- AVAILABLE_SNAPSHOTS - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- AVAILABLE_TAGS - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- AVAILABLE_VOLUMES - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
B
- BACKEND - Enum constant in enum class com.myjeeva.digitalocean.common.ResourceType
- Backup - Class in com.myjeeva.digitalocean.pojo
-
Represents backup attributes of Droplet
- Backup() - Constructor for class com.myjeeva.digitalocean.pojo.Backup
- BACKUP - Enum constant in enum class com.myjeeva.digitalocean.common.ActionType
- BACKUP - Enum constant in enum class com.myjeeva.digitalocean.common.ImageType
- Backups - Class in com.myjeeva.digitalocean.pojo
-
Represents Backups attributes
- Backups() - Constructor for class com.myjeeva.digitalocean.pojo.Backups
- Base - Class in com.myjeeva.digitalocean.pojo
-
Represents Meta and Links attributes in Base class
- Base() - Constructor for class com.myjeeva.digitalocean.pojo.Base
C
- CaaTagType - Enum Class in com.myjeeva.digitalocean.common
-
Enumeration of DigitalOcean CAA Tag Types.
- callback(DigitalOceanCloud, UnmarshallingContext) - Method in class com.dubture.jenkins.digitalocean.DigitalOceanCloud.ConverterImpl
- canConvert(Class) - Method in class com.dubture.jenkins.digitalocean.DigitalOceanCloud.ConverterImpl
- canProvision(Label) - Method in class com.dubture.jenkins.digitalocean.DigitalOceanCloud
- Certificate - Class in com.myjeeva.digitalocean.pojo
-
Represents Certificate attributes
- Certificate() - Constructor for class com.myjeeva.digitalocean.pojo.Certificate
-
Default Constructor.
- Certificate(String, String, String, String) - Constructor for class com.myjeeva.digitalocean.pojo.Certificate
-
Constructor for new certificate create request.
- Certificate(String, String, List<String>) - Constructor for class com.myjeeva.digitalocean.pojo.Certificate
-
Constructor for new Let's Encrypt certificate create request.
- Certificates - Class in com.myjeeva.digitalocean.pojo
-
Represents Certificates attributes
- Certificates() - Constructor for class com.myjeeva.digitalocean.pojo.Certificates
- CertificateState - Enum Class in com.myjeeva.digitalocean.common
-
Enumeration of DigitalOcean Certificate states.
- CHANGE_DROPLET_KERNEL - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- CHANGE_KERNEL - Enum constant in enum class com.myjeeva.digitalocean.common.ActionType
- changeDropletKernel(Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method changes a OS kernel for given droplet
- changeDropletKernel(Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- checkCycle() - Method in class com.dubture.jenkins.digitalocean.RetentionStrategy
- com.dubture.jenkins.digitalocean - package com.dubture.jenkins.digitalocean
- com.myjeeva.digitalocean - package com.myjeeva.digitalocean
- com.myjeeva.digitalocean.common - package com.myjeeva.digitalocean.common
- com.myjeeva.digitalocean.exception - package com.myjeeva.digitalocean.exception
- com.myjeeva.digitalocean.http.client.methods - package com.myjeeva.digitalocean.http.client.methods
- com.myjeeva.digitalocean.impl - package com.myjeeva.digitalocean.impl
- com.myjeeva.digitalocean.pojo - package com.myjeeva.digitalocean.pojo
- com.myjeeva.digitalocean.serializer - package com.myjeeva.digitalocean.serializer
- COMPLETED - Enum constant in enum class com.myjeeva.digitalocean.common.ActionStatus
- Constants - Interface in com.myjeeva.digitalocean.common
-
DigitalOcean API client Constants
- CONVERT - Enum constant in enum class com.myjeeva.digitalocean.common.ActionType
- CONVERT_IMAGE - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- CONVERT_TO_SNAPSHOT - Enum constant in enum class com.myjeeva.digitalocean.common.ActionType
- ConverterImpl(XStream2) - Constructor for class com.dubture.jenkins.digitalocean.DigitalOceanCloud.ConverterImpl
- convertImage(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method allows you to convert image into snapshot
- convertImage(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- Cookies - Enum constant in enum class com.myjeeva.digitalocean.common.StickySessionType
- CREATE - Enum constant in enum class com.myjeeva.digitalocean.common.ActionType
- CREATE_CERTIFICATE - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- CREATE_CUSTOM_IMAGE - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- CREATE_DOMAIN - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- CREATE_DOMAIN_RECORD - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- CREATE_DROPLET - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- CREATE_DROPLETS - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- CREATE_FIREWALL - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- CREATE_FLOATING_IP - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- CREATE_KEY - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- CREATE_LOAD_BALANCER - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- CREATE_PROJECT - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- CREATE_TAG - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- CREATE_VOLUME - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- createCertificate(Certificate) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method allows you to create a new certificate.
- createCertificate(Certificate) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- createComputer() - Method in class com.dubture.jenkins.digitalocean.Slave
-
Override to create a DigitalOcean
DigitalOceanComputer - createCustomImage(Image) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method creates the custom image.
- createCustomImage(Image) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- createDomain(Domain) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method creates a new domain name with an A record for the specified [ip_address].
- createDomain(Domain) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- createDomainRecord(String, DomainRecord) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method creates a new domain record name with an given domain record values
- createDomainRecord(String, DomainRecord) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- createDroplet(Droplet) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method allows you to create a new droplet.
- createDroplet(Droplet) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- createDroplets(Droplet) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method allows you to create multiple droplets simultaneously.
- createDroplets(Droplet) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- createFirewall(Firewall) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method allows you to add a new firewall to restrict network access to and from a Droplet.
- createFirewall(Firewall) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- createFloatingIP(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method creates a new Floating IP and assigns to the Droplet.
- createFloatingIP(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- createFloatingIP(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method creates a new Floating IP and its reserved to a Region
- createFloatingIP(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- createKey(Key) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method allows you to add a new public SSH key to your account
- createKey(Key) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- createLetsEncryptCertificate(Certificate) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method allows you to create a new Let's Encrypt certificate.
- createLetsEncryptCertificate(Certificate) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- createLoadBalancer(LoadBalancer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method allows you to add a new load balancer to distribute traffic across multiple Droplets.
- createLoadBalancer(LoadBalancer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- createProject(Project) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method allows you to create a new project.
- createProject(Project) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- createTag(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method will create a Tag on DigitalOcean aacount.
- createTag(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- createVolume(Volume) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method creates new volume with given details
- createVolume(Volume) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- CUSTOM - Enum constant in enum class com.myjeeva.digitalocean.common.ImageType
-
#89 - https://developers.digitalocean.com/documentation/changelog/api-v2/support-for-custom-images-and-image-tagging/
- CustomHttpDelete - Class in com.myjeeva.digitalocean.http.client.methods
-
Custom delete HTTP client method with Payload support.
- CustomHttpDelete(String) - Constructor for class com.myjeeva.digitalocean.http.client.methods.CustomHttpDelete
- CustomHttpDelete(URI) - Constructor for class com.myjeeva.digitalocean.http.client.methods.CustomHttpDelete
D
- DATE_FORMAT - Static variable in interface com.myjeeva.digitalocean.common.Constants
- DEFAULT_PAGE_SIZE - Static variable in interface com.myjeeva.digitalocean.common.Constants
- Delete - Class in com.myjeeva.digitalocean.pojo
-
Represents HTTP Method - DELETE response handling
- Delete() - Constructor for class com.myjeeva.digitalocean.pojo.Delete
-
Default Constructor
- Delete(Boolean) - Constructor for class com.myjeeva.digitalocean.pojo.Delete
-
Parameterized Constructor
- DELETE - Enum constant in enum class com.myjeeva.digitalocean.common.RequestMethod
- DELETE_CERTIFICATE - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- DELETE_DOMAIN - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- DELETE_DOMAIN_RECORD - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- DELETE_DROPLET - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- DELETE_DROPLET_BY_TAG_NAME - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- DELETE_FIREWALL - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- DELETE_FLOATING_IP - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- DELETE_IMAGE - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- DELETE_KEY - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- DELETE_LOAD_BALANCER - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- DELETE_PROJECT - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- DELETE_SNAPSHOT - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- DELETE_TAG - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- DELETE_VOLUME - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- DELETE_VOLUME_BY_NAME - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- deleteCertificate(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method allows you to delete a Certificate by Id from your account.
- deleteCertificate(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- DELETED - Enum constant in enum class com.myjeeva.digitalocean.common.ImageStatus
- deleteDomain(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method deletes the specified domain from DNS control panel
- deleteDomain(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- deleteDomainRecord(String, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method deletes the specified domain record from domain.
- deleteDomainRecord(String, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- deleteDroplet(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method destroys one of your droplet; this is irreversible.
- deleteDroplet(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- deleteDropletByTagName(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method destroys one or more of your droplet by given tag name; this is irreversible.
- deleteDropletByTagName(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- deleteFirewall(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method allows you to delete a Firewall instance, disassociating any Droplets assigned to it and removing it from your account.
- deleteFirewall(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- deleteFloatingIP(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method deletes the Floating IP and removes it from your account.
- deleteFloatingIP(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- deleteImage(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method allows you to deletes an image.
- deleteImage(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- deleteKey(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method will delete the SSH key from your account.
- deleteKey(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- deleteKey(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method will delete the SSH key from your account.
- deleteKey(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- deleteLoadBalancer(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method allows you to delete a Load Balancer instance, disassociating any Droplets assigned to it and removing it from your account.
- deleteLoadBalancer(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- deleteProject(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
- deleteProject(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- deleteSnapshot(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method deletes snapshot by id
- deleteSnapshot(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- deleteTag(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method deletes the existing Tag from DigitalOcean account.
- deleteTag(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- deleteVolume(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method deletes volume by identifier
- deleteVolume(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- deleteVolume(String, String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method deletes volume by name and region slug
- deleteVolume(String, String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- DescriptorImpl() - Constructor for class com.dubture.jenkins.digitalocean.DigitalOceanCloud.DescriptorImpl
- DescriptorImpl() - Constructor for class com.dubture.jenkins.digitalocean.Slave.DescriptorImpl
- DescriptorImpl() - Constructor for class com.dubture.jenkins.digitalocean.SlaveTemplate.DescriptorImpl
- Destinations - Class in com.myjeeva.digitalocean.pojo
-
Represents Destinations for OutboundRules used by Firewalls
- Destinations() - Constructor for class com.myjeeva.digitalocean.pojo.Destinations
- DETACH - Enum constant in enum class com.myjeeva.digitalocean.common.ActionType
- detachVolume(Integer, String, String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method detaches volume from the droplet by identifier
- detachVolume(Integer, String, String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- detachVolumeByName(Integer, String, String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method detaches volume from the droplet by volume name
- detachVolumeByName(Integer, String, String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- DEVELOPMENT - Enum constant in enum class com.myjeeva.digitalocean.common.Environment
- DigitalOcean - Class in com.dubture.jenkins.digitalocean
-
Various utility methods that make it easier to obtain full lists of properties from Digital Ocean.
- DigitalOcean - Interface in com.myjeeva.digitalocean
-
DigitalOcean API client in Java
- DigitalOcean.ImageBy - Enum Class in com.dubture.jenkins.digitalocean
- DigitalOceanClient - Class in com.myjeeva.digitalocean.impl
-
DigitalOcean API client wrapper methods Implementation
- DigitalOceanClient(String) - Constructor for class com.myjeeva.digitalocean.impl.DigitalOceanClient
-
DigitalOcean Client Constructor
- DigitalOceanClient(String, String) - Constructor for class com.myjeeva.digitalocean.impl.DigitalOceanClient
-
DigitalOcean Client Constructor
- DigitalOceanClient(String, String, CloseableHttpClient) - Constructor for class com.myjeeva.digitalocean.impl.DigitalOceanClient
-
DigitalOcean Client Constructor
- DigitalOceanCloud - Class in com.dubture.jenkins.digitalocean
-
The
DigitalOceanCloudcontains the main configuration values for running slaves on DigitalOcean, e.g. - DigitalOceanCloud(String, String, String, Boolean, String, String, List<? extends SlaveTemplate>) - Constructor for class com.dubture.jenkins.digitalocean.DigitalOceanCloud
-
Constructor parameters are injected via jelly in the jenkins global configuration
- DigitalOceanCloud(String, String, String, String, String, Boolean, String, String, List<? extends SlaveTemplate>) - Constructor for class com.dubture.jenkins.digitalocean.DigitalOceanCloud
-
Deprecated.
- DigitalOceanCloud.ConverterImpl - Class in com.dubture.jenkins.digitalocean
- DigitalOceanCloud.DescriptorImpl - Class in com.dubture.jenkins.digitalocean
- DigitalOceanComputer - Class in com.dubture.jenkins.digitalocean
-
A
Computerimplementation for DigitalOcean. - DigitalOceanComputer(Slave) - Constructor for class com.dubture.jenkins.digitalocean.DigitalOceanComputer
- DigitalOceanComputerLauncher - Class in com.dubture.jenkins.digitalocean
-
The
DigitalOceanComputerLauncheris responsible for: Connecting to a agent via SSH Installing Java and the Jenkins agent to the agent - DigitalOceanComputerLauncher() - Constructor for class com.dubture.jenkins.digitalocean.DigitalOceanComputerLauncher
- DigitalOceanException - Exception Class in com.myjeeva.digitalocean.exception
-
DigitalOceanExceptionwill be thrown, when request had interruption [HTTP status code >= 400 && < 510] DigitalOcean API - DigitalOceanException(String) - Constructor for exception class com.myjeeva.digitalocean.exception.DigitalOceanException
- DigitalOceanException(String, String, int) - Constructor for exception class com.myjeeva.digitalocean.exception.DigitalOceanException
- DigitalOceanException(String, Throwable) - Constructor for exception class com.myjeeva.digitalocean.exception.DigitalOceanException
- DISABLE_BACKUPS - Enum constant in enum class com.myjeeva.digitalocean.common.ActionType
- DISABLE_DROPLET_BACKUPS - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- disableDropletBackups(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method disables automatic backups from running to backup your droplet's data.
- disableDropletBackups(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- DISTRIBUTION - Enum constant in enum class com.dubture.jenkins.digitalocean.ImageFilters.ImageFilterType
- DISTRIBUTION - Enum constant in enum class com.myjeeva.digitalocean.common.ActionType
- doCheckAuthToken(String) - Static method in class com.dubture.jenkins.digitalocean.DigitalOceanCloud.DescriptorImpl
- doCheckIdleTerminationInMinutes(String) - Method in class com.dubture.jenkins.digitalocean.SlaveTemplate.DescriptorImpl
- doCheckImageId(String) - Method in class com.dubture.jenkins.digitalocean.SlaveTemplate.DescriptorImpl
- doCheckInstanceCap(String) - Method in class com.dubture.jenkins.digitalocean.DigitalOceanCloud.DescriptorImpl
- doCheckInstanceCap(String) - Method in class com.dubture.jenkins.digitalocean.SlaveTemplate.DescriptorImpl
- doCheckName(String) - Method in class com.dubture.jenkins.digitalocean.DigitalOceanCloud.DescriptorImpl
- doCheckName(String) - Method in class com.dubture.jenkins.digitalocean.SlaveTemplate.DescriptorImpl
- doCheckNumExecutors(String) - Method in class com.dubture.jenkins.digitalocean.SlaveTemplate.DescriptorImpl
- doCheckPrivateKey(String) - Method in class com.dubture.jenkins.digitalocean.DigitalOceanCloud.DescriptorImpl
- doCheckRegionId(String) - Method in class com.dubture.jenkins.digitalocean.SlaveTemplate.DescriptorImpl
- doCheckSizeId(String) - Method in class com.dubture.jenkins.digitalocean.SlaveTemplate.DescriptorImpl
- doCheckSshKeyId(String) - Method in class com.dubture.jenkins.digitalocean.DigitalOceanCloud.DescriptorImpl
- doCheckSshPort(String) - Method in class com.dubture.jenkins.digitalocean.SlaveTemplate.DescriptorImpl
- doCheckUsername(String) - Method in class com.dubture.jenkins.digitalocean.SlaveTemplate.DescriptorImpl
- doCheckWorkspacePath(String) - Method in class com.dubture.jenkins.digitalocean.SlaveTemplate.DescriptorImpl
- doFillAuthTokenCredentialIdItems(String) - Method in class com.dubture.jenkins.digitalocean.DigitalOceanCloud.DescriptorImpl
- doFillImageIdItems(String, ImageFilters.ImageFilterType, ImageFilters.ImageFilterPrivate, DigitalOcean.ImageBy) - Method in class com.dubture.jenkins.digitalocean.SlaveTemplate.DescriptorImpl
- doFillPrivateKeyCredentialIdItems(String) - Method in class com.dubture.jenkins.digitalocean.DigitalOceanCloud.DescriptorImpl
- doFillRegionIdItems(String) - Method in class com.dubture.jenkins.digitalocean.SlaveTemplate.DescriptorImpl
- doFillSizeIdItems(String) - Method in class com.dubture.jenkins.digitalocean.SlaveTemplate.DescriptorImpl
- doFillSshKeyIdItems(String) - Method in class com.dubture.jenkins.digitalocean.DigitalOceanCloud.DescriptorImpl
- Domain - Class in com.myjeeva.digitalocean.pojo
-
Represents Domain (TLD) attributes of DigitalOcean DNS.
- Domain() - Constructor for class com.myjeeva.digitalocean.pojo.Domain
- Domain(String, String) - Constructor for class com.myjeeva.digitalocean.pojo.Domain
- DomainRecord - Class in com.myjeeva.digitalocean.pojo
-
Represents DomainRecord (TLD) Record attributes of DigitalOcean DNS.
- DomainRecord() - Constructor for class com.myjeeva.digitalocean.pojo.DomainRecord
- DomainRecord(String) - Constructor for class com.myjeeva.digitalocean.pojo.DomainRecord
- DomainRecord(String, String) - Constructor for class com.myjeeva.digitalocean.pojo.DomainRecord
- DomainRecord(String, String, String) - Constructor for class com.myjeeva.digitalocean.pojo.DomainRecord
- DomainRecord(String, String, String, Integer, Integer, Integer) - Constructor for class com.myjeeva.digitalocean.pojo.DomainRecord
- DomainRecord(String, String, String, Integer, Integer, Integer, Integer) - Constructor for class com.myjeeva.digitalocean.pojo.DomainRecord
- DomainRecords - Class in com.myjeeva.digitalocean.pojo
-
Represents Domain Records attributes
- DomainRecords() - Constructor for class com.myjeeva.digitalocean.pojo.DomainRecords
- Domains - Class in com.myjeeva.digitalocean.pojo
-
Represents Domains attributes
- Domains() - Constructor for class com.myjeeva.digitalocean.pojo.Domains
- doTestConnection(String) - Method in class com.dubture.jenkins.digitalocean.DigitalOceanCloud.DescriptorImpl
- Droplet - Class in com.myjeeva.digitalocean.pojo
-
Represents Droplet attributes of DigitalOcean.
- Droplet() - Constructor for class com.myjeeva.digitalocean.pojo.Droplet
- DROPLET - Enum constant in enum class com.myjeeva.digitalocean.common.ResourceType
- DropletAction - Class in com.myjeeva.digitalocean.pojo
-
Represents Droplet Actions like reboot, powercycle, power on , power off, etc.
- DropletAction() - Constructor for class com.myjeeva.digitalocean.pojo.DropletAction
- DropletAction(ActionType) - Constructor for class com.myjeeva.digitalocean.pojo.DropletAction
- DropletName - Class in com.dubture.jenkins.digitalocean
- Droplets - Class in com.myjeeva.digitalocean.pojo
-
Represents Droplets attributes
- Droplets() - Constructor for class com.myjeeva.digitalocean.pojo.Droplets
- DropletSerializer - Class in com.myjeeva.digitalocean.serializer
-
Serializer for droplet class
- DropletSerializer() - Constructor for class com.myjeeva.digitalocean.serializer.DropletSerializer
- DropletStatus - Enum Class in com.myjeeva.digitalocean.common
-
Enumeration of DigitalOcean droplet states.
E
- ENABLE_BACKUPS - Enum constant in enum class com.myjeeva.digitalocean.common.ActionType
- ENABLE_DROPLET_BACKUPS - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- ENABLE_DROPLET_IPV6 - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- ENABLE_DROPLET_PRIVATE_NETWORKING - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- ENABLE_IPV6 - Enum constant in enum class com.myjeeva.digitalocean.common.ActionType
- ENABLE_PRIVATE_NETWORKING - Enum constant in enum class com.myjeeva.digitalocean.common.ActionType
- enableDropletBackups(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method enables automatic backups for your droplet's data.
- enableDropletBackups(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- enableDropletIpv6(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Enabling IP v6 networking capability for droplet.
- enableDropletIpv6(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- enableDropletPrivateNetworking(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Enabling private networking capability for droplet.
- enableDropletPrivateNetworking(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- Environment - Enum Class in com.myjeeva.digitalocean.common
-
Enumeration of DigitalOcean Environments
- ERROR - Enum constant in enum class com.myjeeva.digitalocean.common.CertificateState
- ERRORED - Enum constant in enum class com.myjeeva.digitalocean.common.ActionStatus
- ERRORED - Enum constant in enum class com.myjeeva.digitalocean.common.LoadBalancerStatus
F
- Firewall - Class in com.myjeeva.digitalocean.pojo
-
Represents Firewall attributes of DigitalOcean.
- Firewall() - Constructor for class com.myjeeva.digitalocean.pojo.Firewall
- Firewalls - Class in com.myjeeva.digitalocean.pojo
-
Represents Firewalls attributes.
- Firewalls() - Constructor for class com.myjeeva.digitalocean.pojo.Firewalls
- FirewallSerializer - Class in com.myjeeva.digitalocean.serializer
-
Serializer for firewall class
- FirewallSerializer() - Constructor for class com.myjeeva.digitalocean.serializer.FirewallSerializer
- FLOATING_IP - Enum constant in enum class com.myjeeva.digitalocean.common.ResourceType
- FLOATING_IPS - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- FloatingIP - Class in com.myjeeva.digitalocean.pojo
-
Represents Floating IP object
- FloatingIP() - Constructor for class com.myjeeva.digitalocean.pojo.FloatingIP
- FloatingIPAction - Class in com.myjeeva.digitalocean.pojo
-
Represents Floating IP Action attributes
- FloatingIPAction() - Constructor for class com.myjeeva.digitalocean.pojo.FloatingIPAction
- FloatingIPAction(Integer) - Constructor for class com.myjeeva.digitalocean.pojo.FloatingIPAction
- FloatingIPAction(Integer, String) - Constructor for class com.myjeeva.digitalocean.pojo.FloatingIPAction
- FloatingIPAction(Integer, String, String) - Constructor for class com.myjeeva.digitalocean.pojo.FloatingIPAction
- FloatingIPAction(String) - Constructor for class com.myjeeva.digitalocean.pojo.FloatingIPAction
- FloatingIPs - Class in com.myjeeva.digitalocean.pojo
-
Represents Floatung IPs attributes
- FloatingIPs() - Constructor for class com.myjeeva.digitalocean.pojo.FloatingIPs
- FORM_URLENCODED_CONTENT_TYPE - Static variable in interface com.myjeeva.digitalocean.common.Constants
- ForwardingRules - Class in com.myjeeva.digitalocean.pojo
-
Represents DigitalOcean Load Balancer forwarding rule object
- ForwardingRules() - Constructor for class com.myjeeva.digitalocean.pojo.ForwardingRules
- fromValue(String) - Static method in enum class com.myjeeva.digitalocean.common.ActionStatus
- fromValue(String) - Static method in enum class com.myjeeva.digitalocean.common.ActionType
- fromValue(String) - Static method in enum class com.myjeeva.digitalocean.common.CaaTagType
- fromValue(String) - Static method in enum class com.myjeeva.digitalocean.common.CertificateState
- fromValue(String) - Static method in enum class com.myjeeva.digitalocean.common.DropletStatus
- fromValue(String) - Static method in enum class com.myjeeva.digitalocean.common.Environment
- fromValue(String) - Static method in enum class com.myjeeva.digitalocean.common.ImageStatus
- fromValue(String) - Static method in enum class com.myjeeva.digitalocean.common.ImageType
- fromValue(String) - Static method in enum class com.myjeeva.digitalocean.common.LoadBalancerStatus
- fromValue(String) - Static method in enum class com.myjeeva.digitalocean.common.LoadBalancingAlgorithm
- fromValue(String) - Static method in enum class com.myjeeva.digitalocean.common.Protocol
- fromValue(String) - Static method in enum class com.myjeeva.digitalocean.common.ResourceType
- fromValue(String) - Static method in enum class com.myjeeva.digitalocean.common.StickySessionType
G
- generateDropletName(String, String) - Static method in class com.dubture.jenkins.digitalocean.DropletName
- GET - Enum constant in enum class com.myjeeva.digitalocean.common.RequestMethod
- GET_ACCOUNT_INFO - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- GET_ACTION_INFO - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- GET_ALL_PROJECTS - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- GET_CERTIFICATE_INFO - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- GET_DEFAULT_PROJECT - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- GET_DOMAIN_INFO - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- GET_DOMAIN_RECORD_INFO - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- GET_DOMAIN_RECORDS - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- GET_DROPLET_ACTIONS - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- GET_DROPLET_BACKUPS - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- GET_DROPLET_INFO - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- GET_DROPLET_NEIGHBORS - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- GET_DROPLET_SNAPSHOTS - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- GET_DROPLETS_KERNELS - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- GET_FIREWALL_INFO - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- GET_FLOATING_IP_ACTION_INFO - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- GET_FLOATING_IP_ACTIONS - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- GET_FLOATING_IP_INFO - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- GET_IMAGE_ACTIONS - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- GET_IMAGE_INFO - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- GET_KEY_INFO - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- GET_LOAD_BALANCER_INFO - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- GET_PROJECT - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- GET_SNAPSHOT_INFO - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- GET_TAG - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- GET_VOLUME_ACTION - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- GET_VOLUME_ACTIONS - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- GET_VOLUME_INFO - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- GET_VOLUME_INFO_BY_NAME - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- GET_VOLUME_SNAPSHOTS - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- getAccountInfo() - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method returns account information for provided credentials
- getAccountInfo() - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getActionInfo(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
To retrieve a specific action information by action ID
- getActionInfo(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getActions() - Method in class com.myjeeva.digitalocean.pojo.Actions
- getActions() - Method in class com.myjeeva.digitalocean.pojo.Links
- getAddresses() - Method in class com.myjeeva.digitalocean.pojo.Destinations
- getAddresses() - Method in class com.myjeeva.digitalocean.pojo.Sources
- getAlgorithm() - Method in class com.myjeeva.digitalocean.pojo.LoadBalancer
- getAllDropletNeighbors(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
For an entire account; Method retrieves a list of any droplets that are running on the same physical server (any other droplets that share the same physical hardware).
- getAllDropletNeighbors(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getAllDropletSnapshots(Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method return all of the droplet snapshots available on your account
- getAllDropletSnapshots(Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getAllVolumeSnapshots(Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method return all of the volume snapshots available on your account
- getAllVolumeSnapshots(Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getApiAction() - Method in class com.myjeeva.digitalocean.impl.ApiRequest
- getApiAction() - Method in class com.myjeeva.digitalocean.impl.ApiResponse
- getApiClient() - Method in class com.dubture.jenkins.digitalocean.DigitalOceanCloud
- getApiVersion() - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getAuthToken() - Method in class com.dubture.jenkins.digitalocean.DigitalOceanCloud
-
Deprecated.
- getAuthToken() - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getAuthTokenCredentialId() - Method in class com.dubture.jenkins.digitalocean.DigitalOceanCloud
- getAuthTokenFromCredentialId(String) - Static method in class com.dubture.jenkins.digitalocean.DigitalOceanCloud
- getAvailableActions(Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method return all the action informations, regardless of categories.
- getAvailableActions(Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getAvailableCertificates(Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method returns all available Certificates from your account.
- getAvailableCertificates(Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getAvailableDomains(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method returns all of your available domains from DNS control panel
- getAvailableDomains(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getAvailableDropletActions(Integer, Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method return all the action informations; specific to given Droplet Id
- getAvailableDropletActions(Integer, Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getAvailableDroplets(Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method returns all active droplets that are currently running in your account.
- getAvailableDroplets(Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getAvailableDropletsByTagName(String, Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
To list Droplets by a tag.
- getAvailableDropletsByTagName(String, Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getAvailableFirewalls(Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method returns all available firewalls that are currently running in your account.
- getAvailableFirewalls(Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getAvailableFloatingIPActions(String, Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method retrives all actions that have been executed on a Floating IP address.
- getAvailableFloatingIPActions(String, Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getAvailableFloatingIPs(Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method will list all of the Floating IPs available from your account.
- getAvailableFloatingIPs(Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getAvailableImageActions(Integer, Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method return all the action informations; specific to given Image Id
- getAvailableImageActions(Integer, Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getAvailableImages(Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method returns all the available images that can be accessed by your OAuth Token.
- getAvailableImages(Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getAvailableImages(Integer, Integer, ActionType) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method returns all the available images based on
type={distribution or application}that can be accessed by your OAuth Token. - getAvailableImages(Integer, Integer, ActionType) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getAvailableKeys(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method lists all the available public SSH keys in your account that can be added to a droplet.
- getAvailableKeys(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getAvailableLoadBalancers(Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method returns all active loadbalancers that are currently running in your account.
- getAvailableLoadBalancers(Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getAvailableProjects() - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method allows you to get all the projects.
- getAvailableProjects() - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getAvailableRegions(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method returns all the available regions within the DigitalOcean cloud.
- getAvailableRegions(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getAvailableSizes(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method returns all the available sizes that can be used to create a droplet.
- getAvailableSizes(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getAvailableSnapshots(Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method return all of the snapshots available on your account
- getAvailableSnapshots(Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getAvailableTags(Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method will list all of the Tags available from your account.
- getAvailableTags(Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getAvailableVolumeActions(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method will get all the available volume action by volume identifier
- getAvailableVolumeActions(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getAvailableVolumes(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method will list all of the Volumes available from your account.
- getAvailableVolumes(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getBackupIds() - Method in class com.myjeeva.digitalocean.pojo.Droplet
- getBackups() - Method in class com.myjeeva.digitalocean.pojo.Backups
- getCertificateChain() - Method in class com.myjeeva.digitalocean.pojo.Certificate
- getCertificateId() - Method in class com.myjeeva.digitalocean.pojo.ForwardingRules
- getCertificateInfo(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method returns the Certificate information for given certificate ID.
- getCertificateInfo(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getCertificates() - Method in class com.myjeeva.digitalocean.pojo.Certificates
- getCheckIntervalInSeconds() - Method in class com.myjeeva.digitalocean.pojo.HealthCheck
- getClazz() - Method in enum class com.myjeeva.digitalocean.common.ApiAction
- getClazz() - Method in class com.myjeeva.digitalocean.impl.ApiRequest
- getCloud() - Method in class com.dubture.jenkins.digitalocean.DigitalOceanComputer
- getCloud() - Method in class com.dubture.jenkins.digitalocean.Slave
-
Retrieve a handle to the associated
DigitalOceanCloud - getCompletedAt() - Method in class com.myjeeva.digitalocean.pojo.Action
- getConnectionRetryWait() - Method in class com.dubture.jenkins.digitalocean.DigitalOceanCloud
- getCookieName() - Method in class com.myjeeva.digitalocean.pojo.StickySessions
- getCookieTtlInSeconds() - Method in class com.myjeeva.digitalocean.pojo.StickySessions
- getCount() - Method in class com.myjeeva.digitalocean.pojo.TagDropletResource
- getCreatedAt() - Method in class com.myjeeva.digitalocean.pojo.Project
- getCreatedDate() - Method in class com.myjeeva.digitalocean.pojo.Certificate
- getCreatedDate() - Method in class com.myjeeva.digitalocean.pojo.Droplet
- getCreatedDate() - Method in class com.myjeeva.digitalocean.pojo.Firewall
- getCreatedDate() - Method in class com.myjeeva.digitalocean.pojo.Image
- getCreatedDate() - Method in class com.myjeeva.digitalocean.pojo.LoadBalancer
- getCreatedDate() - Method in class com.myjeeva.digitalocean.pojo.Volume
- getData() - Method in class com.myjeeva.digitalocean.impl.ApiRequest
- getData() - Method in class com.myjeeva.digitalocean.impl.ApiResponse
- getData() - Method in class com.myjeeva.digitalocean.pojo.DomainRecord
- getDefaultProject() - Method in interface com.myjeeva.digitalocean.DigitalOcean
- getDefaultProject() - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getDescription() - Method in class com.myjeeva.digitalocean.pojo.Image
- getDescription() - Method in class com.myjeeva.digitalocean.pojo.Project
- getDescription() - Method in class com.myjeeva.digitalocean.pojo.Volume
- getDescriptor() - Method in class com.dubture.jenkins.digitalocean.SlaveTemplate
- getDestinations() - Method in class com.myjeeva.digitalocean.pojo.OutboundRules
- getDisk() - Method in class com.myjeeva.digitalocean.pojo.DropletAction
- getDiskSize() - Method in class com.myjeeva.digitalocean.pojo.Droplet
- getDiskSize() - Method in class com.myjeeva.digitalocean.pojo.Size
- getDisplayName() - Method in class com.dubture.jenkins.digitalocean.DigitalOceanCloud.DescriptorImpl
- getDisplayName() - Method in class com.dubture.jenkins.digitalocean.DigitalOceanCloud
- getDisplayName() - Method in class com.dubture.jenkins.digitalocean.Slave.DescriptorImpl
- getDisplayName() - Method in class com.dubture.jenkins.digitalocean.SlaveTemplate.DescriptorImpl
- getDistribution() - Method in class com.myjeeva.digitalocean.pojo.Image
-
The name of a custom image's distribution.
- getDnsNames() - Method in class com.myjeeva.digitalocean.pojo.Certificate
- getDomainInfo(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method returns the specified domain attributes and zone file info.
- getDomainInfo(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getDomainRecordInfo(String, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method returns the specified domain record.
- getDomainRecordInfo(String, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getDomainRecords() - Method in class com.myjeeva.digitalocean.pojo.DomainRecords
- getDomainRecords(String, Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method returns all of your current domain records from DNS control panel for given domain.
- getDomainRecords(String, Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getDomains() - Method in class com.myjeeva.digitalocean.pojo.Domains
- getDroplet() - Method in class com.myjeeva.digitalocean.pojo.FloatingIP
- getDropletBackups(Integer, Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method returns all available snapshots for given droplet ID
- getDropletBackups(Integer, Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getDropletConnection(String, int, PrintStream) - Method in class com.dubture.jenkins.digitalocean.DigitalOceanComputerLauncher
- getDropletId() - Method in class com.dubture.jenkins.digitalocean.Slave
- getDropletId() - Method in class com.myjeeva.digitalocean.pojo.FloatingIPAction
- getDropletId() - Method in class com.myjeeva.digitalocean.pojo.PendingChanges
- getDropletId() - Method in class com.myjeeva.digitalocean.pojo.VolumeAction
- getDropletIds() - Method in class com.myjeeva.digitalocean.pojo.Destinations
- getDropletIds() - Method in class com.myjeeva.digitalocean.pojo.Firewall
- getDropletIds() - Method in class com.myjeeva.digitalocean.pojo.LoadBalancer
- getDropletIds() - Method in class com.myjeeva.digitalocean.pojo.Sources
- getDropletIds() - Method in class com.myjeeva.digitalocean.pojo.Volume
- getDropletInfo(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method returns complete information for given droplet ID
- getDropletInfo(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getDropletKernels(Integer, Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method returns all available kernels for given droplet ID
- getDropletKernels(Integer, Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getDropletLimit() - Method in class com.myjeeva.digitalocean.pojo.Account
- getDropletNeighbors(Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
For an individual droplet; Method retrieves a list of droplets that are running on the same physical server (any other droplets that share the same physical hardware).
- getDropletNeighbors(Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getDroplets() - Method in class com.myjeeva.digitalocean.pojo.Droplets
- getDroplets() - Method in class com.myjeeva.digitalocean.pojo.TagResource
- getDropletSnapshots(Integer, Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method returns all available snapshots for given droplet ID
- getDropletSnapshots(Integer, Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getElementName() - Method in enum class com.myjeeva.digitalocean.common.ApiAction
- getElementName() - Method in class com.myjeeva.digitalocean.impl.ApiRequest
- getEmail() - Method in class com.myjeeva.digitalocean.pojo.Account
- getEnableBackup() - Method in class com.myjeeva.digitalocean.pojo.Droplet
- getEnableIpv6() - Method in class com.myjeeva.digitalocean.pojo.Droplet
- getEnablePrivateNetworking() - Method in class com.myjeeva.digitalocean.pojo.Droplet
- getEntryPort() - Method in class com.myjeeva.digitalocean.pojo.ForwardingRules
- getEntryProtocol() - Method in class com.myjeeva.digitalocean.pojo.ForwardingRules
- getEnvironment() - Method in class com.myjeeva.digitalocean.pojo.Project
- getErrorMessage() - Method in class com.myjeeva.digitalocean.pojo.Image
- getFeatures() - Method in class com.myjeeva.digitalocean.pojo.Droplet
- getFeatures() - Method in class com.myjeeva.digitalocean.pojo.Region
- getFileSystemLabel() - Method in class com.myjeeva.digitalocean.pojo.Volume
- getFileSystemType() - Method in class com.myjeeva.digitalocean.pojo.Volume
- getFingerprint() - Method in class com.myjeeva.digitalocean.pojo.Key
- getFirewallInfo(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method returns complete information for given firewall ID.
- getFirewallInfo(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getFirewalls() - Method in class com.myjeeva.digitalocean.pojo.Firewalls
- getFirst() - Method in class com.myjeeva.digitalocean.pojo.Pages
- getFlags() - Method in class com.myjeeva.digitalocean.pojo.DomainRecord
- getFloatingIPActionInfo(String, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method to retrieve the status of a Floating IP action.
- getFloatingIPActionInfo(String, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getFloatingIPInfo(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method retrieves the information about given Floating IP
- getFloatingIPInfo(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getFloatingIPLimit() - Method in class com.myjeeva.digitalocean.pojo.Account
- getFloatingIPs() - Method in class com.myjeeva.digitalocean.pojo.FloatingIPs
- getForwardingRules() - Method in class com.myjeeva.digitalocean.pojo.LoadBalancer
- getGateway() - Method in class com.myjeeva.digitalocean.pojo.Network
- getHealthCheck() - Method in class com.myjeeva.digitalocean.pojo.LoadBalancer
- getHealthyThreshold() - Method in class com.myjeeva.digitalocean.pojo.HealthCheck
- getHref() - Method in class com.myjeeva.digitalocean.pojo.LinkAction
- getHttpClient() - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getHttpStatusCode() - Method in exception class com.myjeeva.digitalocean.exception.DigitalOceanException
- getId() - Method in class com.dubture.jenkins.digitalocean.DigitalOceanComputer
- getId() - Method in class com.dubture.jenkins.digitalocean.Slave
- getId() - Method in exception class com.myjeeva.digitalocean.exception.DigitalOceanException
- getId() - Method in class com.myjeeva.digitalocean.pojo.Action
- getId() - Method in class com.myjeeva.digitalocean.pojo.Certificate
- getId() - Method in class com.myjeeva.digitalocean.pojo.DomainRecord
- getId() - Method in class com.myjeeva.digitalocean.pojo.Droplet
- getId() - Method in class com.myjeeva.digitalocean.pojo.Firewall
- getId() - Method in class com.myjeeva.digitalocean.pojo.Image
- getId() - Method in class com.myjeeva.digitalocean.pojo.Kernel
- getId() - Method in class com.myjeeva.digitalocean.pojo.Key
- getId() - Method in class com.myjeeva.digitalocean.pojo.LinkAction
- getId() - Method in class com.myjeeva.digitalocean.pojo.LoadBalancer
- getId() - Method in class com.myjeeva.digitalocean.pojo.Project
- getId() - Method in class com.myjeeva.digitalocean.pojo.Resource
- getId() - Method in class com.myjeeva.digitalocean.pojo.Volume
- getIdleTerminationInMinutes() - Method in class com.dubture.jenkins.digitalocean.SlaveTemplate
- getIdleTerminationTime() - Method in class com.dubture.jenkins.digitalocean.Slave
- getImage() - Method in class com.myjeeva.digitalocean.pojo.Droplet
- getImage() - Method in class com.myjeeva.digitalocean.pojo.DropletAction
- getImageBy() - Method in class com.dubture.jenkins.digitalocean.SlaveTemplate
- getImageFilterPrivate() - Method in class com.dubture.jenkins.digitalocean.SlaveTemplate
- getImageFilterType() - Method in class com.dubture.jenkins.digitalocean.SlaveTemplate
- getImageId() - Method in class com.dubture.jenkins.digitalocean.SlaveTemplate
- getImageInfo(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method retrieves the attributes of an image.
- getImageInfo(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getImageInfo(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method retrieves the attributes of an image.
- getImageInfo(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getImages() - Method in class com.myjeeva.digitalocean.pojo.Images
- getInboundRules() - Method in class com.myjeeva.digitalocean.pojo.Firewall
- getInitScript() - Method in class com.dubture.jenkins.digitalocean.Slave
- getInitScript() - Method in class com.dubture.jenkins.digitalocean.SlaveTemplate
- getInstallMonitoring() - Method in class com.myjeeva.digitalocean.pojo.Droplet
- getInstanceCap() - Method in class com.dubture.jenkins.digitalocean.DigitalOceanCloud
- getInstanceCap() - Method in class com.dubture.jenkins.digitalocean.SlaveTemplate
- getIp() - Method in class com.myjeeva.digitalocean.pojo.FloatingIP
- getIp() - Method in class com.myjeeva.digitalocean.pojo.LoadBalancer
- getIpAddress() - Method in class com.myjeeva.digitalocean.pojo.Domain
- getIpAddress() - Method in class com.myjeeva.digitalocean.pojo.Network
- getIsRequestSuccess() - Method in class com.myjeeva.digitalocean.pojo.Response
- getJvmOpts() - Method in class com.dubture.jenkins.digitalocean.Slave
- getKernel() - Method in class com.myjeeva.digitalocean.pojo.Droplet
- getKernel() - Method in class com.myjeeva.digitalocean.pojo.DropletAction
- getKernels() - Method in class com.myjeeva.digitalocean.pojo.Kernels
- getKeyInfo(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method shows a specific public SSH key information from your account that can be added to a droplet.
- getKeyInfo(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getKeyInfo(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method shows a specific public SSH key information from your account that can be added to a droplet.
- getKeyInfo(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getKeys() - Method in class com.myjeeva.digitalocean.pojo.Droplet
- getKeys() - Method in class com.myjeeva.digitalocean.pojo.Keys
- getLabel() - Method in enum class com.dubture.jenkins.digitalocean.DigitalOcean.ImageBy
- getLabel() - Method in interface com.dubture.jenkins.digitalocean.ImageFilters.ImageFilterInterface
- getLabels() - Method in class com.dubture.jenkins.digitalocean.SlaveTemplate
- getLabelSet() - Method in class com.dubture.jenkins.digitalocean.SlaveTemplate
- getLabelString() - Method in class com.dubture.jenkins.digitalocean.SlaveTemplate
- getLast() - Method in class com.myjeeva.digitalocean.pojo.Pages
- getLastTaggedUri() - Method in class com.myjeeva.digitalocean.pojo.TagDropletResource
- getLeafCertificate() - Method in class com.myjeeva.digitalocean.pojo.Certificate
- getLimit() - Method in class com.myjeeva.digitalocean.pojo.RateLimit
- getLinks() - Method in class com.myjeeva.digitalocean.pojo.Base
- getLoadBalancerInfo(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method returns complete information for given load balancer ID.
- getLoadBalancerInfo(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getLoadBalancers() - Method in class com.myjeeva.digitalocean.pojo.LoadBalancers
- getLoadBalancerUids() - Method in class com.myjeeva.digitalocean.pojo.Destinations
- getLoadBalancerUids() - Method in class com.myjeeva.digitalocean.pojo.Sources
- getMemorySizeInMb() - Method in class com.myjeeva.digitalocean.pojo.Droplet
- getMemorySizeInMb() - Method in class com.myjeeva.digitalocean.pojo.Size
- getMeta() - Method in class com.myjeeva.digitalocean.pojo.Base
- getMethod() - Method in enum class com.myjeeva.digitalocean.common.ApiAction
- getMethod() - Method in class com.myjeeva.digitalocean.http.client.methods.CustomHttpDelete
- getMethod() - Method in class com.myjeeva.digitalocean.impl.ApiRequest
- getMinDiskSize() - Method in class com.myjeeva.digitalocean.pojo.Image
- getName() - Method in class com.dubture.jenkins.digitalocean.DigitalOceanCloud
- getName() - Method in class com.dubture.jenkins.digitalocean.SlaveTemplate
- getName() - Method in class com.myjeeva.digitalocean.pojo.Certificate
- getName() - Method in class com.myjeeva.digitalocean.pojo.Domain
- getName() - Method in class com.myjeeva.digitalocean.pojo.DomainRecord
- getName() - Method in class com.myjeeva.digitalocean.pojo.Droplet
- getName() - Method in class com.myjeeva.digitalocean.pojo.DropletAction
- getName() - Method in class com.myjeeva.digitalocean.pojo.Firewall
- getName() - Method in class com.myjeeva.digitalocean.pojo.Image
- getName() - Method in class com.myjeeva.digitalocean.pojo.Kernel
- getName() - Method in class com.myjeeva.digitalocean.pojo.Key
- getName() - Method in class com.myjeeva.digitalocean.pojo.LoadBalancer
- getName() - Method in class com.myjeeva.digitalocean.pojo.Project
- getName() - Method in class com.myjeeva.digitalocean.pojo.Region
- getName() - Method in class com.myjeeva.digitalocean.pojo.Tag
- getName() - Method in class com.myjeeva.digitalocean.pojo.Volume
- getNames() - Method in class com.myjeeva.digitalocean.pojo.Droplet
- getNeighbors() - Method in class com.myjeeva.digitalocean.pojo.Neighbors
- getNetmask() - Method in class com.myjeeva.digitalocean.pojo.Network
- getNetworks() - Method in class com.myjeeva.digitalocean.pojo.Droplet
- getNext() - Method in class com.myjeeva.digitalocean.pojo.Pages
- getNotAfter() - Method in class com.myjeeva.digitalocean.pojo.Certificate
- getNumExecutors() - Method in class com.dubture.jenkins.digitalocean.SlaveTemplate
- getOutboundRules() - Method in class com.myjeeva.digitalocean.pojo.Firewall
- getOwnerId() - Method in class com.myjeeva.digitalocean.pojo.Project
- getOwnerUuid() - Method in class com.myjeeva.digitalocean.pojo.Project
- getPageNo() - Method in class com.myjeeva.digitalocean.impl.ApiRequest
- getPages() - Method in class com.myjeeva.digitalocean.pojo.Links
- getPath() - Method in enum class com.myjeeva.digitalocean.common.ApiAction
- getPath() - Method in class com.myjeeva.digitalocean.impl.ApiRequest
- getPath() - Method in class com.myjeeva.digitalocean.pojo.HealthCheck
- getPathParams() - Method in class com.myjeeva.digitalocean.impl.ApiRequest
- getPendingChanges() - Method in class com.myjeeva.digitalocean.pojo.Firewall
- getPerPage() - Method in class com.myjeeva.digitalocean.impl.ApiRequest
- getPort() - Method in class com.myjeeva.digitalocean.pojo.DomainRecord
- getPort() - Method in class com.myjeeva.digitalocean.pojo.HealthCheck
- getPorts() - Method in class com.myjeeva.digitalocean.pojo.InboundRules
- getPorts() - Method in class com.myjeeva.digitalocean.pojo.OutboundRules
- getPrev() - Method in class com.myjeeva.digitalocean.pojo.Pages
- getPriceHourly() - Method in class com.myjeeva.digitalocean.pojo.Size
- getPriceMonthly() - Method in class com.myjeeva.digitalocean.pojo.Size
- getPriority() - Method in class com.myjeeva.digitalocean.pojo.DomainRecord
- getPrivateFilter() - Method in class com.dubture.jenkins.digitalocean.ImageFilters
- getPrivateKey() - Method in class com.dubture.jenkins.digitalocean.DigitalOceanCloud
-
Deprecated.
- getPrivateKey() - Method in class com.dubture.jenkins.digitalocean.Slave
- getPrivateKey() - Method in class com.myjeeva.digitalocean.pojo.Certificate
- getPrivateKeyCredentialId() - Method in class com.dubture.jenkins.digitalocean.DigitalOceanCloud
- getPrivateKeyFromCredentialId(String) - Static method in class com.dubture.jenkins.digitalocean.DigitalOceanCloud
- getProject(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
- getProject(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getProjects() - Method in class com.myjeeva.digitalocean.pojo.Projects
- getProtocol() - Method in class com.myjeeva.digitalocean.pojo.HealthCheck
- getProtocol() - Method in class com.myjeeva.digitalocean.pojo.InboundRules
- getProtocol() - Method in class com.myjeeva.digitalocean.pojo.OutboundRules
- getPublicKey() - Method in class com.myjeeva.digitalocean.pojo.Key
- getPurpose() - Method in class com.myjeeva.digitalocean.pojo.Project
- getQueryParameters() - Method in class com.dubture.jenkins.digitalocean.ImageFilters
- getQueryParameters() - Method in interface com.dubture.jenkins.digitalocean.ImageFilters.ImageFilterInterface
- getQueryParams() - Method in class com.myjeeva.digitalocean.impl.ApiRequest
- getRateLimit() - Method in class com.myjeeva.digitalocean.pojo.RateLimitBase
- getRegion() - Method in class com.myjeeva.digitalocean.pojo.Action
- getRegion() - Method in class com.myjeeva.digitalocean.pojo.Droplet
- getRegion() - Method in class com.myjeeva.digitalocean.pojo.FloatingIP
- getRegion() - Method in class com.myjeeva.digitalocean.pojo.FloatingIPAction
- getRegion() - Method in class com.myjeeva.digitalocean.pojo.Image
- getRegion() - Method in class com.myjeeva.digitalocean.pojo.ImageAction
- getRegion() - Method in class com.myjeeva.digitalocean.pojo.LoadBalancer
- getRegion() - Method in class com.myjeeva.digitalocean.pojo.Volume
- getRegionId() - Method in class com.dubture.jenkins.digitalocean.SlaveTemplate
- getRegions() - Method in class com.myjeeva.digitalocean.pojo.Image
- getRegions() - Method in class com.myjeeva.digitalocean.pojo.Regions
- getRegions() - Method in class com.myjeeva.digitalocean.pojo.Size
- getRegionSlug() - Method in class com.myjeeva.digitalocean.pojo.Action
- getRegionSlug() - Method in class com.myjeeva.digitalocean.pojo.VolumeAction
- getRel() - Method in class com.myjeeva.digitalocean.pojo.LinkAction
- getRemaining() - Method in class com.myjeeva.digitalocean.pojo.RateLimit
- getRemoteAdmin() - Method in class com.dubture.jenkins.digitalocean.DigitalOceanComputer
- getRemoteAdmin() - Method in class com.dubture.jenkins.digitalocean.Slave
-
Get the name of the remote admin user
- getRemoving() - Method in class com.myjeeva.digitalocean.pojo.PendingChanges
- getReset() - Method in class com.myjeeva.digitalocean.pojo.RateLimit
- getResourceId() - Method in class com.myjeeva.digitalocean.pojo.Action
- getResources() - Method in class com.myjeeva.digitalocean.pojo.Resources
- getResources() - Method in class com.myjeeva.digitalocean.pojo.Tag
- getResourceType() - Method in class com.myjeeva.digitalocean.pojo.Action
- getResponseTimeoutInSeconds() - Method in class com.myjeeva.digitalocean.pojo.HealthCheck
- getSha1Fingerprint() - Method in class com.myjeeva.digitalocean.pojo.Certificate
- getSize() - Method in class com.myjeeva.digitalocean.pojo.Droplet
- getSize() - Method in class com.myjeeva.digitalocean.pojo.DropletAction
- getSize() - Method in class com.myjeeva.digitalocean.pojo.Image
- getSize() - Method in class com.myjeeva.digitalocean.pojo.Volume
- getSize() - Method in class com.myjeeva.digitalocean.pojo.VolumeAction
- getSizeId() - Method in class com.dubture.jenkins.digitalocean.SlaveTemplate
- getSizes() - Method in class com.myjeeva.digitalocean.pojo.Region
- getSizes() - Method in class com.myjeeva.digitalocean.pojo.Sizes
- getSlug() - Method in class com.myjeeva.digitalocean.pojo.Image
- getSlug() - Method in class com.myjeeva.digitalocean.pojo.Region
- getSlug() - Method in class com.myjeeva.digitalocean.pojo.Size
- getSnaphotInfo(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method returns specific snapshot info by id
- getSnaphotInfo(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getSnapshotId() - Method in class com.myjeeva.digitalocean.pojo.Volume
- getSnapshotIds() - Method in class com.myjeeva.digitalocean.pojo.Droplet
- getSnapshots() - Method in class com.myjeeva.digitalocean.pojo.Snapshots
- getSources() - Method in class com.myjeeva.digitalocean.pojo.InboundRules
- getSshKeyId() - Method in class com.dubture.jenkins.digitalocean.DigitalOceanCloud
- getSshPort() - Method in class com.dubture.jenkins.digitalocean.DigitalOceanComputer
- getSshPort() - Method in class com.dubture.jenkins.digitalocean.Slave
- getSshPort() - Method in class com.dubture.jenkins.digitalocean.SlaveTemplate
- getStartedAt() - Method in class com.myjeeva.digitalocean.pojo.Action
- getStartTimeMillis() - Method in class com.dubture.jenkins.digitalocean.DigitalOceanComputer
- getStartTimeMillis() - Method in class com.dubture.jenkins.digitalocean.Slave
- getState() - Method in class com.myjeeva.digitalocean.pojo.Certificate
- getStatus() - Method in class com.myjeeva.digitalocean.pojo.Account
- getStatus() - Method in class com.myjeeva.digitalocean.pojo.Action
- getStatus() - Method in class com.myjeeva.digitalocean.pojo.Droplet
- getStatus() - Method in class com.myjeeva.digitalocean.pojo.Firewall
- getStatus() - Method in class com.myjeeva.digitalocean.pojo.Image
- getStatus() - Method in class com.myjeeva.digitalocean.pojo.LoadBalancer
- getStatus() - Method in class com.myjeeva.digitalocean.pojo.PendingChanges
- getStatusCode() - Method in class com.myjeeva.digitalocean.pojo.Response
- getStatusMessage() - Method in class com.myjeeva.digitalocean.pojo.Account
- getStickySessions() - Method in class com.myjeeva.digitalocean.pojo.LoadBalancer
- getTag() - Method in class com.myjeeva.digitalocean.pojo.DomainRecord
- getTag() - Method in class com.myjeeva.digitalocean.pojo.LoadBalancer
- getTag(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method retrieves the Tag from DigitalOcean account.
- getTag(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getTags() - Method in class com.dubture.jenkins.digitalocean.ImageFilters
- getTags() - Method in class com.dubture.jenkins.digitalocean.SlaveTemplate
- getTags() - Method in class com.myjeeva.digitalocean.pojo.Destinations
- getTags() - Method in class com.myjeeva.digitalocean.pojo.Droplet
- getTags() - Method in class com.myjeeva.digitalocean.pojo.Firewall
- getTags() - Method in class com.myjeeva.digitalocean.pojo.Image
- getTags() - Method in class com.myjeeva.digitalocean.pojo.Sources
- getTags() - Method in class com.myjeeva.digitalocean.pojo.Tags
- getTags() - Method in class com.myjeeva.digitalocean.pojo.Volume
- getTargetPort() - Method in class com.myjeeva.digitalocean.pojo.ForwardingRules
- getTargetProtocol() - Method in class com.myjeeva.digitalocean.pojo.ForwardingRules
- getTemplates() - Method in class com.dubture.jenkins.digitalocean.DigitalOceanCloud
- getTimeoutMinutes() - Method in class com.dubture.jenkins.digitalocean.DigitalOceanCloud
- getTimeToLive() - Method in class com.myjeeva.digitalocean.pojo.Domain
- getTotal() - Method in class com.myjeeva.digitalocean.pojo.Meta
- getTransfer() - Method in class com.myjeeva.digitalocean.pojo.Size
- getTtl() - Method in class com.myjeeva.digitalocean.pojo.DomainRecord
- getType() - Method in class com.dubture.jenkins.digitalocean.ImageFilters
- getType() - Method in class com.myjeeva.digitalocean.pojo.Action
- getType() - Method in class com.myjeeva.digitalocean.pojo.Certificate
- getType() - Method in class com.myjeeva.digitalocean.pojo.DomainRecord
- getType() - Method in class com.myjeeva.digitalocean.pojo.DropletAction
- getType() - Method in class com.myjeeva.digitalocean.pojo.FloatingIPAction
- getType() - Method in class com.myjeeva.digitalocean.pojo.Image
- getType() - Method in class com.myjeeva.digitalocean.pojo.ImageAction
- getType() - Method in class com.myjeeva.digitalocean.pojo.Network
- getType() - Method in class com.myjeeva.digitalocean.pojo.Resource
- getType() - Method in class com.myjeeva.digitalocean.pojo.StickySessions
- getType() - Method in class com.myjeeva.digitalocean.pojo.VolumeAction
- getUnhealthyThreshold() - Method in class com.myjeeva.digitalocean.pojo.HealthCheck
- getUpdatedAt() - Method in class com.myjeeva.digitalocean.pojo.Project
- getUrl() - Method in class com.myjeeva.digitalocean.pojo.Image
- getUsePrivateNetworking() - Method in class com.dubture.jenkins.digitalocean.DigitalOceanCloud
- getUserData() - Method in class com.dubture.jenkins.digitalocean.SlaveTemplate
- getUserData() - Method in class com.myjeeva.digitalocean.pojo.Droplet
- getUserImages(Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method retrieves only the private images of a user
- getUserImages(Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getUsername() - Method in class com.dubture.jenkins.digitalocean.SlaveTemplate
- getUuid() - Method in class com.myjeeva.digitalocean.pojo.Account
- getVersion() - Method in class com.myjeeva.digitalocean.pojo.Kernel
- getVersion4Networks() - Method in class com.myjeeva.digitalocean.pojo.Networks
- getVersion6Networks() - Method in class com.myjeeva.digitalocean.pojo.Networks
- getVirutalCpuCount() - Method in class com.myjeeva.digitalocean.pojo.Droplet
- getVirutalCpuCount() - Method in class com.myjeeva.digitalocean.pojo.Size
- getVolumeAction(String, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method returns specific volume action by action and volume identifier
- getVolumeAction(String, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getVolumeIds() - Method in class com.myjeeva.digitalocean.pojo.Droplet
- getVolumeInfo(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method shows specific volume information by identifier
- getVolumeInfo(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getVolumeInfo(String, String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method shows volume information by name and region slug
- getVolumeInfo(String, String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getVolumeName() - Method in class com.myjeeva.digitalocean.pojo.VolumeAction
- getVolumes() - Method in class com.myjeeva.digitalocean.pojo.Volumes
- getVolumeSnapshots(String, Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method return all of the snapshots for given volume Id
- getVolumeSnapshots(String, Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- getWeight() - Method in class com.myjeeva.digitalocean.pojo.DomainRecord
- getWorkspacePath() - Method in class com.dubture.jenkins.digitalocean.SlaveTemplate
- getZoneFile() - Method in class com.myjeeva.digitalocean.pojo.Domain
H
- HDR_AUTHORIZATION - Static variable in interface com.myjeeva.digitalocean.common.Constants
- HDR_CONTENT_TYPE - Static variable in interface com.myjeeva.digitalocean.common.Constants
- HDR_RATE_LIMIT - Static variable in interface com.myjeeva.digitalocean.common.Constants
- HDR_RATE_REMAINING - Static variable in interface com.myjeeva.digitalocean.common.Constants
- HDR_RATE_RESET - Static variable in interface com.myjeeva.digitalocean.common.Constants
- HDR_USER_AGENT - Static variable in interface com.myjeeva.digitalocean.common.Constants
- HealthCheck - Class in com.myjeeva.digitalocean.pojo
-
Represents DigitalOcean Load Balancer health check object
- HealthCheck() - Constructor for class com.myjeeva.digitalocean.pojo.HealthCheck
- HTTP - Enum constant in enum class com.myjeeva.digitalocean.common.Protocol
- httpClient - Variable in class com.myjeeva.digitalocean.impl.DigitalOceanClient
-
Http client
- HTTPS - Enum constant in enum class com.myjeeva.digitalocean.common.Protocol
- HTTPS_SCHEME - Static variable in interface com.myjeeva.digitalocean.common.Constants
I
- ID - Enum constant in enum class com.dubture.jenkins.digitalocean.DigitalOcean.ImageBy
- Image - Class in com.myjeeva.digitalocean.pojo
-
Represents Droplet Image (also public images aka Distribution) attributes of DigitalOcean (distribution, snapshots or backups).
- Image() - Constructor for class com.myjeeva.digitalocean.pojo.Image
- Image(String) - Constructor for class com.myjeeva.digitalocean.pojo.Image
- Image(String, String, String) - Constructor for class com.myjeeva.digitalocean.pojo.Image
- IMAGE - Enum constant in enum class com.myjeeva.digitalocean.common.ResourceType
- ImageAction - Class in com.myjeeva.digitalocean.pojo
-
Represents Image Actions like transfer.
- ImageAction() - Constructor for class com.myjeeva.digitalocean.pojo.ImageAction
- ImageAction(ActionType) - Constructor for class com.myjeeva.digitalocean.pojo.ImageAction
- ImageAction(ActionType, String) - Constructor for class com.myjeeva.digitalocean.pojo.ImageAction
- ImageFilters - Class in com.dubture.jenkins.digitalocean
- ImageFilters(ImageFilters.ImageFilterPrivate, ImageFilters.ImageFilterType, String) - Constructor for class com.dubture.jenkins.digitalocean.ImageFilters
- ImageFilters.ImageFilterInterface - Interface in com.dubture.jenkins.digitalocean
- ImageFilters.ImageFilterPrivate - Enum Class in com.dubture.jenkins.digitalocean
- ImageFilters.ImageFilterType - Enum Class in com.dubture.jenkins.digitalocean
- Images - Class in com.myjeeva.digitalocean.pojo
-
Represents Images attributes
- Images() - Constructor for class com.myjeeva.digitalocean.pojo.Images
- ImageStatus - Enum Class in com.myjeeva.digitalocean.common
-
Enumeration of DigitalOcean Image Status
- ImageType - Enum Class in com.myjeeva.digitalocean.common
-
Enumeration of DigitalOcean Image Types
- IN_PROGRESS - Enum constant in enum class com.myjeeva.digitalocean.common.ActionStatus
- InboundRules - Class in com.myjeeva.digitalocean.pojo
-
Represents InboundRules for Firewalls
- InboundRules() - Constructor for class com.myjeeva.digitalocean.pojo.InboundRules
- IODEF - Enum constant in enum class com.myjeeva.digitalocean.common.CaaTagType
- isActive() - Method in class com.myjeeva.digitalocean.pojo.Droplet
- isArchived() - Method in class com.myjeeva.digitalocean.pojo.Droplet
- isAvailable() - Method in class com.myjeeva.digitalocean.pojo.Region
- isAvailable() - Method in class com.myjeeva.digitalocean.pojo.Size
- isAvailablePublic() - Method in class com.myjeeva.digitalocean.pojo.Image
- isBackup() - Method in class com.myjeeva.digitalocean.pojo.Image
- isCollectionElement() - Method in class com.myjeeva.digitalocean.impl.ApiRequest
- isDataExists() - Method in class com.myjeeva.digitalocean.impl.ApiResponse
- isDefault() - Method in class com.myjeeva.digitalocean.pojo.Project
- isDropletInstanceOfCloud(String, String) - Static method in class com.dubture.jenkins.digitalocean.DropletName
- isDropletInstanceOfSlave(String, String, String) - Static method in class com.dubture.jenkins.digitalocean.DropletName
- isEmailVerified() - Method in class com.myjeeva.digitalocean.pojo.Account
- isIdleForTooLong(DigitalOceanComputer) - Method in class com.dubture.jenkins.digitalocean.RetentionStrategy
- isInstallMonitoring() - Method in class com.dubture.jenkins.digitalocean.SlaveTemplate
- isInstanceCapReachedLocal(String) - Method in class com.dubture.jenkins.digitalocean.SlaveTemplate
- isInstanceCapReachedRemote(List<Droplet>, String) - Method in class com.dubture.jenkins.digitalocean.SlaveTemplate
- isInstantiable() - Method in class com.dubture.jenkins.digitalocean.Slave.DescriptorImpl
- isLabellessJobsAllowed() - Method in class com.dubture.jenkins.digitalocean.SlaveTemplate
- isLocked() - Method in class com.myjeeva.digitalocean.pojo.Droplet
- isLocked() - Method in class com.myjeeva.digitalocean.pojo.FloatingIP
- isNew() - Method in class com.myjeeva.digitalocean.pojo.Droplet
- isOff() - Method in class com.myjeeva.digitalocean.pojo.Droplet
- isRedirectHttpToHttps() - Method in class com.myjeeva.digitalocean.pojo.LoadBalancer
- isRequestSuccess() - Method in class com.myjeeva.digitalocean.impl.ApiResponse
- isSetupPrivateNetworking() - Method in class com.dubture.jenkins.digitalocean.SlaveTemplate
- isSnapshot() - Method in class com.myjeeva.digitalocean.pojo.Image
- ISSUE - Enum constant in enum class com.myjeeva.digitalocean.common.CaaTagType
- ISSUE_WILD - Enum constant in enum class com.myjeeva.digitalocean.common.CaaTagType
- isTlsPassthrough() - Method in class com.myjeeva.digitalocean.pojo.ForwardingRules
- isValidCloudName(String) - Static method in class com.dubture.jenkins.digitalocean.DropletName
- isValidSlaveName(String) - Static method in class com.dubture.jenkins.digitalocean.DropletName
J
- JSON_CONTENT_TYPE - Static variable in interface com.myjeeva.digitalocean.common.Constants
K
- Kernel - Class in com.myjeeva.digitalocean.pojo
-
Represents DigitalOcean Kernel attributes
- Kernel() - Constructor for class com.myjeeva.digitalocean.pojo.Kernel
- Kernels - Class in com.myjeeva.digitalocean.pojo
-
Represents Kernels attributes
- Kernels() - Constructor for class com.myjeeva.digitalocean.pojo.Kernels
- Key - Class in com.myjeeva.digitalocean.pojo
-
Represents SSH Key attributes of DigitalOcean.
- Key() - Constructor for class com.myjeeva.digitalocean.pojo.Key
- Key(Integer) - Constructor for class com.myjeeva.digitalocean.pojo.Key
- Key(String) - Constructor for class com.myjeeva.digitalocean.pojo.Key
- Key(String, String) - Constructor for class com.myjeeva.digitalocean.pojo.Key
- Keys - Class in com.myjeeva.digitalocean.pojo
-
Represents Keys attributes
- Keys() - Constructor for class com.myjeeva.digitalocean.pojo.Keys
L
- launch(SlaveComputer, TaskListener) - Method in class com.dubture.jenkins.digitalocean.DigitalOceanComputerLauncher
-
Connects to the given
DigitalOceanComputervia SSH and installs Java/Jenkins agent if necessary. - LEAST_CONNECTIONS - Enum constant in enum class com.myjeeva.digitalocean.common.LoadBalancingAlgorithm
- LinkAction - Class in com.myjeeva.digitalocean.pojo
-
Represents Action attributes in the Links Actions section
- LinkAction() - Constructor for class com.myjeeva.digitalocean.pojo.LinkAction
- Links - Class in com.myjeeva.digitalocean.pojo
-
Represents Links attributes
- Links() - Constructor for class com.myjeeva.digitalocean.pojo.Links
- LINKS_ELEMENT_NAME - Static variable in interface com.myjeeva.digitalocean.common.Constants
- LOAD_BALANCER - Enum constant in enum class com.myjeeva.digitalocean.common.ResourceType
- LoadBalancer - Class in com.myjeeva.digitalocean.pojo
-
Represents Load Balancer object
- LoadBalancer() - Constructor for class com.myjeeva.digitalocean.pojo.LoadBalancer
- LoadBalancers - Class in com.myjeeva.digitalocean.pojo
-
Represents LoadBalancers attributes
- LoadBalancers() - Constructor for class com.myjeeva.digitalocean.pojo.LoadBalancers
- LoadBalancerSerializer - Class in com.myjeeva.digitalocean.serializer
-
Serialize the load balancer info for POST request.
- LoadBalancerSerializer() - Constructor for class com.myjeeva.digitalocean.serializer.LoadBalancerSerializer
- LoadBalancerStatus - Enum Class in com.myjeeva.digitalocean.common
-
Enumeration of DigitalOcean load balancer status.
- LoadBalancingAlgorithm - Enum Class in com.myjeeva.digitalocean.common
-
Enumeration of DigitalOcean load balancing algorithms.
M
- Meta - Class in com.myjeeva.digitalocean.pojo
-
Represents Meta attributes
- Meta() - Constructor for class com.myjeeva.digitalocean.pojo.Meta
- META_ELEMENT_NAME - Static variable in interface com.myjeeva.digitalocean.common.Constants
- migrateAuthTokenToCredential(String, String) - Static method in class com.dubture.jenkins.digitalocean.DigitalOceanCloud
- migratePrivateSshKeyToCredential(String, String) - Static method in class com.dubture.jenkins.digitalocean.DigitalOceanCloud
N
- NAME - Enum constant in enum class com.dubture.jenkins.digitalocean.DigitalOcean.ImageBy
- Neighbors - Class in com.myjeeva.digitalocean.pojo
-
Represents Neighbors attributes (which implicity refers droplet structure)
- Neighbors() - Constructor for class com.myjeeva.digitalocean.pojo.Neighbors
- Network - Class in com.myjeeva.digitalocean.pojo
-
Represents DigitalOcean Network attributes
- Network() - Constructor for class com.myjeeva.digitalocean.pojo.Network
- Networks - Class in com.myjeeva.digitalocean.pojo
-
Represents DigitalOcean Networks attributes
- Networks() - Constructor for class com.myjeeva.digitalocean.pojo.Networks
- NEW - Enum constant in enum class com.myjeeva.digitalocean.common.DropletStatus
- NEW - Enum constant in enum class com.myjeeva.digitalocean.common.ImageStatus
- NEW - Enum constant in enum class com.myjeeva.digitalocean.common.LoadBalancerStatus
- NO_CONTENT_JSON_STRUCT - Static variable in interface com.myjeeva.digitalocean.common.Constants
- None - Enum constant in enum class com.myjeeva.digitalocean.common.StickySessionType
O
- OFF - Enum constant in enum class com.myjeeva.digitalocean.common.DropletStatus
- onRemoved() - Method in class com.dubture.jenkins.digitalocean.DigitalOceanComputer
- OutboundRules - Class in com.myjeeva.digitalocean.pojo
-
Represents OutboundRules for Firewalls
- OutboundRules() - Constructor for class com.myjeeva.digitalocean.pojo.OutboundRules
P
- Pages - Class in com.myjeeva.digitalocean.pojo
-
Represents Pages attributes
- Pages() - Constructor for class com.myjeeva.digitalocean.pojo.Pages
- PARAM_PAGE_NO - Static variable in interface com.myjeeva.digitalocean.common.Constants
- PARAM_PER_PAGE - Static variable in interface com.myjeeva.digitalocean.common.Constants
- PASSWORD_RESET - Enum constant in enum class com.myjeeva.digitalocean.common.ActionType
- PATCH - Enum constant in enum class com.myjeeva.digitalocean.common.RequestMethod
- PATCH_DEFAULT_PROJECT - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- PATCH_PROJECT - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- patchDefaultProject(Project) - Method in interface com.myjeeva.digitalocean.DigitalOcean
- patchDefaultProject(Project) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- patchProject(Project) - Method in interface com.myjeeva.digitalocean.DigitalOcean
- patchProject(Project) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- PENDING - Enum constant in enum class com.myjeeva.digitalocean.common.CertificateState
- PENDING - Enum constant in enum class com.myjeeva.digitalocean.common.ImageStatus
- PendingChanges - Class in com.myjeeva.digitalocean.pojo
-
Represents PendingChanges for Firewalls
- PendingChanges() - Constructor for class com.myjeeva.digitalocean.pojo.PendingChanges
- perform(ApiRequest) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- POST - Enum constant in enum class com.myjeeva.digitalocean.common.RequestMethod
- POWER_CYCLE - Enum constant in enum class com.myjeeva.digitalocean.common.ActionType
- POWER_CYCLE_DROPLET - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- POWER_OFF - Enum constant in enum class com.myjeeva.digitalocean.common.ActionType
- POWER_OFF_DROPLET - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- POWER_ON - Enum constant in enum class com.myjeeva.digitalocean.common.ActionType
- POWER_ON_DROPLET - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- powerCycleDroplet(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method allows you to power cycle a droplet.
- powerCycleDroplet(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- powerOffDroplet(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method allows you to poweroff a running droplet.
- powerOffDroplet(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- powerOnDroplet(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method allows you to poweron a powered off droplet.
- powerOnDroplet(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- PRIVATE - Enum constant in enum class com.dubture.jenkins.digitalocean.ImageFilters.ImageFilterPrivate
- privateFilter - Variable in class com.dubture.jenkins.digitalocean.ImageFilters
- PRODUCTION - Enum constant in enum class com.myjeeva.digitalocean.common.Environment
- Project - Class in com.myjeeva.digitalocean.pojo
-
Represents Project attributes of DigitalOcean.
- Project() - Constructor for class com.myjeeva.digitalocean.pojo.Project
- Projects - Class in com.myjeeva.digitalocean.pojo
-
Represents list of projects.
- Projects() - Constructor for class com.myjeeva.digitalocean.pojo.Projects
- Protocol - Enum Class in com.myjeeva.digitalocean.common
-
Enumeration of protocol used in forwarding rules .
- provision(Label, int) - Method in class com.dubture.jenkins.digitalocean.DigitalOceanCloud
-
The actual logic for provisioning a new droplet when it's needed by Jenkins.
- provision(ProvisioningActivity.Id, String, String, String, String, Integer, List<Droplet>, Boolean) - Method in class com.dubture.jenkins.digitalocean.SlaveTemplate
- PUT - Enum constant in enum class com.myjeeva.digitalocean.common.RequestMethod
R
- RATE_LIMIT_ELEMENT_NAME - Static variable in interface com.myjeeva.digitalocean.common.Constants
- RATE_LIMIT_JSON_STRUCT - Static variable in interface com.myjeeva.digitalocean.common.Constants
- RateLimit - Class in com.myjeeva.digitalocean.pojo
-
Represents Rate Limit header values
- RateLimit() - Constructor for class com.myjeeva.digitalocean.pojo.RateLimit
-
Default Constructor
- RateLimit(Integer, Integer, Date) - Constructor for class com.myjeeva.digitalocean.pojo.RateLimit
-
Parameterized Constructor
- RateLimitBase - Class in com.myjeeva.digitalocean.pojo
-
Represents RateLimit header values and being extended in all POJO.
- RateLimitBase() - Constructor for class com.myjeeva.digitalocean.pojo.RateLimitBase
- readResolve() - Method in class com.dubture.jenkins.digitalocean.DigitalOceanCloud
- readResolve() - Method in class com.dubture.jenkins.digitalocean.SlaveTemplate
- REBOOT - Enum constant in enum class com.myjeeva.digitalocean.common.ActionType
- REBOOT_DROPLET - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- rebootDroplet(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method allows you to reboot a droplet.
- rebootDroplet(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- REBUILD - Enum constant in enum class com.myjeeva.digitalocean.common.ActionType
- REBUILD_DROPLET - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- rebuildDroplet(Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method allows you to reinstall a droplet with a default image.
- rebuildDroplet(Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- Region - Class in com.myjeeva.digitalocean.pojo
-
Represents Region (aka Data Center) attributes of DigitalOcean.
- Region() - Constructor for class com.myjeeva.digitalocean.pojo.Region
- Region(String) - Constructor for class com.myjeeva.digitalocean.pojo.Region
- Regions - Class in com.myjeeva.digitalocean.pojo
-
Represents Regions attributes
- Regions() - Constructor for class com.myjeeva.digitalocean.pojo.Regions
- REMOVE_DROPLET_FROM_FIREWALL - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- REMOVE_DROPLET_FROM_LOAD_BALANCER - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- REMOVE_FORWARDING_RULES_FROM_LOAD_BALANCER - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- removeDropletsFromFirewall(String, List<Integer>) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method allows you to remove a Droplet from a Load Balancer instance.
- removeDropletsFromFirewall(String, List<Integer>) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- removeDropletsFromLoadBalancer(String, List<Integer>) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method allows you to remove a Droplet from a Load Balancer instance.
- removeDropletsFromLoadBalancer(String, List<Integer>) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- removeForwardingRulesFromLoadBalancer(String, List<ForwardingRules>) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method allows you to remove forwarding rules from a Load Balancer instance.
- removeForwardingRulesFromLoadBalancer(String, List<ForwardingRules>) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- RENAME - Enum constant in enum class com.myjeeva.digitalocean.common.ActionType
- RENAME_DROPLET - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- renameDroplet(Integer, String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method renames the droplet to the specified name.
- renameDroplet(Integer, String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- RequestMethod - Enum Class in com.myjeeva.digitalocean.common
-
Enumeration of HTTP Methods
- RequestUnsuccessfulException - Exception Class in com.myjeeva.digitalocean.exception
-
RequestUnsuccessfulExceptionwill be thrown if any RESTful request unsuccessful from wrapper method - RequestUnsuccessfulException(String) - Constructor for exception class com.myjeeva.digitalocean.exception.RequestUnsuccessfulException
- RequestUnsuccessfulException(String, Throwable) - Constructor for exception class com.myjeeva.digitalocean.exception.RequestUnsuccessfulException
- RESERVE_FLOATING_IP - Enum constant in enum class com.myjeeva.digitalocean.common.ActionType
- RESET_DROPLET_PASSWORD - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- resetDropletPassword(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method will reset the root password for a droplet.
- resetDropletPassword(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- RESIZE - Enum constant in enum class com.myjeeva.digitalocean.common.ActionType
- RESIZE_DROPLET - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- resizeDroplet(Integer, String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method allows you to resize a specific droplet to a different size.
- resizeDroplet(Integer, String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- resizeDroplet(Integer, String, Boolean) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method allows you to resize a specific droplet to a different size.
- resizeDroplet(Integer, String, Boolean) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- resizeVolume(String, String, Double) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method resizes volume by identifier
- resizeVolume(String, String, Double) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- Resource - Class in com.myjeeva.digitalocean.pojo
-
Resource represent a single resource for associating/disassociating with tag on DigitalOcean.
- Resource() - Constructor for class com.myjeeva.digitalocean.pojo.Resource
- Resource(String, ResourceType) - Constructor for class com.myjeeva.digitalocean.pojo.Resource
- Resources - Class in com.myjeeva.digitalocean.pojo
-
Resource represent a array of resources for associating/disassociating with tag on DigitalOcean.
- Resources() - Constructor for class com.myjeeva.digitalocean.pojo.Resources
- Resources(List<Resource>) - Constructor for class com.myjeeva.digitalocean.pojo.Resources
- ResourceType - Enum Class in com.myjeeva.digitalocean.common
-
Enumeration of DigitalOcean Resource Types
- Response - Class in com.myjeeva.digitalocean.pojo
-
Represents generic basic response handling for HTTP Method
- Response() - Constructor for class com.myjeeva.digitalocean.pojo.Response
-
Default Constructor
- Response(Boolean) - Constructor for class com.myjeeva.digitalocean.pojo.Response
-
Parameterized Constructor
- RESTORE - Enum constant in enum class com.myjeeva.digitalocean.common.ActionType
- RESTORE_DROPLET - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- restoreDroplet(Integer, Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method allows you to restore a droplet with a previous image or snapshot.
- restoreDroplet(Integer, Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- RetentionStrategy - Class in com.dubture.jenkins.digitalocean
-
The
RetentionStrategyis mainly used to determine when an idleDropletcan be destroyed. - RetentionStrategy() - Constructor for class com.dubture.jenkins.digitalocean.RetentionStrategy
- ROUND_ROBIN - Enum constant in enum class com.myjeeva.digitalocean.common.LoadBalancingAlgorithm
S
- serialize(Droplet, Type, JsonSerializationContext) - Method in class com.myjeeva.digitalocean.serializer.DropletSerializer
- serialize(Firewall, Type, JsonSerializationContext) - Method in class com.myjeeva.digitalocean.serializer.FirewallSerializer
- serialize(LoadBalancer, Type, JsonSerializationContext) - Method in class com.myjeeva.digitalocean.serializer.LoadBalancerSerializer
- serialize(Volume, Type, JsonSerializationContext) - Method in class com.myjeeva.digitalocean.serializer.VolumeSerializer
- setActions(List<Action>) - Method in class com.myjeeva.digitalocean.pojo.Actions
- setActions(List<LinkAction>) - Method in class com.myjeeva.digitalocean.pojo.Links
- setAddresses(List<String>) - Method in class com.myjeeva.digitalocean.pojo.Destinations
- setAddresses(List<String>) - Method in class com.myjeeva.digitalocean.pojo.Sources
- setAlgorithm(LoadBalancingAlgorithm) - Method in class com.myjeeva.digitalocean.pojo.LoadBalancer
- setApiAction(ApiAction) - Method in class com.myjeeva.digitalocean.impl.ApiRequest
- setApiAction(ApiAction) - Method in class com.myjeeva.digitalocean.impl.ApiResponse
- setApiVersion(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- setAuthToken(String) - Method in class com.dubture.jenkins.digitalocean.DigitalOceanCloud
-
Deprecated.
- setAuthToken(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- setAuthTokenCredentialId(String) - Method in class com.dubture.jenkins.digitalocean.DigitalOceanCloud
- setAvailable(boolean) - Method in class com.myjeeva.digitalocean.pojo.Region
- setAvailable(boolean) - Method in class com.myjeeva.digitalocean.pojo.Size
- setAvailablePublic(boolean) - Method in class com.myjeeva.digitalocean.pojo.Image
- setBackupIds(List<Integer>) - Method in class com.myjeeva.digitalocean.pojo.Droplet
- setBackups(List<Backup>) - Method in class com.myjeeva.digitalocean.pojo.Backups
- setCertificateChain(String) - Method in class com.myjeeva.digitalocean.pojo.Certificate
- setCertificateId(String) - Method in class com.myjeeva.digitalocean.pojo.ForwardingRules
- setCertificates(List<Certificate>) - Method in class com.myjeeva.digitalocean.pojo.Certificates
- setCheckIntervalInSeconds(Integer) - Method in class com.myjeeva.digitalocean.pojo.HealthCheck
- setCompletedAt(Date) - Method in class com.myjeeva.digitalocean.pojo.Action
- setCookieName(String) - Method in class com.myjeeva.digitalocean.pojo.StickySessions
- setCookieTtlInSeconds(Integer) - Method in class com.myjeeva.digitalocean.pojo.StickySessions
- setCount(int) - Method in class com.myjeeva.digitalocean.pojo.TagDropletResource
- setCreatedAt(String) - Method in class com.myjeeva.digitalocean.pojo.Project
- setCreatedDate(Date) - Method in class com.myjeeva.digitalocean.pojo.Certificate
- setCreatedDate(Date) - Method in class com.myjeeva.digitalocean.pojo.Droplet
- setCreatedDate(Date) - Method in class com.myjeeva.digitalocean.pojo.Firewall
- setCreatedDate(Date) - Method in class com.myjeeva.digitalocean.pojo.Image
- setCreatedDate(Date) - Method in class com.myjeeva.digitalocean.pojo.LoadBalancer
- setCreatedDate(Date) - Method in class com.myjeeva.digitalocean.pojo.Volume
- setData(Object) - Method in class com.myjeeva.digitalocean.impl.ApiRequest
- setData(Object) - Method in class com.myjeeva.digitalocean.impl.ApiResponse
- setData(String) - Method in class com.myjeeva.digitalocean.pojo.DomainRecord
- setDefault(boolean) - Method in class com.myjeeva.digitalocean.pojo.Project
- setDescription(String) - Method in class com.myjeeva.digitalocean.pojo.Image
- setDescription(String) - Method in class com.myjeeva.digitalocean.pojo.Project
- setDescription(String) - Method in class com.myjeeva.digitalocean.pojo.Volume
- setDestinations(Destinations) - Method in class com.myjeeva.digitalocean.pojo.OutboundRules
- setDisk(Boolean) - Method in class com.myjeeva.digitalocean.pojo.DropletAction
- setDiskSize(Integer) - Method in class com.myjeeva.digitalocean.pojo.Droplet
- setDiskSize(Integer) - Method in class com.myjeeva.digitalocean.pojo.Size
- setDistribution(String) - Method in class com.myjeeva.digitalocean.pojo.Image
-
The name of a custom image's distribution.
- setDnsNames(List<String>) - Method in class com.myjeeva.digitalocean.pojo.Certificate
- setDomainRecords(List<DomainRecord>) - Method in class com.myjeeva.digitalocean.pojo.DomainRecords
- setDomains(List<Domain>) - Method in class com.myjeeva.digitalocean.pojo.Domains
- setDroplet(Droplet) - Method in class com.myjeeva.digitalocean.pojo.FloatingIP
- setDropletId(Integer) - Method in class com.myjeeva.digitalocean.pojo.FloatingIPAction
- setDropletId(Integer) - Method in class com.myjeeva.digitalocean.pojo.PendingChanges
- setDropletId(Integer) - Method in class com.myjeeva.digitalocean.pojo.VolumeAction
- setDropletIds(List<Integer>) - Method in class com.myjeeva.digitalocean.pojo.Destinations
- setDropletIds(List<Integer>) - Method in class com.myjeeva.digitalocean.pojo.Firewall
- setDropletIds(List<Integer>) - Method in class com.myjeeva.digitalocean.pojo.Sources
- setDropletIds(List<String>) - Method in class com.myjeeva.digitalocean.pojo.LoadBalancer
- setDropletIds(Set<Integer>) - Method in class com.myjeeva.digitalocean.pojo.Volume
- setDropletLimit(Integer) - Method in class com.myjeeva.digitalocean.pojo.Account
- setDroplets(TagDropletResource) - Method in class com.myjeeva.digitalocean.pojo.TagResource
- setDroplets(List<Droplet>) - Method in class com.myjeeva.digitalocean.pojo.Droplets
- setEmail(String) - Method in class com.myjeeva.digitalocean.pojo.Account
- setEmailVerified(boolean) - Method in class com.myjeeva.digitalocean.pojo.Account
- setEnableBackup(Boolean) - Method in class com.myjeeva.digitalocean.pojo.Droplet
- setEnableIpv6(Boolean) - Method in class com.myjeeva.digitalocean.pojo.Droplet
- setEnablePrivateNetworking(Boolean) - Method in class com.myjeeva.digitalocean.pojo.Droplet
- setEntryPort(Integer) - Method in class com.myjeeva.digitalocean.pojo.ForwardingRules
- setEntryProtocol(Protocol) - Method in class com.myjeeva.digitalocean.pojo.ForwardingRules
- setEnvironment(Environment) - Method in class com.myjeeva.digitalocean.pojo.Project
- setErrorMessage(String) - Method in class com.myjeeva.digitalocean.pojo.Image
- setFeatures(List<String>) - Method in class com.myjeeva.digitalocean.pojo.Droplet
- setFeatures(List<String>) - Method in class com.myjeeva.digitalocean.pojo.Region
- setFileSystemLabel(String) - Method in class com.myjeeva.digitalocean.pojo.Volume
- setFileSystemType(String) - Method in class com.myjeeva.digitalocean.pojo.Volume
- setFingerprint(String) - Method in class com.myjeeva.digitalocean.pojo.Key
- setFirewalls(List<Firewall>) - Method in class com.myjeeva.digitalocean.pojo.Firewalls
- setFirst(String) - Method in class com.myjeeva.digitalocean.pojo.Pages
- setFlags(Integer) - Method in class com.myjeeva.digitalocean.pojo.DomainRecord
- setFloatingIPLimit(Integer) - Method in class com.myjeeva.digitalocean.pojo.Account
- setFloatingIPs(List<FloatingIP>) - Method in class com.myjeeva.digitalocean.pojo.FloatingIPs
- setForwardingRules(List<ForwardingRules>) - Method in class com.myjeeva.digitalocean.pojo.LoadBalancer
- setGateway(String) - Method in class com.myjeeva.digitalocean.pojo.Network
- setHealthCheck(HealthCheck) - Method in class com.myjeeva.digitalocean.pojo.LoadBalancer
- setHealthyThreshold(Integer) - Method in class com.myjeeva.digitalocean.pojo.HealthCheck
- setHref(String) - Method in class com.myjeeva.digitalocean.pojo.LinkAction
- setHttpClient(CloseableHttpClient) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- setId(Integer) - Method in class com.myjeeva.digitalocean.pojo.Action
- setId(Integer) - Method in class com.myjeeva.digitalocean.pojo.DomainRecord
- setId(Integer) - Method in class com.myjeeva.digitalocean.pojo.Droplet
- setId(Integer) - Method in class com.myjeeva.digitalocean.pojo.Kernel
- setId(Integer) - Method in class com.myjeeva.digitalocean.pojo.Key
- setId(Integer) - Method in class com.myjeeva.digitalocean.pojo.LinkAction
- setId(String) - Method in class com.myjeeva.digitalocean.pojo.Certificate
- setId(String) - Method in class com.myjeeva.digitalocean.pojo.Firewall
- setId(String) - Method in class com.myjeeva.digitalocean.pojo.Image
- setId(String) - Method in class com.myjeeva.digitalocean.pojo.LoadBalancer
- setId(String) - Method in class com.myjeeva.digitalocean.pojo.Project
- setId(String) - Method in class com.myjeeva.digitalocean.pojo.Resource
- setId(String) - Method in class com.myjeeva.digitalocean.pojo.Volume
- setImage(Image) - Method in class com.myjeeva.digitalocean.pojo.Droplet
- setImage(Integer) - Method in class com.myjeeva.digitalocean.pojo.DropletAction
- setImageFilterPrivate(ImageFilters.ImageFilterPrivate) - Method in class com.dubture.jenkins.digitalocean.SlaveTemplate
- setImageFilterType(ImageFilters.ImageFilterType) - Method in class com.dubture.jenkins.digitalocean.SlaveTemplate
- setImages(List<Image>) - Method in class com.myjeeva.digitalocean.pojo.Images
- setInboundRules(List<InboundRules>) - Method in class com.myjeeva.digitalocean.pojo.Firewall
- setInstallMonitoring(Boolean) - Method in class com.myjeeva.digitalocean.pojo.Droplet
- setIp(String) - Method in class com.myjeeva.digitalocean.pojo.FloatingIP
- setIp(String) - Method in class com.myjeeva.digitalocean.pojo.LoadBalancer
- setIpAddress(String) - Method in class com.myjeeva.digitalocean.pojo.Domain
- setIpAddress(String) - Method in class com.myjeeva.digitalocean.pojo.Network
- setIsRequestSuccess(Boolean) - Method in class com.myjeeva.digitalocean.pojo.Response
- setKernel(Kernel) - Method in class com.myjeeva.digitalocean.pojo.Droplet
- setKernel(Integer) - Method in class com.myjeeva.digitalocean.pojo.DropletAction
- setKernels(List<Kernel>) - Method in class com.myjeeva.digitalocean.pojo.Kernels
- setKeys(List<Key>) - Method in class com.myjeeva.digitalocean.pojo.Droplet
- setKeys(List<Key>) - Method in class com.myjeeva.digitalocean.pojo.Keys
- setLast(String) - Method in class com.myjeeva.digitalocean.pojo.Pages
- setLastTaggedUri(String) - Method in class com.myjeeva.digitalocean.pojo.TagDropletResource
- setLeafCertificate(String) - Method in class com.myjeeva.digitalocean.pojo.Certificate
- setLinks(Links) - Method in class com.myjeeva.digitalocean.pojo.Base
- setLoadBalancers(List<LoadBalancer>) - Method in class com.myjeeva.digitalocean.pojo.LoadBalancers
- setLoadBalancerUids(List<String>) - Method in class com.myjeeva.digitalocean.pojo.Destinations
- setLoadBalancerUids(List<String>) - Method in class com.myjeeva.digitalocean.pojo.Sources
- setLocked(boolean) - Method in class com.myjeeva.digitalocean.pojo.Droplet
- setLocked(boolean) - Method in class com.myjeeva.digitalocean.pojo.FloatingIP
- setMemorySizeInMb(Integer) - Method in class com.myjeeva.digitalocean.pojo.Droplet
- setMemorySizeInMb(Integer) - Method in class com.myjeeva.digitalocean.pojo.Size
- setMeta(Meta) - Method in class com.myjeeva.digitalocean.pojo.Base
- setMinDiskSize(Integer) - Method in class com.myjeeva.digitalocean.pojo.Image
- setName(String) - Method in class com.myjeeva.digitalocean.pojo.Certificate
- setName(String) - Method in class com.myjeeva.digitalocean.pojo.Domain
- setName(String) - Method in class com.myjeeva.digitalocean.pojo.DomainRecord
- setName(String) - Method in class com.myjeeva.digitalocean.pojo.Droplet
- setName(String) - Method in class com.myjeeva.digitalocean.pojo.DropletAction
- setName(String) - Method in class com.myjeeva.digitalocean.pojo.Firewall
- setName(String) - Method in class com.myjeeva.digitalocean.pojo.Image
- setName(String) - Method in class com.myjeeva.digitalocean.pojo.Kernel
- setName(String) - Method in class com.myjeeva.digitalocean.pojo.Key
- setName(String) - Method in class com.myjeeva.digitalocean.pojo.LoadBalancer
- setName(String) - Method in class com.myjeeva.digitalocean.pojo.Project
- setName(String) - Method in class com.myjeeva.digitalocean.pojo.Region
- setName(String) - Method in class com.myjeeva.digitalocean.pojo.Tag
- setName(String) - Method in class com.myjeeva.digitalocean.pojo.Volume
- setNames(List<String>) - Method in class com.myjeeva.digitalocean.pojo.Droplet
- setNeighbors(List<Droplet>) - Method in class com.myjeeva.digitalocean.pojo.Neighbors
- setNetmask(String) - Method in class com.myjeeva.digitalocean.pojo.Network
- setNetworks(Networks) - Method in class com.myjeeva.digitalocean.pojo.Droplet
- setNext(String) - Method in class com.myjeeva.digitalocean.pojo.Pages
- setNotAfter(String) - Method in class com.myjeeva.digitalocean.pojo.Certificate
- setOutboundRules(List<OutboundRules>) - Method in class com.myjeeva.digitalocean.pojo.Firewall
- setOwnerId(String) - Method in class com.myjeeva.digitalocean.pojo.Project
- setOwnerUuid(String) - Method in class com.myjeeva.digitalocean.pojo.Project
- setPageNo(Integer) - Method in class com.myjeeva.digitalocean.impl.ApiRequest
- setPages(Pages) - Method in class com.myjeeva.digitalocean.pojo.Links
- setPath(String) - Method in class com.myjeeva.digitalocean.pojo.HealthCheck
- setPathParams(Object[]) - Method in class com.myjeeva.digitalocean.impl.ApiRequest
- setPendingChanges(List<PendingChanges>) - Method in class com.myjeeva.digitalocean.pojo.Firewall
- setPerPage(Integer) - Method in class com.myjeeva.digitalocean.impl.ApiRequest
- setPort(Integer) - Method in class com.myjeeva.digitalocean.pojo.DomainRecord
- setPort(Integer) - Method in class com.myjeeva.digitalocean.pojo.HealthCheck
- setPorts(String) - Method in class com.myjeeva.digitalocean.pojo.InboundRules
- setPorts(String) - Method in class com.myjeeva.digitalocean.pojo.OutboundRules
- setPrev(String) - Method in class com.myjeeva.digitalocean.pojo.Pages
- setPriceHourly(BigDecimal) - Method in class com.myjeeva.digitalocean.pojo.Size
- setPriceMonthly(BigDecimal) - Method in class com.myjeeva.digitalocean.pojo.Size
- setPriority(Integer) - Method in class com.myjeeva.digitalocean.pojo.DomainRecord
- setPrivateKey(String) - Method in class com.dubture.jenkins.digitalocean.DigitalOceanCloud
-
Deprecated.
- setPrivateKey(String) - Method in class com.myjeeva.digitalocean.pojo.Certificate
- setPrivateKeyCredentialId(String) - Method in class com.dubture.jenkins.digitalocean.DigitalOceanCloud
- setProjects(List<Project>) - Method in class com.myjeeva.digitalocean.pojo.Projects
- setProtocol(Protocol) - Method in class com.myjeeva.digitalocean.pojo.HealthCheck
- setProtocol(String) - Method in class com.myjeeva.digitalocean.pojo.InboundRules
- setProtocol(String) - Method in class com.myjeeva.digitalocean.pojo.OutboundRules
- setPublicKey(String) - Method in class com.myjeeva.digitalocean.pojo.Key
- setPurpose(String) - Method in class com.myjeeva.digitalocean.pojo.Project
- setQueryParams(Map<String, String>) - Method in class com.myjeeva.digitalocean.impl.ApiRequest
- setRateLimit(RateLimit) - Method in class com.myjeeva.digitalocean.pojo.RateLimitBase
- setRedirectHttpToHttps(boolean) - Method in class com.myjeeva.digitalocean.pojo.LoadBalancer
- setRegion(Region) - Method in class com.myjeeva.digitalocean.pojo.Action
- setRegion(Region) - Method in class com.myjeeva.digitalocean.pojo.Droplet
- setRegion(Region) - Method in class com.myjeeva.digitalocean.pojo.FloatingIP
- setRegion(Region) - Method in class com.myjeeva.digitalocean.pojo.LoadBalancer
- setRegion(Region) - Method in class com.myjeeva.digitalocean.pojo.Volume
- setRegion(String) - Method in class com.myjeeva.digitalocean.pojo.FloatingIPAction
- setRegion(String) - Method in class com.myjeeva.digitalocean.pojo.Image
- setRegion(String) - Method in class com.myjeeva.digitalocean.pojo.ImageAction
- setRegions(List<Region>) - Method in class com.myjeeva.digitalocean.pojo.Regions
- setRegions(List<String>) - Method in class com.myjeeva.digitalocean.pojo.Image
- setRegions(List<String>) - Method in class com.myjeeva.digitalocean.pojo.Size
- setRegionSlug(String) - Method in class com.myjeeva.digitalocean.pojo.Action
- setRegionSlug(String) - Method in class com.myjeeva.digitalocean.pojo.VolumeAction
- setRel(String) - Method in class com.myjeeva.digitalocean.pojo.LinkAction
- setRemoving(Boolean) - Method in class com.myjeeva.digitalocean.pojo.PendingChanges
- setRequestSuccess(boolean) - Method in class com.myjeeva.digitalocean.impl.ApiResponse
- setResourceId(Long) - Method in class com.myjeeva.digitalocean.pojo.Action
- setResources(TagResource) - Method in class com.myjeeva.digitalocean.pojo.Tag
- setResources(List<Resource>) - Method in class com.myjeeva.digitalocean.pojo.Resources
- setResourceType(ResourceType) - Method in class com.myjeeva.digitalocean.pojo.Action
- setResponseTimeoutInSeconds(Integer) - Method in class com.myjeeva.digitalocean.pojo.HealthCheck
- setSha1Fingerprint(String) - Method in class com.myjeeva.digitalocean.pojo.Certificate
- setSize(Double) - Method in class com.myjeeva.digitalocean.pojo.Image
- setSize(Double) - Method in class com.myjeeva.digitalocean.pojo.VolumeAction
- setSize(Integer) - Method in class com.myjeeva.digitalocean.pojo.Volume
- setSize(String) - Method in class com.myjeeva.digitalocean.pojo.Droplet
- setSize(String) - Method in class com.myjeeva.digitalocean.pojo.DropletAction
- setSizes(List<Size>) - Method in class com.myjeeva.digitalocean.pojo.Sizes
- setSizes(List<String>) - Method in class com.myjeeva.digitalocean.pojo.Region
- setSlug(String) - Method in class com.myjeeva.digitalocean.pojo.Image
- setSlug(String) - Method in class com.myjeeva.digitalocean.pojo.Region
- setSlug(String) - Method in class com.myjeeva.digitalocean.pojo.Size
- setSnapshotId(String) - Method in class com.myjeeva.digitalocean.pojo.Volume
- setSnapshotIds(List<Integer>) - Method in class com.myjeeva.digitalocean.pojo.Droplet
- setSnapshots(List<Snapshot>) - Method in class com.myjeeva.digitalocean.pojo.Snapshots
- setSources(Sources) - Method in class com.myjeeva.digitalocean.pojo.InboundRules
- setStartedAt(Date) - Method in class com.myjeeva.digitalocean.pojo.Action
- setState(CertificateState) - Method in class com.myjeeva.digitalocean.pojo.Certificate
- setStatus(ActionStatus) - Method in class com.myjeeva.digitalocean.pojo.Action
- setStatus(DropletStatus) - Method in class com.myjeeva.digitalocean.pojo.Droplet
- setStatus(ImageStatus) - Method in class com.myjeeva.digitalocean.pojo.Image
- setStatus(LoadBalancerStatus) - Method in class com.myjeeva.digitalocean.pojo.LoadBalancer
- setStatus(String) - Method in class com.myjeeva.digitalocean.pojo.Account
- setStatus(String) - Method in class com.myjeeva.digitalocean.pojo.Firewall
- setStatus(String) - Method in class com.myjeeva.digitalocean.pojo.PendingChanges
- setStatusCode(int) - Method in class com.myjeeva.digitalocean.pojo.Response
- setStatusMessage(String) - Method in class com.myjeeva.digitalocean.pojo.Account
- setStickySessions(StickySessions) - Method in class com.myjeeva.digitalocean.pojo.LoadBalancer
- setTag(CaaTagType) - Method in class com.myjeeva.digitalocean.pojo.DomainRecord
- setTag(String) - Method in class com.myjeeva.digitalocean.pojo.LoadBalancer
- setTags(List<Tag>) - Method in class com.myjeeva.digitalocean.pojo.Tags
- setTags(List<String>) - Method in class com.myjeeva.digitalocean.pojo.Destinations
- setTags(List<String>) - Method in class com.myjeeva.digitalocean.pojo.Droplet
- setTags(List<String>) - Method in class com.myjeeva.digitalocean.pojo.Firewall
- setTags(List<String>) - Method in class com.myjeeva.digitalocean.pojo.Image
- setTags(List<String>) - Method in class com.myjeeva.digitalocean.pojo.Sources
- setTags(List<String>) - Method in class com.myjeeva.digitalocean.pojo.Volume
- setTargetPort(Integer) - Method in class com.myjeeva.digitalocean.pojo.ForwardingRules
- setTargetProtocol(Protocol) - Method in class com.myjeeva.digitalocean.pojo.ForwardingRules
- setTimeToLive(Integer) - Method in class com.myjeeva.digitalocean.pojo.Domain
- setTlsPassthrough(boolean) - Method in class com.myjeeva.digitalocean.pojo.ForwardingRules
- setTotal(Integer) - Method in class com.myjeeva.digitalocean.pojo.Meta
- setTransfer(Double) - Method in class com.myjeeva.digitalocean.pojo.Size
- setTtl(Integer) - Method in class com.myjeeva.digitalocean.pojo.DomainRecord
- setType(ActionType) - Method in class com.myjeeva.digitalocean.pojo.Action
- setType(ActionType) - Method in class com.myjeeva.digitalocean.pojo.DropletAction
- setType(ActionType) - Method in class com.myjeeva.digitalocean.pojo.ImageAction
- setType(ActionType) - Method in class com.myjeeva.digitalocean.pojo.VolumeAction
- setType(ImageType) - Method in class com.myjeeva.digitalocean.pojo.Image
- setType(ResourceType) - Method in class com.myjeeva.digitalocean.pojo.Resource
- setType(StickySessionType) - Method in class com.myjeeva.digitalocean.pojo.StickySessions
- setType(String) - Method in class com.myjeeva.digitalocean.pojo.Certificate
- setType(String) - Method in class com.myjeeva.digitalocean.pojo.DomainRecord
- setType(String) - Method in class com.myjeeva.digitalocean.pojo.FloatingIPAction
- setType(String) - Method in class com.myjeeva.digitalocean.pojo.Network
- setUnhealthyThreshold(Integer) - Method in class com.myjeeva.digitalocean.pojo.HealthCheck
- setUpdatedAt(String) - Method in class com.myjeeva.digitalocean.pojo.Project
- setUrl(String) - Method in class com.myjeeva.digitalocean.pojo.Image
-
A URL from which the custom Linux virtual machine image may be retrieved.
- setUserData(String) - Method in class com.myjeeva.digitalocean.pojo.Droplet
- setUuid(String) - Method in class com.myjeeva.digitalocean.pojo.Account
- setVersion(String) - Method in class com.myjeeva.digitalocean.pojo.Kernel
- setVersion4Networks(List<Network>) - Method in class com.myjeeva.digitalocean.pojo.Networks
- setVersion6Networks(List<Network>) - Method in class com.myjeeva.digitalocean.pojo.Networks
- setVirutalCpuCount(Integer) - Method in class com.myjeeva.digitalocean.pojo.Droplet
- setVirutalCpuCount(Integer) - Method in class com.myjeeva.digitalocean.pojo.Size
- setVolumeIds(List<String>) - Method in class com.myjeeva.digitalocean.pojo.Droplet
- setVolumeName(String) - Method in class com.myjeeva.digitalocean.pojo.VolumeAction
- setVolumes(List<Volume>) - Method in class com.myjeeva.digitalocean.pojo.Volumes
- setWeight(Integer) - Method in class com.myjeeva.digitalocean.pojo.DomainRecord
- setZoneFile(String) - Method in class com.myjeeva.digitalocean.pojo.Domain
- SHUTDOWN - Enum constant in enum class com.myjeeva.digitalocean.common.ActionType
- SHUTDOWN_DROPLET - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- shutdownDroplet(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method allows you to shutdown a running droplet.
- shutdownDroplet(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- Size - Class in com.myjeeva.digitalocean.pojo
-
Represents Droplet Size (aka Droplet Plan) attributes of DigitalOcean.
- Size() - Constructor for class com.myjeeva.digitalocean.pojo.Size
- Size(String) - Constructor for class com.myjeeva.digitalocean.pojo.Size
- Sizes - Class in com.myjeeva.digitalocean.pojo
-
Represents Sizes attributes
- Sizes() - Constructor for class com.myjeeva.digitalocean.pojo.Sizes
- Slave - Class in com.dubture.jenkins.digitalocean
-
The
Slaveis responsible for Creating a DigitalOceanDigitalOceanComputerDestroying theDropletif it's not needed anymore. - Slave(ProvisioningActivity.Id, String, String, String, Integer, String, String, String, int, int, int, String, ComputerLauncher, RetentionStrategy<?>, List<? extends NodeProperty<?>>, String) - Constructor for class com.dubture.jenkins.digitalocean.Slave
- Slave.DescriptorImpl - Class in com.dubture.jenkins.digitalocean
- SlaveTemplate - Class in com.dubture.jenkins.digitalocean
-
A
SlaveTemplaterepresents the configuration values for creating a new agent via a DigitalOcean droplet. - SlaveTemplate(String, String, String, String, String, String, Integer, Boolean, String, String, String, Boolean, String, Boolean, String, String, String) - Constructor for class com.dubture.jenkins.digitalocean.SlaveTemplate
-
Data is injected from the global Jenkins configuration via jelly.
- SlaveTemplate.DescriptorImpl - Class in com.dubture.jenkins.digitalocean
- SLUG - Enum constant in enum class com.dubture.jenkins.digitalocean.DigitalOcean.ImageBy
- Snapshot - Class in com.myjeeva.digitalocean.pojo
-
Represents Snapshot attributes
- Snapshot() - Constructor for class com.myjeeva.digitalocean.pojo.Snapshot
- SNAPSHOT - Enum constant in enum class com.myjeeva.digitalocean.common.ActionType
- SNAPSHOT - Enum constant in enum class com.myjeeva.digitalocean.common.ImageType
- SNAPSHOT_DROPLET - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- SNAPSHOT_VOLUME - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- Snapshots - Class in com.myjeeva.digitalocean.pojo
-
Represents Snapshots attributes
- Snapshots() - Constructor for class com.myjeeva.digitalocean.pojo.Snapshots
- Sources - Class in com.myjeeva.digitalocean.pojo
-
Represents Sources for InboundRules used by Firewalls
- Sources() - Constructor for class com.myjeeva.digitalocean.pojo.Sources
- STAGING - Enum constant in enum class com.myjeeva.digitalocean.common.Environment
- start(DigitalOceanComputer) - Method in class com.dubture.jenkins.digitalocean.RetentionStrategy
- START_PAGE_NO - Static variable in interface com.myjeeva.digitalocean.common.Constants
- StickySessions - Class in com.myjeeva.digitalocean.pojo
-
Represents DigitalOcean Load Balancer sticky sessions object
- StickySessions() - Constructor for class com.myjeeva.digitalocean.pojo.StickySessions
- StickySessionType - Enum Class in com.myjeeva.digitalocean.common
-
Enumeration of sticky session types .
T
- Tag - Class in com.myjeeva.digitalocean.pojo
-
Represents Tag attributes of DigitalOcean.
- Tag() - Constructor for class com.myjeeva.digitalocean.pojo.Tag
- Tag(String) - Constructor for class com.myjeeva.digitalocean.pojo.Tag
- TAG_RESOURCE - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- TagDropletResource - Class in com.myjeeva.digitalocean.pojo
-
Represents the droplet resource a tag is attached on DigitalOcean.
- TagDropletResource() - Constructor for class com.myjeeva.digitalocean.pojo.TagDropletResource
- TagResource - Class in com.myjeeva.digitalocean.pojo
-
TagResource represent the set of resources a tag is attached on DigitalOcean.
- TagResource() - Constructor for class com.myjeeva.digitalocean.pojo.TagResource
- tagResources(String, List<Resource>) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method tags a tag to given list of resources on DigitalOcean account.
- tagResources(String, List<Resource>) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- tags - Variable in class com.dubture.jenkins.digitalocean.ImageFilters
- Tags - Class in com.myjeeva.digitalocean.pojo
-
Represents Tag attributes of DigitalOcean.
- Tags() - Constructor for class com.myjeeva.digitalocean.pojo.Tags
- takeDropletSnapshot(Integer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method allows you to take a snapshot of the running droplet, which can later be restored or used to create a new droplet from the same image.
- takeDropletSnapshot(Integer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- takeDropletSnapshot(Integer, String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method allows you to take a snapshot of the running droplet, which can later be restored or used to create a new droplet from the same image.
- takeDropletSnapshot(Integer, String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- takeVolumeSnapshot(String, String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method take snapshot of given volume Id
- takeVolumeSnapshot(String, String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- TCP - Enum constant in enum class com.myjeeva.digitalocean.common.Protocol
- toString() - Method in enum class com.myjeeva.digitalocean.common.ActionStatus
- toString() - Method in enum class com.myjeeva.digitalocean.common.ActionType
- toString() - Method in enum class com.myjeeva.digitalocean.common.CaaTagType
- toString() - Method in enum class com.myjeeva.digitalocean.common.CertificateState
- toString() - Method in enum class com.myjeeva.digitalocean.common.DropletStatus
- toString() - Method in enum class com.myjeeva.digitalocean.common.Environment
- toString() - Method in enum class com.myjeeva.digitalocean.common.ImageStatus
- toString() - Method in enum class com.myjeeva.digitalocean.common.ImageType
- toString() - Method in enum class com.myjeeva.digitalocean.common.LoadBalancerStatus
- toString() - Method in enum class com.myjeeva.digitalocean.common.LoadBalancingAlgorithm
- toString() - Method in enum class com.myjeeva.digitalocean.common.Protocol
- toString() - Method in enum class com.myjeeva.digitalocean.common.ResourceType
- toString() - Method in enum class com.myjeeva.digitalocean.common.StickySessionType
- toString() - Method in class com.myjeeva.digitalocean.impl.ApiResponse
- toString() - Method in class com.myjeeva.digitalocean.pojo.Account
- toString() - Method in class com.myjeeva.digitalocean.pojo.Action
- toString() - Method in class com.myjeeva.digitalocean.pojo.Actions
- toString() - Method in class com.myjeeva.digitalocean.pojo.Base
- toString() - Method in class com.myjeeva.digitalocean.pojo.Certificate
- toString() - Method in class com.myjeeva.digitalocean.pojo.Certificates
- toString() - Method in class com.myjeeva.digitalocean.pojo.Delete
- toString() - Method in class com.myjeeva.digitalocean.pojo.Domain
- toString() - Method in class com.myjeeva.digitalocean.pojo.DomainRecord
- toString() - Method in class com.myjeeva.digitalocean.pojo.DomainRecords
- toString() - Method in class com.myjeeva.digitalocean.pojo.Domains
- toString() - Method in class com.myjeeva.digitalocean.pojo.Droplet
- toString() - Method in class com.myjeeva.digitalocean.pojo.DropletAction
- toString() - Method in class com.myjeeva.digitalocean.pojo.Droplets
- toString() - Method in class com.myjeeva.digitalocean.pojo.Firewall
- toString() - Method in class com.myjeeva.digitalocean.pojo.Firewalls
- toString() - Method in class com.myjeeva.digitalocean.pojo.FloatingIP
- toString() - Method in class com.myjeeva.digitalocean.pojo.FloatingIPAction
- toString() - Method in class com.myjeeva.digitalocean.pojo.FloatingIPs
- toString() - Method in class com.myjeeva.digitalocean.pojo.ForwardingRules
- toString() - Method in class com.myjeeva.digitalocean.pojo.HealthCheck
- toString() - Method in class com.myjeeva.digitalocean.pojo.Image
- toString() - Method in class com.myjeeva.digitalocean.pojo.ImageAction
- toString() - Method in class com.myjeeva.digitalocean.pojo.Images
- toString() - Method in class com.myjeeva.digitalocean.pojo.InboundRules
- toString() - Method in class com.myjeeva.digitalocean.pojo.Kernel
- toString() - Method in class com.myjeeva.digitalocean.pojo.Kernels
- toString() - Method in class com.myjeeva.digitalocean.pojo.Key
- toString() - Method in class com.myjeeva.digitalocean.pojo.Keys
- toString() - Method in class com.myjeeva.digitalocean.pojo.LinkAction
- toString() - Method in class com.myjeeva.digitalocean.pojo.Links
- toString() - Method in class com.myjeeva.digitalocean.pojo.LoadBalancer
- toString() - Method in class com.myjeeva.digitalocean.pojo.LoadBalancers
- toString() - Method in class com.myjeeva.digitalocean.pojo.Meta
- toString() - Method in class com.myjeeva.digitalocean.pojo.Neighbors
- toString() - Method in class com.myjeeva.digitalocean.pojo.Network
- toString() - Method in class com.myjeeva.digitalocean.pojo.Networks
- toString() - Method in class com.myjeeva.digitalocean.pojo.OutboundRules
- toString() - Method in class com.myjeeva.digitalocean.pojo.Pages
- toString() - Method in class com.myjeeva.digitalocean.pojo.PendingChanges
- toString() - Method in class com.myjeeva.digitalocean.pojo.Project
- toString() - Method in class com.myjeeva.digitalocean.pojo.Projects
- toString() - Method in class com.myjeeva.digitalocean.pojo.RateLimit
- toString() - Method in class com.myjeeva.digitalocean.pojo.RateLimitBase
- toString() - Method in class com.myjeeva.digitalocean.pojo.Region
- toString() - Method in class com.myjeeva.digitalocean.pojo.Regions
- toString() - Method in class com.myjeeva.digitalocean.pojo.Resource
- toString() - Method in class com.myjeeva.digitalocean.pojo.Resources
- toString() - Method in class com.myjeeva.digitalocean.pojo.Response
- toString() - Method in class com.myjeeva.digitalocean.pojo.Size
- toString() - Method in class com.myjeeva.digitalocean.pojo.Sizes
- toString() - Method in class com.myjeeva.digitalocean.pojo.Sources
- toString() - Method in class com.myjeeva.digitalocean.pojo.StickySessions
- toString() - Method in class com.myjeeva.digitalocean.pojo.Tag
- toString() - Method in class com.myjeeva.digitalocean.pojo.TagDropletResource
- toString() - Method in class com.myjeeva.digitalocean.pojo.TagResource
- toString() - Method in class com.myjeeva.digitalocean.pojo.Tags
- toString() - Method in class com.myjeeva.digitalocean.pojo.Volume
- toString() - Method in class com.myjeeva.digitalocean.pojo.VolumeAction
- toString() - Method in class com.myjeeva.digitalocean.pojo.Volumes
- TRANSFER - Enum constant in enum class com.myjeeva.digitalocean.common.ActionType
- TRANSFER_IMAGE - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- transferImage(Integer, String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method allows you to transfer an image to a specified region.
- transferImage(Integer, String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- type - Variable in class com.dubture.jenkins.digitalocean.ImageFilters
U
- UNASSIGN_FLOATING_IP - Enum constant in enum class com.myjeeva.digitalocean.common.ActionType
- UNASSIGN_FLOATING_IP - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- unassignFloatingIP(String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method will unassign Floating IP from a Droplet.
- unassignFloatingIP(String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- UNTAG_RESOURCE - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- untagResources(String, List<Resource>) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method untags a tag from given list of resources on DigitalOcean account.
- untagResources(String, List<Resource>) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- UPDATE_DEFAULT_PROJECT - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- UPDATE_DOMAIN_RECORD - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- UPDATE_FIREWALL - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- UPDATE_IMAGE_INFO - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- UPDATE_KEY - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- UPDATE_LOAD_BALANCER - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- UPDATE_PROJECT - Enum constant in enum class com.myjeeva.digitalocean.common.ApiAction
- updateDefaultProject(Project) - Method in interface com.myjeeva.digitalocean.DigitalOcean
- updateDefaultProject(Project) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- updateDomainRecord(String, Integer, DomainRecord) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
method edits an existing domain record of the given domain.
- updateDomainRecord(String, Integer, DomainRecord) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- updateFirewall(Firewall) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method allows you to update an existing fireawll.
- updateFirewall(Firewall) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- updateImage(Image) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method updates the given details for an image.
- updateImage(Image) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- updateInstanceDescription() - Method in class com.dubture.jenkins.digitalocean.DigitalOceanComputer
- updateKey(Integer, String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method allows you to modify an existing SSH key in your account.
- updateKey(Integer, String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- updateKey(String, String) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method allows you to modify an existing SSH key in your account.
- updateKey(String, String) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- updateLoadBalancer(LoadBalancer) - Method in interface com.myjeeva.digitalocean.DigitalOcean
-
Method allows you to update an existign load balancer.
- updateLoadBalancer(LoadBalancer) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- updateProject(Project) - Method in interface com.myjeeva.digitalocean.DigitalOcean
- updateProject(Project) - Method in class com.myjeeva.digitalocean.impl.DigitalOceanClient
- URL_PATH_SEPARATOR - Static variable in interface com.myjeeva.digitalocean.common.Constants
- USER_AGENT - Static variable in interface com.myjeeva.digitalocean.common.Constants
- UTF_8 - Static variable in interface com.myjeeva.digitalocean.common.Constants
V
- valueOf(String) - Static method in enum class com.dubture.jenkins.digitalocean.DigitalOcean.ImageBy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.dubture.jenkins.digitalocean.ImageFilters.ImageFilterPrivate
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.dubture.jenkins.digitalocean.ImageFilters.ImageFilterType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.myjeeva.digitalocean.common.ActionStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.myjeeva.digitalocean.common.ActionType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.myjeeva.digitalocean.common.ApiAction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.myjeeva.digitalocean.common.CaaTagType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.myjeeva.digitalocean.common.CertificateState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.myjeeva.digitalocean.common.DropletStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.myjeeva.digitalocean.common.Environment
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.myjeeva.digitalocean.common.ImageStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.myjeeva.digitalocean.common.ImageType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.myjeeva.digitalocean.common.LoadBalancerStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.myjeeva.digitalocean.common.LoadBalancingAlgorithm
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.myjeeva.digitalocean.common.Protocol
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.myjeeva.digitalocean.common.RequestMethod
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.myjeeva.digitalocean.common.ResourceType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.myjeeva.digitalocean.common.StickySessionType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.dubture.jenkins.digitalocean.DigitalOcean.ImageBy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.dubture.jenkins.digitalocean.ImageFilters.ImageFilterPrivate
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.dubture.jenkins.digitalocean.ImageFilters.ImageFilterType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.myjeeva.digitalocean.common.ActionStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.myjeeva.digitalocean.common.ActionType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.myjeeva.digitalocean.common.ApiAction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.myjeeva.digitalocean.common.CaaTagType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.myjeeva.digitalocean.common.CertificateState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.myjeeva.digitalocean.common.DropletStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.myjeeva.digitalocean.common.Environment
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.myjeeva.digitalocean.common.ImageStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.myjeeva.digitalocean.common.ImageType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.myjeeva.digitalocean.common.LoadBalancerStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.myjeeva.digitalocean.common.LoadBalancingAlgorithm
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.myjeeva.digitalocean.common.Protocol
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.myjeeva.digitalocean.common.RequestMethod
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.myjeeva.digitalocean.common.ResourceType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.myjeeva.digitalocean.common.StickySessionType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VERIFIED - Enum constant in enum class com.myjeeva.digitalocean.common.CertificateState
- Volume - Class in com.myjeeva.digitalocean.pojo
-
Represents Block Storage attributes of DigitalOcean.
- Volume() - Constructor for class com.myjeeva.digitalocean.pojo.Volume
- VOLUME - Enum constant in enum class com.myjeeva.digitalocean.common.ResourceType
- VolumeAction - Class in com.myjeeva.digitalocean.pojo
-
Volume action is to create new volume.
- VolumeAction() - Constructor for class com.myjeeva.digitalocean.pojo.VolumeAction
-
Constructor
- VolumeAction(ActionType, Integer, String) - Constructor for class com.myjeeva.digitalocean.pojo.VolumeAction
-
Constructor
- VolumeAction(ActionType, Integer, String, String, Double) - Constructor for class com.myjeeva.digitalocean.pojo.VolumeAction
-
Constructor
- VolumeAction(ActionType, String, Double) - Constructor for class com.myjeeva.digitalocean.pojo.VolumeAction
-
Constructor
- Volumes - Class in com.myjeeva.digitalocean.pojo
-
Represents list of volumes.
- Volumes() - Constructor for class com.myjeeva.digitalocean.pojo.Volumes
- VolumeSerializer - Class in com.myjeeva.digitalocean.serializer
-
Serialize the volume info for POST request.
- VolumeSerializer() - Constructor for class com.myjeeva.digitalocean.serializer.VolumeSerializer
_
- _terminate(TaskListener) - Method in class com.dubture.jenkins.digitalocean.Slave
-
Deletes the
Dropletwhen not needed anymore.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
DigitalOceanCloud.getAuthTokenCredentialId()