Package io.jenkins.plugins.yc.util
Interface YCAgentFactory
-
- All Known Implementing Classes:
YCAgentFactoryImpl
public interface YCAgentFactory
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description YCAbstractSlave
createOnDemandAgent(YCAgentConfig.OnDemand config)
static YCAgentFactory
getInstance()
-
-
-
Method Detail
-
getInstance
static YCAgentFactory getInstance()
-
createOnDemandAgent
YCAbstractSlave createOnDemandAgent(YCAgentConfig.OnDemand config) throws Descriptor.FormException, IOException
- Throws:
Descriptor.FormException
IOException
-
-