public interface EC2AgentFactory
Modifier and Type | Method and Description |
---|---|
EC2OndemandSlave |
createOnDemandAgent(EC2AgentConfig.OnDemand config) |
EC2SpotSlave |
createSpotAgent(EC2AgentConfig.Spot config) |
static EC2AgentFactory |
getInstance() |
static EC2AgentFactory getInstance()
EC2OndemandSlave createOnDemandAgent(EC2AgentConfig.OnDemand config) throws Descriptor.FormException, IOException
Descriptor.FormException
IOException
EC2SpotSlave createSpotAgent(EC2AgentConfig.Spot config) throws Descriptor.FormException, IOException
Descriptor.FormException
IOException
Copyright © 2016–2022. All rights reserved.