Class PrlDevopsAgent

All Implemented Interfaces:
ExtensionPoint, Describable<Node>, ModelObject, PersistenceRoot, ReconfigurableDescribable<Node>, Saveable, SearchableModelObject, SearchItem, AccessControlled, Serializable, OnMaster

public class PrlDevopsAgent extends AbstractCloudSlave
A provisioned VM registered as a Jenkins agent. The agent is bootstrapped using an inbound agent connection via PrlDevopsComputerLauncher, which uses the Parallels DevOps Service execute API to download and start agent.jar. The agent then connects TO the Jenkins controller (not SSH-based).
See Also: