Package io.jenkins.plugins.yc.util
Class YCAgentFactoryImpl
- java.lang.Object
-
- io.jenkins.plugins.yc.util.YCAgentFactoryImpl
-
- All Implemented Interfaces:
YCAgentFactory
@Extension public class YCAgentFactoryImpl extends Object implements YCAgentFactory
-
-
Constructor Summary
Constructors Constructor Description YCAgentFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description YCAbstractSlave
createOnDemandAgent(YCAgentConfig.OnDemand config)
-
-
-
Method Detail
-
createOnDemandAgent
public YCAbstractSlave createOnDemandAgent(YCAgentConfig.OnDemand config) throws Descriptor.FormException, IOException
- Specified by:
createOnDemandAgent
in interfaceYCAgentFactory
- Throws:
Descriptor.FormException
IOException
-
-