@Extension public class EC2AgentFactoryImpl extends Object implements EC2AgentFactory
Constructor and Description |
---|
EC2AgentFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
EC2OndemandSlave |
createOnDemandAgent(EC2AgentConfig.OnDemand config) |
EC2SpotSlave |
createSpotAgent(EC2AgentConfig.Spot config) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getInstance
public EC2OndemandSlave createOnDemandAgent(EC2AgentConfig.OnDemand config) throws Descriptor.FormException, IOException
createOnDemandAgent
in interface EC2AgentFactory
Descriptor.FormException
IOException
public EC2SpotSlave createSpotAgent(EC2AgentConfig.Spot config) throws Descriptor.FormException, IOException
createSpotAgent
in interface EC2AgentFactory
Descriptor.FormException
IOException
Copyright © 2016–2022. All rights reserved.