Uses of Class
io.jenkins.plugins.yc.YCAbstractSlave
-
Packages that use YCAbstractSlave Package Description io.jenkins.plugins.yc io.jenkins.plugins.yc.util -
-
Uses of YCAbstractSlave in io.jenkins.plugins.yc
Subclasses of YCAbstractSlave in io.jenkins.plugins.yc Modifier and Type Class Description class
YCOndemandSlave
Methods in io.jenkins.plugins.yc that return YCAbstractSlave Modifier and Type Method Description YCAbstractSlave
AbstractCloud. getNewOrExistingAvailableSlave(YandexTemplate t, int number, boolean forceCreateNew)
Obtains a agent whose matches the given template, and that also has requiredLabel (if requiredLabel is non-null) forceCreateNew specifies that the creation of a new agent is required.YCAbstractSlave
YCComputer. getNode()
YCAbstractSlave
YandexTemplate. provision(int number, EnumSet<YandexTemplate.ProvisionOptions> provisionOptions)
Methods in io.jenkins.plugins.yc with parameters of type YCAbstractSlave Modifier and Type Method Description NodeProvisioner.PlannedNode
AbstractCloud. createPlannedNode(YandexTemplate t, YCAbstractSlave slave)
Constructors in io.jenkins.plugins.yc with parameters of type YCAbstractSlave Constructor Description YCComputer(YCAbstractSlave slave)
-
Uses of YCAbstractSlave in io.jenkins.plugins.yc.util
Methods in io.jenkins.plugins.yc.util that return YCAbstractSlave Modifier and Type Method Description YCAbstractSlave
YCAgentFactory. createOnDemandAgent(YCAgentConfig.OnDemand config)
YCAbstractSlave
YCAgentFactoryImpl. createOnDemandAgent(YCAgentConfig.OnDemand config)
-