Class ProxmoxComputer

All Implemented Interfaces:
ExtensionPoint, DescriptorByNameOwner, ExecutorListener, ModelObject, SearchableModelObject, SearchItem, AccessControlled, IComputer, ModelObjectWithContextMenu, Named, HasWidgets, IconSpec, org.jenkinsci.plugins.cloudstats.TrackedItem, org.kohsuke.stapler.StaplerProxy

public class ProxmoxComputer extends AbstractCloudComputer<ProxmoxAgent> implements org.jenkinsci.plugins.cloudstats.TrackedItem
  • Constructor Details

    • ProxmoxComputer

      public ProxmoxComputer(ProxmoxAgent agent)
  • Method Details

    • getVmId

      public int getVmId()
    • getProxmoxNode

      public String getProxmoxNode()
    • getId

      public org.jenkinsci.plugins.cloudstats.ProvisioningActivity.Id getId()
      Delegates to the backing node so cloud-stats can track this computer's launch/operate phases.
      Specified by:
      getId in interface org.jenkinsci.plugins.cloudstats.TrackedItem