Uses of Interface
com.parallels.jenkins.api.PrlDevopsApiClient
Packages that use PrlDevopsApiClient
-
Uses of PrlDevopsApiClient in com.parallels.jenkins
Methods in com.parallels.jenkins that return PrlDevopsApiClientModifier and TypeMethodDescriptionprotected PrlDevopsApiClientPrlDevopsCloud.buildApiClient()Looks up the configured credentials and constructs aPrlDevopsApiClientpointed at the configured service URL.PrlDevopsAgent.getApiClient()Looks up the cloud that provisioned this agent and returns its API client.Methods in com.parallels.jenkins with parameters of type PrlDevopsApiClientModifier and TypeMethodDescriptionAgentTemplate.provision(String cloudName, Label label, PrlDevopsApiClient apiClient, Duration timeout, Duration pollInterval, ExecutorService executor) CatalogProvisioningConfig.provision(String cloudName, AgentTemplate template, Label label, PrlDevopsApiClient apiClient, Duration timeout, Duration pollInterval, ExecutorService executor) CloneProvisioningConfig.provision(String cloudName, AgentTemplate template, Label label, PrlDevopsApiClient apiClient, Duration timeout, Duration pollInterval, ExecutorService executor) abstract PrlDevopsPlannedNodeProvisioningConfig.provision(String cloudName, AgentTemplate template, Label label, PrlDevopsApiClient apiClient, Duration timeout, Duration pollInterval, ExecutorService executor) Provisions one VM for the given label and returns the planned Jenkins node.Constructors in com.parallels.jenkins with parameters of type PrlDevopsApiClientModifierConstructorDescriptionPrlDevopsAgent(String cloudName, AgentTemplate template, String vmId, String vmIp, PrlDevopsApiClient apiClient) PrlDevopsComputerLauncher(String cloudName, String vmId, String vmUser, PrlDevopsApiClient apiClient, AgentTemplate template) PrlDevopsPlannedNode(String cloudName, AgentTemplate template, String vmId, PrlDevopsApiClient apiClient, Duration timeout, Duration pollInterval, boolean startOnCreate, ExecutorService executor) -
Uses of PrlDevopsApiClient in com.parallels.jenkins.api
Classes in com.parallels.jenkins.api that implement PrlDevopsApiClientModifier and TypeClassDescriptionclassJDKHttpClient-based implementation ofPrlDevopsApiClient.