Skip navigation links
A C D E F G H I J K L M N O P R S T U V W _ 

A

account(String) - Method in class com.oracle.cloud.compute.jenkins.model.SecurityList
 
addEntriesItem(ImageListEntry) - Method in class com.oracle.cloud.compute.jenkins.model.ImageList
 
addMachineimagesItem(String) - Method in class com.oracle.cloud.compute.jenkins.model.ImageListEntry
 
AGENT_NAME_PREFIX - Static variable in class com.oracle.cloud.compute.jenkins.ComputeCloud
The prefix to add to the names of provisioned agents.
attributes(Object) - Method in class com.oracle.cloud.compute.jenkins.model.ImageListEntry
 
authenticate() - Method in class com.oracle.cloud.compute.jenkins.client.AutoAuthComputeCloudClient
Authenticates the client and stores an authentication token to allow other methods to be called.
authenticate() - Method in class com.oracle.cloud.compute.jenkins.client.CachingComputeCloudClient
 
authenticate() - Method in interface com.oracle.cloud.compute.jenkins.client.ComputeCloudClient
Authenticates the client and stores an authentication token to allow other methods to be called.
authenticate() - Method in class com.oracle.cloud.compute.jenkins.client.JaxrsComputeCloudClient
 
authenticate() - Method in class com.oracle.cloud.compute.jenkins.client.ProxyComputeCloudClient
 
AutoAuthComputeCloudClient - Class in com.oracle.cloud.compute.jenkins.client
An implementation of ComputeCloudClient that automatically authenticates when a method is called and automatically reauthenticates when the authentication tokens expire.
AutoAuthComputeCloudClient(ComputeCloudClient) - Constructor for class com.oracle.cloud.compute.jenkins.client.AutoAuthComputeCloudClient
 
AutoAuthComputeCloudClient(ComputeCloudClient, Clock) - Constructor for class com.oracle.cloud.compute.jenkins.client.AutoAuthComputeCloudClient
 
AutoAuthComputeCloudClientFactory - Class in com.oracle.cloud.compute.jenkins.client
 
AutoAuthComputeCloudClientFactory(ComputeCloudClientFactory) - Constructor for class com.oracle.cloud.compute.jenkins.client.AutoAuthComputeCloudClientFactory
 

C

CachingComputeCloudClient - Class in com.oracle.cloud.compute.jenkins.client
An implementation of ComputeCloudClient that caches infrequently changing data from the server.
CachingComputeCloudClient(ComputeCloudClient) - Constructor for class com.oracle.cloud.compute.jenkins.client.CachingComputeCloudClient
 
CachingComputeCloudClientFactory - Class in com.oracle.cloud.compute.jenkins.client
 
CachingComputeCloudClientFactory(ComputeCloudClientFactory) - Constructor for class com.oracle.cloud.compute.jenkins.client.CachingComputeCloudClientFactory
 
canProvision(Label) - Method in class com.oracle.cloud.compute.jenkins.ComputeCloud
 
checkUserName(String, boolean) - Method in class com.oracle.cloud.compute.jenkins.ComputeCloud.DescriptorImpl
 
client - Variable in class com.oracle.cloud.compute.jenkins.client.ProxyComputeCloudClient
 
CLIENT_MANAGER - Static variable in class com.oracle.cloud.compute.jenkins.ComputeCloudPlugin
 
Clock - Interface in com.oracle.cloud.compute.jenkins
 
close() - Method in class com.oracle.cloud.compute.jenkins.client.AutoAuthComputeCloudClient
 
close() - Method in interface com.oracle.cloud.compute.jenkins.client.ComputeCloudClient
Closes the client connection.
close() - Method in class com.oracle.cloud.compute.jenkins.client.JaxrsComputeCloudClient
 
close() - Method in class com.oracle.cloud.compute.jenkins.client.ProxyComputeCloudClient
 
close() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudClientManager
 
com.oracle.cloud.compute.jenkins - package com.oracle.cloud.compute.jenkins
 
com.oracle.cloud.compute.jenkins.client - package com.oracle.cloud.compute.jenkins.client
 
com.oracle.cloud.compute.jenkins.model - package com.oracle.cloud.compute.jenkins.model
 
com.oracle.cloud.compute.jenkins.ssh - package com.oracle.cloud.compute.jenkins.ssh
 
ComputeCloud - Class in com.oracle.cloud.compute.jenkins
 
ComputeCloud(String, String, String, String, String, String, int, List<? extends ComputeCloudAgentTemplate>) - Constructor for class com.oracle.cloud.compute.jenkins.ComputeCloud
 
ComputeCloud.DescriptorImpl - Class in com.oracle.cloud.compute.jenkins
 
ComputeCloud_apiEndpoint_invalidUrl() - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key ComputeCloud.apiEndpoint.invalidUrl: Invalid REST Endpoint URL.
ComputeCloud_apiEndpoint_invalidUrlScheme() - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key ComputeCloud.apiEndpoint.invalidUrlScheme: Use ‘https://’ for REST Endpoint.
ComputeCloud_cloudName_duplicate(Object) - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key ComputeCloud.cloudName.duplicate: Oracle Cloud Infrastructure Compute Classic named ‘{0}’ already exists.
ComputeCloud_identityDomainName_invalid() - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key ComputeCloud.identityDomainName.invalid: Invalid characters in Identity Domain.
ComputeCloud_provision_started(Object, Object) - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key ComputeCloud.provision.started: Started provisioning node {0} with {1} executors..
ComputeCloud_provision_templateDisabled() - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key ComputeCloud.provision.templateDisabled: Agent template has been disabled.
ComputeCloud_provision_templateNotFound() - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key ComputeCloud.provision.templateNotFound: Unable to find agent template.
ComputeCloud_testConnection_error(Object) - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key ComputeCloud.testConnection.error: Failed to connect to Oracle Cloud Infrastructure Compute Classic: {0}.
ComputeCloud_testConnection_success() - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key ComputeCloud.testConnection.success: Successfully connected to Oracle Cloud Infrastructure Compute Classic.
ComputeCloud_testConnection_unable(Object) - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key ComputeCloud.testConnection.unable: Unable to connect to Oracle Cloud Infrastructure Compute Classic: {0}.
ComputeCloud_testConnection_unauthorized() - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key ComputeCloud.testConnection.unauthorized: Invalid user name or password.
ComputeCloud_userName_invalid() - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key ComputeCloud.userName.invalid: Invalid characters in User Name.
ComputeCloudAgent - Class in com.oracle.cloud.compute.jenkins
 
ComputeCloudAgent(String, ComputeCloudAgentTemplate, String, String, String) - Constructor for class com.oracle.cloud.compute.jenkins.ComputeCloudAgent
 
ComputeCloudAgent(String, String, String, String, Node.Mode, String, String, List<? extends NodeProperty<?>>, String, String, String, int, String, String, int, String) - Constructor for class com.oracle.cloud.compute.jenkins.ComputeCloudAgent
 
ComputeCloudAgent.ComputeCloudAgentDescriptor - Class in com.oracle.cloud.compute.jenkins
 
ComputeCloudAgentDescriptor() - Constructor for class com.oracle.cloud.compute.jenkins.ComputeCloudAgent.ComputeCloudAgentDescriptor
 
ComputeCloudAgentTemplate - Class in com.oracle.cloud.compute.jenkins
 
ComputeCloudAgentTemplate(String, String, Node.Mode, String, String, int, String, String, List<String>, String, String, String, boolean, String, String, String, String, String, String, String, String, String) - Constructor for class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate
 
ComputeCloudAgentTemplate.DescriptorImpl - Class in com.oracle.cloud.compute.jenkins
 
ComputeCloudAgentTemplate_labelString_exclusiveEmpty() - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key ComputeCloudAgentTemplate.labelString.exclusiveEmpty: You may want to assign labels to this node; it's marked to only run jobs that are exclusively tied to itself or a label..
ComputeCloudAgentTemplate_orchDescription_default() - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key ComputeCloudAgentTemplate.orchDescription.default: Jenkins agent.
ComputeCloudAgentTemplate_privateKey_invalid() - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key ComputeCloudAgentTemplate.privateKey.invalid: Invalid SSH Private Key.
ComputeCloudAgentTemplate_privateKey_unable(Object) - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key ComputeCloudAgentTemplate.privateKey.unable: Unable to read SSH Private Key: {0}.
ComputeCloudAgentTemplate_shapeName_cpu(Object, Object) - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key ComputeCloudAgentTemplate.shapeName.cpu: {0,number} {1,choice,0#CPUs|1#CPU|1<CPUs}.
ComputeCloudAgentTemplate_shapeName_ram(Object) - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key ComputeCloudAgentTemplate.shapeName.ram: {0} RAM.
ComputeCloudAgentTemplate_shapeName_rootDiskSize(Object) - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key ComputeCloudAgentTemplate.shapeName.rootDiskSize: {0} root disk.
ComputeCloudAgentTemplate_verifySshKeyPair_mismatch() - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key ComputeCloudAgentTemplate.verifySshKeyPair.mismatch: The SSH Private Key does not match the public key.
ComputeCloudAgentTemplate_verifySshKeyPair_success() - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key ComputeCloudAgentTemplate.verifySshKeyPair.success: Successfully matched the SSH public and private key pair.
ComputeCloudAgentTemplate_verifySshKeyPair_unable(Object) - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key ComputeCloudAgentTemplate.verifySshKeyPair.unable: Unable to verify the SSH key pair: {0}.
ComputeCloudAgentTemplate_volumeSize_invalid() - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key ComputeCloudAgentTemplate.volumeSize.invalid: Invalid Volume Size.
ComputeCloudClient - Interface in com.oracle.cloud.compute.jenkins.client
Stateful connection to an endpoint server.
ComputeCloudClientException - Exception in com.oracle.cloud.compute.jenkins.client
This exception and subclasses are thrown when an error occurs communicating with the API endpoint server.
ComputeCloudClientException(String) - Constructor for exception com.oracle.cloud.compute.jenkins.client.ComputeCloudClientException
 
ComputeCloudClientException(String, Throwable) - Constructor for exception com.oracle.cloud.compute.jenkins.client.ComputeCloudClientException
 
ComputeCloudClientFactory - Interface in com.oracle.cloud.compute.jenkins.client
 
ComputeCloudClientManager - Class in com.oracle.cloud.compute.jenkins
This manages a cache of ComputeCloudClient instances.
ComputeCloudClientManager(ComputeCloudClientFactory, Collection<Cloud>) - Constructor for class com.oracle.cloud.compute.jenkins.ComputeCloudClientManager
 
ComputeCloudClientUnauthorizedException - Exception in com.oracle.cloud.compute.jenkins.client
This exception is thrown when an authentication or authorization error occurs while communicating with the API endpoint server.
ComputeCloudClientUnauthorizedException(String) - Constructor for exception com.oracle.cloud.compute.jenkins.client.ComputeCloudClientUnauthorizedException
 
ComputeCloudComputer - Class in com.oracle.cloud.compute.jenkins
 
ComputeCloudComputer(ComputeCloudAgent) - Constructor for class com.oracle.cloud.compute.jenkins.ComputeCloudComputer
 
ComputeCloudInstanceMonitor - Class in com.oracle.cloud.compute.jenkins
 
ComputeCloudInstanceMonitor() - Constructor for class com.oracle.cloud.compute.jenkins.ComputeCloudInstanceMonitor
 
ComputeCloudInstanceOrchestrationConfig - Interface in com.oracle.cloud.compute.jenkins.client
 
ComputeCloudObjectName - Class in com.oracle.cloud.compute.jenkins.client
A three-part name of the form /Compute-identityDomainName/user/name.
ComputeCloudPlugin - Class in com.oracle.cloud.compute.jenkins
 
ComputeCloudPlugin() - Constructor for class com.oracle.cloud.compute.jenkins.ComputeCloudPlugin
 
ComputeCloudUser - Class in com.oracle.cloud.compute.jenkins.client
A two-part user of the form /Compute-identityDomainName/user.
connect(Connection, int) - Method in class com.oracle.cloud.compute.jenkins.ssh.SshConnector
 
countCurrentComputeCloudAgents() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloud
 
cpus(BigDecimal) - Method in class com.oracle.cloud.compute.jenkins.model.Shape
 
createClient(URI, ComputeCloudUser, String) - Method in class com.oracle.cloud.compute.jenkins.client.AutoAuthComputeCloudClientFactory
 
createClient(URI, ComputeCloudUser, String) - Method in class com.oracle.cloud.compute.jenkins.client.CachingComputeCloudClientFactory
 
createClient(URI, ComputeCloudUser, String) - Method in interface com.oracle.cloud.compute.jenkins.client.ComputeCloudClientFactory
 
createClient(URI, ComputeCloudUser, String) - Method in class com.oracle.cloud.compute.jenkins.client.JaxrsComputeCloudClientFactory
 
createClient() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloud
 
createClient(String, String, String, String) - Method in class com.oracle.cloud.compute.jenkins.ComputeCloud.DescriptorImpl
 
createClient(ComputeCloud) - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudClientManager
 
createClient(URI, ComputeCloudUser, String) - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudClientManager
 
createComputer() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgent
 
createConnection(String) - Method in class com.oracle.cloud.compute.jenkins.ssh.SshConnector
 
createInstanceOrchestration(String, ComputeCloudInstanceOrchestrationConfig) - Method in interface com.oracle.cloud.compute.jenkins.client.ComputeCloudClient
Creates an orchestration with the specified name that contains a launchplan for an instance with the specified configuration.
createInstanceOrchestration(String, ComputeCloudInstanceOrchestrationConfig) - Method in class com.oracle.cloud.compute.jenkins.client.JaxrsComputeCloudClient
 
createInstanceOrchestration(String, ComputeCloudInstanceOrchestrationConfig) - Method in class com.oracle.cloud.compute.jenkins.client.ProxyComputeCloudClient
 

D

deleteOrchestration(String) - Method in interface com.oracle.cloud.compute.jenkins.client.ComputeCloudClient
Deletes an orchestration with the specified name.
deleteOrchestration(String) - Method in class com.oracle.cloud.compute.jenkins.client.JaxrsComputeCloudClient
 
deleteOrchestration(String) - Method in class com.oracle.cloud.compute.jenkins.client.ProxyComputeCloudClient
 
description(String) - Method in class com.oracle.cloud.compute.jenkins.model.ImageList
 
description(String) - Method in class com.oracle.cloud.compute.jenkins.model.SecurityList
 
DescriptorImpl() - Constructor for class com.oracle.cloud.compute.jenkins.ComputeCloud.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate.DescriptorImpl
 
DISPLAY_NAME - Static variable in class com.oracle.cloud.compute.jenkins.ComputeCloud.DescriptorImpl
 
doCheckApiEndpoint(String) - Method in class com.oracle.cloud.compute.jenkins.ComputeCloud.DescriptorImpl
 
doCheckCloudName(String) - Method in class com.oracle.cloud.compute.jenkins.ComputeCloud.DescriptorImpl
 
doCheckIdentityDomainName(String) - Method in class com.oracle.cloud.compute.jenkins.ComputeCloud.DescriptorImpl
 
doCheckIdleTerminationMinutes(String) - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate.DescriptorImpl
 
doCheckImageListName(String) - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate.DescriptorImpl
 
doCheckImageListSource(String) - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate.DescriptorImpl
 
doCheckLabelString(String, Node.Mode) - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate.DescriptorImpl
 
doCheckNumExecutors(String) - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate.DescriptorImpl
 
doCheckPrivateKey(String) - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate.DescriptorImpl
 
doCheckSecurityListName(String) - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate.DescriptorImpl
 
doCheckShapeName(String) - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate.DescriptorImpl
 
doCheckSshConnectTimeoutSeconds(String) - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate.DescriptorImpl
 
doCheckSshKeyName(String) - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate.DescriptorImpl
 
doCheckStartTimeoutSeconds(String) - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate.DescriptorImpl
 
doCheckUserName(String) - Method in class com.oracle.cloud.compute.jenkins.ComputeCloud.DescriptorImpl
 
doCheckVolumeSize(String) - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate.DescriptorImpl
 
doFillImageListEntryItems(String, String, String, String, String, String) - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate.DescriptorImpl
 
doFillImageListNameItems(String, String, String, String, String, String) - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate.DescriptorImpl
 
doFillImageListSourceItems(String) - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate.DescriptorImpl
 
doFillSecurityListNameItems(String, String, String, String, String) - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate.DescriptorImpl
 
doFillShapeNameItems(String, String, String, String, String) - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate.DescriptorImpl
 
doFillSshKeyNameItems(String, String, String, String, String) - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate.DescriptorImpl
 
doIndex() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloud
The breadcrumb on the provision.jelly page contains a link to this object.
doProvision(int, StaplerRequest, StaplerResponse) - Method in class com.oracle.cloud.compute.jenkins.ComputeCloud
Called by computerSet.jelly when explicitly provisioning a new node via the nodes page.
doTestConnection(String, String, String, String) - Method in class com.oracle.cloud.compute.jenkins.ComputeCloud.DescriptorImpl
Test connection from configuration page.
doVerifySshKeyPair(String, String, String, String, String, String) - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate.DescriptorImpl
 
DynamicResourceBundleHolder - Class in com.oracle.cloud.compute.jenkins
An alternative to ResourceBundleHolder that does not require a statically generated class with the same name as the properties file.

E

enabled(Boolean) - Method in class com.oracle.cloud.compute.jenkins.model.SSHKey
 
entries(List<ImageListEntry>) - Method in class com.oracle.cloud.compute.jenkins.model.ImageList
 
equals(Object) - Method in class com.oracle.cloud.compute.jenkins.client.ComputeCloudObjectName
 
equals(Object) - Method in class com.oracle.cloud.compute.jenkins.client.ComputeCloudUser
 
equals(Object) - Method in class com.oracle.cloud.compute.jenkins.model.ImageList
 
equals(Object) - Method in class com.oracle.cloud.compute.jenkins.model.ImageListEntry
 
equals(Object) - Method in class com.oracle.cloud.compute.jenkins.model.InstanceOrchestration
 
equals(Object) - Method in class com.oracle.cloud.compute.jenkins.model.SecurityList
 
equals(Object) - Method in class com.oracle.cloud.compute.jenkins.model.Shape
 
equals(Object) - Method in class com.oracle.cloud.compute.jenkins.model.SSHKey
 
error(String) - Static method in class com.oracle.cloud.compute.jenkins.FormValidationValue
 
error(String, T) - Static method in class com.oracle.cloud.compute.jenkins.FormValidationValue
 
error(FormValidation) - Static method in class com.oracle.cloud.compute.jenkins.FormValidationValue
 
error(FormValidation, T) - Static method in class com.oracle.cloud.compute.jenkins.FormValidationValue
 
errors(List<String>) - Method in class com.oracle.cloud.compute.jenkins.model.InstanceOrchestration
 
errorWithValue(String, String) - Static method in exception com.oracle.cloud.compute.jenkins.FormFillFailure
Creates a new FormFillFailure with the specified message and with the specified value.
errorWithValue(FormValidation, String) - Static method in exception com.oracle.cloud.compute.jenkins.FormFillFailure
Calls FormFillFailure.errorWithValue(String, String) with the message from the specified FormValidation.
execute(TaskListener) - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudInstanceMonitor
 

F

format(String, Object...) - Method in class com.oracle.cloud.compute.jenkins.DynamicResourceBundleHolder
Formats a resource specified by the given key by using the default locale
FormFillFailure - Exception in com.oracle.cloud.compute.jenkins
Helper for hudson.util.FormFillFailure, which was not added until JENKINS-42443, which was added in Jenkins 2.50.
FormFillFailure_error(Object) - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key FormFillFailure.error: ERROR: {0}.
FormValidation_ValidateRequired() - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key FormValidation.ValidateRequired: Field is required.
FormValidationValue<T> - Class in com.oracle.cloud.compute.jenkins
 
fromValue(String) - Static method in enum com.oracle.cloud.compute.jenkins.model.ImageListSourceType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.oracle.cloud.compute.jenkins.model.InstanceType
Use this in place of valueOf.

G

generateResponse(StaplerRequest, StaplerResponse, Object) - Method in exception com.oracle.cloud.compute.jenkins.FormFillFailure
 
get(Class<?>, String) - Static method in class com.oracle.cloud.compute.jenkins.DynamicResourceBundleHolder
Returns a ResourceBundleHolder for the given class.
getAccount() - Method in class com.oracle.cloud.compute.jenkins.model.SecurityList
 
getApiEndpoint() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloud
 
getApiEndpointUrl() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloud
 
getAttributes() - Method in class com.oracle.cloud.compute.jenkins.model.ImageListEntry
User-defined parameters, in JSON format, that can be passed to an instance of this machine image when it is launched.
getCloudName() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloud
 
getCloudName() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgent
 
getCpus() - Method in class com.oracle.cloud.compute.jenkins.model.Shape
Number of CPUs or partial CPUs allocated to instances of this shape.
getDefault() - Method in class com.oracle.cloud.compute.jenkins.model.ImageList
The image list entry to be used, by default, when launching instances using this image list.
getDefaultNumExecutors() - Static method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate.DescriptorImpl
 
getDefaultSshConnectTimeoutSeconds() - Static method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate.DescriptorImpl
 
getDefaultSshUser() - Static method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate.DescriptorImpl
 
getDefaultStartTimeoutSeconds() - Static method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate.DescriptorImpl
 
getDescription() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate
 
getDescription() - Method in class com.oracle.cloud.compute.jenkins.model.ImageList
A description of this image list.
getDescription() - Method in class com.oracle.cloud.compute.jenkins.model.SecurityList
 
getDescriptor() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate
 
getDescriptorOrDie(Class<? extends T>) - Static method in class com.oracle.cloud.compute.jenkins.JenkinsUtil
Generic type-safe wrapper for Jenkins.getDescriptorOrDie(java.lang.Class<? extends hudson.model.Describable>).
getDescriptorOrDie(Class<T>, Class<D>) - Static method in class com.oracle.cloud.compute.jenkins.JenkinsUtil
Generic type-safe wrapper for Jenkins.getDescriptorOrDie(java.lang.Class<? extends hudson.model.Describable>) to be used when a concrete descriptor class is used.
getDisableCause() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate
 
getDisplayName() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloud.DescriptorImpl
 
getDisplayName() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloud
 
getDisplayName() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgent.ComputeCloudAgentDescriptor
 
getDisplayName() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate
 
getEnabled() - Method in class com.oracle.cloud.compute.jenkins.model.SSHKey
Indicates whether the key is enabled (true) or disabled.
getEncryptedValue(String) - Method in class com.oracle.cloud.compute.jenkins.ComputeCloud
 
getEntries() - Method in class com.oracle.cloud.compute.jenkins.model.ImageList
Each machine image in an image list is identified by an image list entry.
getErrors() - Method in class com.oracle.cloud.compute.jenkins.model.InstanceOrchestration
 
getErrorValue(String) - Static method in exception com.oracle.cloud.compute.jenkins.FormFillFailure
Returns the value when the error occurred, or null if the form control value was not encoded by FormFillFailure.errorWithValue(String, String).
getFormValidation() - Method in class com.oracle.cloud.compute.jenkins.FormValidationValue
 
getFullDisplayName() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloud
Called by provision.jelly.
getFullIdentityDomainName() - Method in class com.oracle.cloud.compute.jenkins.client.ComputeCloudUser
The full identity domain name in the form Compute-acme for normal accounts, or oracle for #ORACLE_PUBLIC.
getGpus() - Method in class com.oracle.cloud.compute.jenkins.model.Shape
Number of gpu devices allocated to instances of this shape
getGroupId() - Method in class com.oracle.cloud.compute.jenkins.model.SecurityList
 
getHelpFile(String) - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate.DescriptorImpl
 
getId() - Method in class com.oracle.cloud.compute.jenkins.model.SecurityList
 
getIdentityDomainName() - Method in class com.oracle.cloud.compute.jenkins.client.ComputeCloudUser
The short identity domain name, or null for ComputeCloudUser.ORACLE_PUBLIC.
getIdentityDomainName() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloud
 
getIdleTerminationMinutes() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate
 
getImagelist() - Method in class com.oracle.cloud.compute.jenkins.model.ImageListEntry
Name of the imagelist.
getImageListEntries(String) - Method in interface com.oracle.cloud.compute.jenkins.client.ComputeCloudClient
Retrieves imagelist entries for a specified imagelist
getImageListEntries(String) - Method in class com.oracle.cloud.compute.jenkins.client.JaxrsComputeCloudClient
 
getImageListEntries(String) - Method in class com.oracle.cloud.compute.jenkins.client.ProxyComputeCloudClient
 
getImageListEntry() - Method in interface com.oracle.cloud.compute.jenkins.client.ComputeCloudInstanceOrchestrationConfig
 
getImageListEntry() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate
 
getImageListName() - Method in interface com.oracle.cloud.compute.jenkins.client.ComputeCloudInstanceOrchestrationConfig
 
getImageListName() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate
 
getImageLists(ImageListSourceType) - Method in class com.oracle.cloud.compute.jenkins.client.CachingComputeCloudClient
 
getImageLists(ImageListSourceType) - Method in interface com.oracle.cloud.compute.jenkins.client.ComputeCloudClient
Retrieve the list of imagelist according to source type
getImageLists(ImageListSourceType) - Method in class com.oracle.cloud.compute.jenkins.client.JaxrsComputeCloudClient
 
getImageLists(ImageListSourceType) - Method in class com.oracle.cloud.compute.jenkins.client.ProxyComputeCloudClient
 
getImageListSource() - Method in interface com.oracle.cloud.compute.jenkins.client.ComputeCloudInstanceOrchestrationConfig
 
getImageListSource() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate
 
getInitScript() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate
 
getInitScriptTimeoutSeconds() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate
 
getInstanceOrchestration(String) - Method in interface com.oracle.cloud.compute.jenkins.client.ComputeCloudClient
getInstanceOrchestration(String) - Method in class com.oracle.cloud.compute.jenkins.client.JaxrsComputeCloudClient
 
getInstanceOrchestration(String) - Method in class com.oracle.cloud.compute.jenkins.client.ProxyComputeCloudClient
 
getIo() - Method in class com.oracle.cloud.compute.jenkins.model.Shape
IO share allocated to instances of this shape.
getIp() - Method in class com.oracle.cloud.compute.jenkins.model.InstanceOrchestration
 
getIsRootSsd() - Method in class com.oracle.cloud.compute.jenkins.model.Shape
Store the root disk image on SSD storage.
getJenkinsInstance() - Static method in class com.oracle.cloud.compute.jenkins.JenkinsUtil
 
getKey() - Method in class com.oracle.cloud.compute.jenkins.model.SSHKey
The SSH public key value.
getLabelAtoms() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate
 
getLabelString() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate
 
getMachineimages() - Method in class com.oracle.cloud.compute.jenkins.model.ImageListEntry
A list of machine images.
getMode() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate
 
getName() - Method in class com.oracle.cloud.compute.jenkins.client.ComputeCloudObjectName
 
getName() - Method in class com.oracle.cloud.compute.jenkins.model.ImageList
The three-part name of the image list.
getName() - Method in class com.oracle.cloud.compute.jenkins.model.SecurityList
 
getName() - Method in class com.oracle.cloud.compute.jenkins.model.Shape
Name of this shape.
getName() - Method in class com.oracle.cloud.compute.jenkins.model.SSHKey
The three-part name of the object
getNdsIopsLimit() - Method in class com.oracle.cloud.compute.jenkins.model.Shape
Limits the rate of IO for NDS storage volumes.
getNextTemplateId() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloud
 
getNumExecutors() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate
 
getNumExecutorsValue() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate
 
getOrchDescription() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate
 
getOrchDescriptionValue() - Method in interface com.oracle.cloud.compute.jenkins.client.ComputeCloudInstanceOrchestrationConfig
 
getOrchDescriptionValue() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate
 
getOutboundCidrPolicy() - Method in class com.oracle.cloud.compute.jenkins.model.SecurityList
 
getPassword() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloud
 
getPlacementRequirements() - Method in class com.oracle.cloud.compute.jenkins.model.Shape
A list of strings specifying arbitrary tags on nodes to be matched on placement.
getPlainText(String) - Method in class com.oracle.cloud.compute.jenkins.ComputeCloud
 
getPolicy() - Method in class com.oracle.cloud.compute.jenkins.model.SecurityList
 
getPrivateKey() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate
 
getProvisionSidePanelClass() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloud
Called by provision.jelly to show a sidepanel.
getProvisionStartedMessage(HttpServletRequest) - Method in class com.oracle.cloud.compute.jenkins.ComputeCloud
getProxyConfiguration() - Method in class com.oracle.cloud.compute.jenkins.ssh.SshConnector
 
getRam() - Method in class com.oracle.cloud.compute.jenkins.model.Shape
Number of megabytes of memory allocated to instances of this shape.
getRecurrencePeriod() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudInstanceMonitor
 
getRemoteFS() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate
 
getRootDiskSize() - Method in class com.oracle.cloud.compute.jenkins.model.Shape
Size of the root disk in bytes.
getSecurityListName() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate
 
getSecurityListNames() - Method in interface com.oracle.cloud.compute.jenkins.client.ComputeCloudInstanceOrchestrationConfig
 
getSecurityListNames() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate
 
getSecurityLists() - Method in interface com.oracle.cloud.compute.jenkins.client.ComputeCloudClient
Retrieves the security lists
getSecurityLists() - Method in class com.oracle.cloud.compute.jenkins.client.JaxrsComputeCloudClient
 
getSecurityLists() - Method in class com.oracle.cloud.compute.jenkins.client.ProxyComputeCloudClient
 
getShapeName() - Method in interface com.oracle.cloud.compute.jenkins.client.ComputeCloudInstanceOrchestrationConfig
 
getShapeName() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate
 
getShapes() - Method in class com.oracle.cloud.compute.jenkins.client.CachingComputeCloudClient
 
getShapes() - Method in interface com.oracle.cloud.compute.jenkins.client.ComputeCloudClient
Retrieves the CPU and memory details of all the available shapes.
getShapes() - Method in class com.oracle.cloud.compute.jenkins.client.JaxrsComputeCloudClient
 
getShapes() - Method in class com.oracle.cloud.compute.jenkins.client.ProxyComputeCloudClient
 
getSsdDataSize() - Method in class com.oracle.cloud.compute.jenkins.model.Shape
Size of the local SSD data disk in bytes.
getSshConnectTimeoutMillis() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate
 
getSshConnectTimeoutSeconds() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate
 
getSSHKey(String) - Method in interface com.oracle.cloud.compute.jenkins.client.ComputeCloudClient
Retrieves an SSH key of the current user.
getSSHKey(String) - Method in class com.oracle.cloud.compute.jenkins.client.JaxrsComputeCloudClient
 
getSSHKey(String) - Method in class com.oracle.cloud.compute.jenkins.client.ProxyComputeCloudClient
 
getSshKeyName() - Method in interface com.oracle.cloud.compute.jenkins.client.ComputeCloudInstanceOrchestrationConfig
 
getSshKeyName() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate
 
getSSHKeys() - Method in interface com.oracle.cloud.compute.jenkins.client.ComputeCloudClient
Retrieves the SSH keys of the current user.
getSSHKeys() - Method in class com.oracle.cloud.compute.jenkins.client.JaxrsComputeCloudClient
 
getSSHKeys() - Method in class com.oracle.cloud.compute.jenkins.client.ProxyComputeCloudClient
 
getSshUser() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate
 
getSshUserValue() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate
 
getStartTimeoutNanos() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate
 
getStartTimeoutSeconds() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate
 
getStatus() - Method in class com.oracle.cloud.compute.jenkins.model.InstanceOrchestration
 
getString() - Method in class com.oracle.cloud.compute.jenkins.client.ComputeCloudObjectName
Returns the three-part string.
getString() - Method in class com.oracle.cloud.compute.jenkins.client.ComputeCloudUser
The full user string in the form /Compute-identityDomainName/user.
getTemplate(Label) - Method in class com.oracle.cloud.compute.jenkins.ComputeCloud
 
getTemplateId() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate
 
getTemplates() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloud
 
getUri() - Method in class com.oracle.cloud.compute.jenkins.model.ImageList
Uniform Resource Identifier
getUri() - Method in class com.oracle.cloud.compute.jenkins.model.ImageListEntry
Uniform Resource Identifier
getUri() - Method in class com.oracle.cloud.compute.jenkins.model.SecurityList
 
getUri() - Method in class com.oracle.cloud.compute.jenkins.model.Shape
Uniform Resource Identifier
getUri() - Method in class com.oracle.cloud.compute.jenkins.model.SSHKey
Uniform Resource Identifier
getUser() - Method in class com.oracle.cloud.compute.jenkins.client.ComputeCloudObjectName
 
getUser() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloud
 
getUsername() - Method in class com.oracle.cloud.compute.jenkins.client.ComputeCloudUser
 
getUserName() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloud
 
getValue() - Method in class com.oracle.cloud.compute.jenkins.FormValidationValue
 
getVersion() - Method in class com.oracle.cloud.compute.jenkins.model.ImageListEntry
Version number of these machineImages in the imagelist.
getVolumeSize() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate
 
getVolumeSizeValue() - Method in interface com.oracle.cloud.compute.jenkins.client.ComputeCloudInstanceOrchestrationConfig
 
getVolumeSizeValue() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate
 
gpus(Long) - Method in class com.oracle.cloud.compute.jenkins.model.Shape
 
groupId(String) - Method in class com.oracle.cloud.compute.jenkins.model.SecurityList
 

H

hashCode() - Method in class com.oracle.cloud.compute.jenkins.client.ComputeCloudObjectName
 
hashCode() - Method in class com.oracle.cloud.compute.jenkins.client.ComputeCloudUser
 
hashCode() - Method in class com.oracle.cloud.compute.jenkins.model.ImageList
 
hashCode() - Method in class com.oracle.cloud.compute.jenkins.model.ImageListEntry
 
hashCode() - Method in class com.oracle.cloud.compute.jenkins.model.InstanceOrchestration
 
hashCode() - Method in class com.oracle.cloud.compute.jenkins.model.SecurityList
 
hashCode() - Method in class com.oracle.cloud.compute.jenkins.model.Shape
 
hashCode() - Method in class com.oracle.cloud.compute.jenkins.model.SSHKey
 

I

id(String) - Method in class com.oracle.cloud.compute.jenkins.model.SecurityList
 
ImageList - Class in com.oracle.cloud.compute.jenkins.model
An image list is a collection of Oracle Cloud Infrastructure Compute Classic Service machine images.
ImageList() - Constructor for class com.oracle.cloud.compute.jenkins.model.ImageList
 
imagelist(String) - Method in class com.oracle.cloud.compute.jenkins.model.ImageListEntry
 
ImageListEntry - Class in com.oracle.cloud.compute.jenkins.model
An imagelist entry is a specified version of image.
ImageListEntry() - Constructor for class com.oracle.cloud.compute.jenkins.model.ImageListEntry
 
ImageListSourceType - Enum in com.oracle.cloud.compute.jenkins.model
According to the source of machine image, two imagelist type are defined: Oracle Public Image which provided by oracle.
increaseFailureCount(String) - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate
 
INSTANCE - Static variable in class com.oracle.cloud.compute.jenkins.client.JaxrsComputeCloudClientFactory
 
INSTANCE - Static variable in interface com.oracle.cloud.compute.jenkins.Clock
 
INSTANCE - Static variable in class com.oracle.cloud.compute.jenkins.ssh.SshConnector
 
InstanceOrchestration - Class in com.oracle.cloud.compute.jenkins.model
 
InstanceOrchestration() - Constructor for class com.oracle.cloud.compute.jenkins.model.InstanceOrchestration
 
InstanceOrchestration.Status - Enum in com.oracle.cloud.compute.jenkins.model
 
InstanceType - Enum in com.oracle.cloud.compute.jenkins.model
 
io(Long) - Method in class com.oracle.cloud.compute.jenkins.model.Shape
 
ip(String) - Method in class com.oracle.cloud.compute.jenkins.model.InstanceOrchestration
 
isError(String) - Static method in exception com.oracle.cloud.compute.jenkins.FormFillFailure
True if the form control value was encoded by FormFillFailure.errorWithValue(String, String).
isHypervisorPvEnabled() - Method in interface com.oracle.cloud.compute.jenkins.client.ComputeCloudInstanceOrchestrationConfig
 
isHypervisorPvEnabled() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate
 
isInstantiable() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgent.ComputeCloudAgentDescriptor
 
isOk() - Method in class com.oracle.cloud.compute.jenkins.FormValidationValue
 
isRootSsd(Boolean) - Method in class com.oracle.cloud.compute.jenkins.model.Shape
 

J

JaxrsComputeCloudClient - Class in com.oracle.cloud.compute.jenkins.client
An implementation of ComputeCloudClient using the JAX-RS client API.
JaxrsComputeCloudClient(URI, ComputeCloudUser, String, Client) - Constructor for class com.oracle.cloud.compute.jenkins.client.JaxrsComputeCloudClient
 
JaxrsComputeCloudClientFactory - Class in com.oracle.cloud.compute.jenkins.client
 
JenkinsUtil - Class in com.oracle.cloud.compute.jenkins
 
JenkinsUtil() - Constructor for class com.oracle.cloud.compute.jenkins.JenkinsUtil
 

K

key(String) - Method in class com.oracle.cloud.compute.jenkins.model.SSHKey
 

L

launch(SlaveComputer, TaskListener) - Method in class com.oracle.cloud.compute.jenkins.ssh.SshComputerLauncher
 

M

machineimages(List<String>) - Method in class com.oracle.cloud.compute.jenkins.model.ImageListEntry
 
Messages - Class in com.oracle.cloud.compute.jenkins
Generated localization support class.
Messages() - Constructor for class com.oracle.cloud.compute.jenkins.Messages
 

N

name(String) - Method in class com.oracle.cloud.compute.jenkins.model.ImageList
 
name(String) - Method in class com.oracle.cloud.compute.jenkins.model.SecurityList
 
name(String) - Method in class com.oracle.cloud.compute.jenkins.model.Shape
 
name(String) - Method in class com.oracle.cloud.compute.jenkins.model.SSHKey
 
NAME_PREFIX - Static variable in class com.oracle.cloud.compute.jenkins.ComputeCloud
The prefix to add to names provided by the user in the UI to ensure that names of clouds in different plugins do not conflict.
nanoTime() - Method in interface com.oracle.cloud.compute.jenkins.Clock
 
ndsIopsLimit(Long) - Method in class com.oracle.cloud.compute.jenkins.model.Shape
 

O

ok(T) - Static method in class com.oracle.cloud.compute.jenkins.FormValidationValue
 
ORACLE_PUBLIC - Static variable in class com.oracle.cloud.compute.jenkins.client.ComputeCloudUser
 
ORCHESTRATION_NAME_PREFIX - Static variable in class com.oracle.cloud.compute.jenkins.ComputeCloud
The prefix to add to the names of created orchestrations.
outboundCidrPolicy(String) - Method in class com.oracle.cloud.compute.jenkins.model.SecurityList
 

P

parse(String) - Static method in class com.oracle.cloud.compute.jenkins.client.ComputeCloudObjectName
Parses a three-part string.
parse(String) - Static method in class com.oracle.cloud.compute.jenkins.client.ComputeCloudUser
Parse a two-part string.
placementRequirements(List<String>) - Method in class com.oracle.cloud.compute.jenkins.model.Shape
 
policy(String) - Method in class com.oracle.cloud.compute.jenkins.model.SecurityList
 
preInvoke() - Method in class com.oracle.cloud.compute.jenkins.client.AutoAuthComputeCloudClient
 
preInvoke() - Method in class com.oracle.cloud.compute.jenkins.client.ProxyComputeCloudClient
 
provision(Label, int) - Method in class com.oracle.cloud.compute.jenkins.ComputeCloud
 
ProxyComputeCloudClient - Class in com.oracle.cloud.compute.jenkins.client
 
ProxyComputeCloudClient(ComputeCloudClient) - Constructor for class com.oracle.cloud.compute.jenkins.client.ProxyComputeCloudClient
 

R

ram(Long) - Method in class com.oracle.cloud.compute.jenkins.model.Shape
 
reconfigure(StaplerRequest, JSONObject) - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgent
 
recycleCloudResources(String) - Method in class com.oracle.cloud.compute.jenkins.ComputeCloud
recycle orchestration related cloud resources with specified orchestration name
resetFailureCount() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgentTemplate
 
rootDiskSize(Long) - Method in class com.oracle.cloud.compute.jenkins.model.Shape
 

S

SecurityList - Class in com.oracle.cloud.compute.jenkins.model
A security list is a group of Oracle Cloud Infrastructure Compute Classic Service instances that you can specify as the source or destination in one or more security rules.
SecurityList() - Constructor for class com.oracle.cloud.compute.jenkins.model.SecurityList
 
setAccount(String) - Method in class com.oracle.cloud.compute.jenkins.model.SecurityList
 
setAttributes(Object) - Method in class com.oracle.cloud.compute.jenkins.model.ImageListEntry
 
setCpus(BigDecimal) - Method in class com.oracle.cloud.compute.jenkins.model.Shape
 
setDescription(String) - Method in class com.oracle.cloud.compute.jenkins.model.ImageList
 
setDescription(String) - Method in class com.oracle.cloud.compute.jenkins.model.SecurityList
 
setEnabled(Boolean) - Method in class com.oracle.cloud.compute.jenkins.model.SSHKey
 
setEntries(List<ImageListEntry>) - Method in class com.oracle.cloud.compute.jenkins.model.ImageList
 
setGpus(Long) - Method in class com.oracle.cloud.compute.jenkins.model.Shape
 
setGroupId(String) - Method in class com.oracle.cloud.compute.jenkins.model.SecurityList
 
setId(String) - Method in class com.oracle.cloud.compute.jenkins.model.SecurityList
 
setImagelist(String) - Method in class com.oracle.cloud.compute.jenkins.model.ImageListEntry
 
setIo(Long) - Method in class com.oracle.cloud.compute.jenkins.model.Shape
 
setIsRootSsd(Boolean) - Method in class com.oracle.cloud.compute.jenkins.model.Shape
 
setKey(String) - Method in class com.oracle.cloud.compute.jenkins.model.SSHKey
 
setMachineimages(List<String>) - Method in class com.oracle.cloud.compute.jenkins.model.ImageListEntry
 
setName(String) - Method in class com.oracle.cloud.compute.jenkins.model.ImageList
 
setName(String) - Method in class com.oracle.cloud.compute.jenkins.model.SecurityList
 
setName(String) - Method in class com.oracle.cloud.compute.jenkins.model.Shape
 
setName(String) - Method in class com.oracle.cloud.compute.jenkins.model.SSHKey
 
setNdsIopsLimit(Long) - Method in class com.oracle.cloud.compute.jenkins.model.Shape
 
setOutboundCidrPolicy(String) - Method in class com.oracle.cloud.compute.jenkins.model.SecurityList
 
setPlacementRequirements(List<String>) - Method in class com.oracle.cloud.compute.jenkins.model.Shape
 
setPolicy(String) - Method in class com.oracle.cloud.compute.jenkins.model.SecurityList
 
setRam(Long) - Method in class com.oracle.cloud.compute.jenkins.model.Shape
 
setRootDiskSize(Long) - Method in class com.oracle.cloud.compute.jenkins.model.Shape
 
setSsdDataSize(Long) - Method in class com.oracle.cloud.compute.jenkins.model.Shape
 
setUri(String) - Method in class com.oracle.cloud.compute.jenkins.model.ImageList
 
setUri(String) - Method in class com.oracle.cloud.compute.jenkins.model.ImageListEntry
 
setUri(String) - Method in class com.oracle.cloud.compute.jenkins.model.SecurityList
 
setUri(String) - Method in class com.oracle.cloud.compute.jenkins.model.Shape
 
setUri(String) - Method in class com.oracle.cloud.compute.jenkins.model.SSHKey
 
setVersion(Integer) - Method in class com.oracle.cloud.compute.jenkins.model.ImageListEntry
 
Shape - Class in com.oracle.cloud.compute.jenkins.model
 
Shape() - Constructor for class com.oracle.cloud.compute.jenkins.model.Shape
 
sleep(long) - Method in interface com.oracle.cloud.compute.jenkins.Clock
 
sleep() - Method in class com.oracle.cloud.compute.jenkins.TimeoutHelper
 
ssdDataSize(Long) - Method in class com.oracle.cloud.compute.jenkins.model.Shape
 
SshComputerLauncher - Class in com.oracle.cloud.compute.jenkins.ssh
 
SshComputerLauncher(String, int, String, String, int, String) - Constructor for class com.oracle.cloud.compute.jenkins.ssh.SshComputerLauncher
 
SshConnector - Class in com.oracle.cloud.compute.jenkins.ssh
 
SshConnector() - Constructor for class com.oracle.cloud.compute.jenkins.ssh.SshConnector
 
SSHKey - Class in com.oracle.cloud.compute.jenkins.model
 
SSHKey() - Constructor for class com.oracle.cloud.compute.jenkins.model.SSHKey
 
SshKeyUtil - Class in com.oracle.cloud.compute.jenkins
 
SshKeyUtil() - Constructor for class com.oracle.cloud.compute.jenkins.SshKeyUtil
 
startOrchestration(String) - Method in interface com.oracle.cloud.compute.jenkins.client.ComputeCloudClient
Starts an orchestration with the specified name.
startOrchestration(String) - Method in class com.oracle.cloud.compute.jenkins.client.JaxrsComputeCloudClient
 
startOrchestration(String) - Method in class com.oracle.cloud.compute.jenkins.client.ProxyComputeCloudClient
 
status(InstanceOrchestration.Status) - Method in class com.oracle.cloud.compute.jenkins.model.InstanceOrchestration
 
stop() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudPlugin
 
stopAndDeleteOrchestration(ComputeCloudClient, long, String) - Method in class com.oracle.cloud.compute.jenkins.ComputeCloud
 
stopOrchestration(String) - Method in interface com.oracle.cloud.compute.jenkins.client.ComputeCloudClient
Stops an orchestration with the specified name.
stopOrchestration(String) - Method in class com.oracle.cloud.compute.jenkins.client.JaxrsComputeCloudClient
 
stopOrchestration(String) - Method in class com.oracle.cloud.compute.jenkins.client.ProxyComputeCloudClient
 

T

TimeoutHelper - Class in com.oracle.cloud.compute.jenkins
 
TimeoutHelper(Clock, long, long) - Constructor for class com.oracle.cloud.compute.jenkins.TimeoutHelper
 
toFormValidation(ComputeCloudClientException) - Static method in class com.oracle.cloud.compute.jenkins.ComputeCloud.DescriptorImpl
 
toSshString(RSAPublicKey) - Static method in class com.oracle.cloud.compute.jenkins.SshKeyUtil
 
toString() - Method in class com.oracle.cloud.compute.jenkins.client.ComputeCloudObjectName
 
toString() - Method in class com.oracle.cloud.compute.jenkins.client.ComputeCloudUser
 
toString() - Method in class com.oracle.cloud.compute.jenkins.client.JaxrsComputeCloudClient
 
toString() - Method in class com.oracle.cloud.compute.jenkins.client.ProxyComputeCloudClient
 
toString() - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudClientManager
 
toString() - Method in exception com.oracle.cloud.compute.jenkins.FormFillFailure
 
toString() - Method in class com.oracle.cloud.compute.jenkins.FormValidationValue
 
toString() - Method in class com.oracle.cloud.compute.jenkins.model.ImageList
 
toString() - Method in class com.oracle.cloud.compute.jenkins.model.ImageListEntry
 
toString() - Method in enum com.oracle.cloud.compute.jenkins.model.ImageListSourceType
 
toString() - Method in class com.oracle.cloud.compute.jenkins.model.InstanceOrchestration
 
toString() - Method in enum com.oracle.cloud.compute.jenkins.model.InstanceType
 
toString() - Method in class com.oracle.cloud.compute.jenkins.model.SecurityList
 
toString() - Method in class com.oracle.cloud.compute.jenkins.model.Shape
 
toString() - Method in class com.oracle.cloud.compute.jenkins.model.SSHKey
 

U

unescape(String) - Static method in class com.oracle.cloud.compute.jenkins.JenkinsUtil
Unescapes a string escaped by Util.escape(java.lang.String).
uri(String) - Method in class com.oracle.cloud.compute.jenkins.model.ImageList
 
uri(String) - Method in class com.oracle.cloud.compute.jenkins.model.ImageListEntry
 
uri(String) - Method in class com.oracle.cloud.compute.jenkins.model.SecurityList
 
uri(String) - Method in class com.oracle.cloud.compute.jenkins.model.Shape
 
uri(String) - Method in class com.oracle.cloud.compute.jenkins.model.SSHKey
 

V

validateNonNegativeInteger(String, int) - Static method in class com.oracle.cloud.compute.jenkins.FormValidationValue
 
validatePositiveInteger(String, int) - Static method in class com.oracle.cloud.compute.jenkins.FormValidationValue
 
validateRequired(String) - Static method in exception com.oracle.cloud.compute.jenkins.FormFillFailure
Extension of JenkinsUtil.validateRequired(java.lang.String) that always fails if the form control value was encoded by FormFillFailure.errorWithValue(String, String).
validateRequired(String) - Static method in class com.oracle.cloud.compute.jenkins.JenkinsUtil
Similar to FormValidation.validateRequired(java.lang.String), but uses the same error message as <f:textbox clazz="required"/>.
valueOf(ComputeCloudUser, String) - Static method in class com.oracle.cloud.compute.jenkins.client.ComputeCloudObjectName
Creates an object name from a user and name.
valueOf(String, String) - Static method in class com.oracle.cloud.compute.jenkins.client.ComputeCloudUser
Creates a user from an identity domain name and a user name.
valueOf(String) - Static method in enum com.oracle.cloud.compute.jenkins.model.ImageListSourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.oracle.cloud.compute.jenkins.model.InstanceOrchestration.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.oracle.cloud.compute.jenkins.model.InstanceType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.oracle.cloud.compute.jenkins.model.ImageListSourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.oracle.cloud.compute.jenkins.model.InstanceOrchestration.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.oracle.cloud.compute.jenkins.model.InstanceType
Returns an array containing the constants of this enum type, in the order they are declared.
version(Integer) - Method in class com.oracle.cloud.compute.jenkins.model.ImageListEntry
 

W

withContext(FormValidation, String) - Static method in class com.oracle.cloud.compute.jenkins.ComputeCloud.DescriptorImpl
 

_

_ComputeCloud_apiEndpoint_invalidUrl() - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key ComputeCloud.apiEndpoint.invalidUrl: Invalid REST Endpoint URL.
_ComputeCloud_apiEndpoint_invalidUrlScheme() - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key ComputeCloud.apiEndpoint.invalidUrlScheme: Use ‘https://’ for REST Endpoint.
_ComputeCloud_cloudName_duplicate(Object) - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key ComputeCloud.cloudName.duplicate: Oracle Cloud Infrastructure Compute Classic named ‘{0}’ already exists.
_ComputeCloud_identityDomainName_invalid() - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key ComputeCloud.identityDomainName.invalid: Invalid characters in Identity Domain.
_ComputeCloud_provision_started(Object, Object) - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key ComputeCloud.provision.started: Started provisioning node {0} with {1} executors..
_ComputeCloud_provision_templateDisabled() - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key ComputeCloud.provision.templateDisabled: Agent template has been disabled.
_ComputeCloud_provision_templateNotFound() - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key ComputeCloud.provision.templateNotFound: Unable to find agent template.
_ComputeCloud_testConnection_error(Object) - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key ComputeCloud.testConnection.error: Failed to connect to Oracle Cloud Infrastructure Compute Classic: {0}.
_ComputeCloud_testConnection_success() - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key ComputeCloud.testConnection.success: Successfully connected to Oracle Cloud Infrastructure Compute Classic.
_ComputeCloud_testConnection_unable(Object) - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key ComputeCloud.testConnection.unable: Unable to connect to Oracle Cloud Infrastructure Compute Classic: {0}.
_ComputeCloud_testConnection_unauthorized() - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key ComputeCloud.testConnection.unauthorized: Invalid user name or password.
_ComputeCloud_userName_invalid() - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key ComputeCloud.userName.invalid: Invalid characters in User Name.
_ComputeCloudAgentTemplate_labelString_exclusiveEmpty() - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key ComputeCloudAgentTemplate.labelString.exclusiveEmpty: You may want to assign labels to this node; it's marked to only run jobs that are exclusively tied to itself or a label..
_ComputeCloudAgentTemplate_orchDescription_default() - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key ComputeCloudAgentTemplate.orchDescription.default: Jenkins agent.
_ComputeCloudAgentTemplate_privateKey_invalid() - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key ComputeCloudAgentTemplate.privateKey.invalid: Invalid SSH Private Key.
_ComputeCloudAgentTemplate_privateKey_unable(Object) - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key ComputeCloudAgentTemplate.privateKey.unable: Unable to read SSH Private Key: {0}.
_ComputeCloudAgentTemplate_shapeName_cpu(Object, Object) - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key ComputeCloudAgentTemplate.shapeName.cpu: {0,number} {1,choice,0#CPUs|1#CPU|1<CPUs}.
_ComputeCloudAgentTemplate_shapeName_ram(Object) - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key ComputeCloudAgentTemplate.shapeName.ram: {0} RAM.
_ComputeCloudAgentTemplate_shapeName_rootDiskSize(Object) - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key ComputeCloudAgentTemplate.shapeName.rootDiskSize: {0} root disk.
_ComputeCloudAgentTemplate_verifySshKeyPair_mismatch() - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key ComputeCloudAgentTemplate.verifySshKeyPair.mismatch: The SSH Private Key does not match the public key.
_ComputeCloudAgentTemplate_verifySshKeyPair_success() - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key ComputeCloudAgentTemplate.verifySshKeyPair.success: Successfully matched the SSH public and private key pair.
_ComputeCloudAgentTemplate_verifySshKeyPair_unable(Object) - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key ComputeCloudAgentTemplate.verifySshKeyPair.unable: Unable to verify the SSH key pair: {0}.
_ComputeCloudAgentTemplate_volumeSize_invalid() - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key ComputeCloudAgentTemplate.volumeSize.invalid: Invalid Volume Size.
_default(Integer) - Method in class com.oracle.cloud.compute.jenkins.model.ImageList
 
_FormFillFailure_error(Object) - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key FormFillFailure.error: ERROR: {0}.
_FormValidation_ValidateRequired() - Static method in class com.oracle.cloud.compute.jenkins.Messages
Key FormValidation.ValidateRequired: Field is required.
_terminate(TaskListener) - Method in class com.oracle.cloud.compute.jenkins.ComputeCloudAgent
Terminates the instance in Oracle Cloud Infrastructure Compute Classic
A C D E F G H I J K L M N O P R S T U V W _ 
Skip navigation links

Copyright © 2016–2018. All rights reserved.