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 classYCOndemandSlaveMethods in io.jenkins.plugins.yc that return YCAbstractSlave Modifier and Type Method Description YCAbstractSlaveAbstractCloud. 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.YCAbstractSlaveYCComputer. getNode()YCAbstractSlaveYandexTemplate. provision(int number, EnumSet<YandexTemplate.ProvisionOptions> provisionOptions)Methods in io.jenkins.plugins.yc with parameters of type YCAbstractSlave Modifier and Type Method Description NodeProvisioner.PlannedNodeAbstractCloud. 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 YCAbstractSlaveYCAgentFactory. createOnDemandAgent(YCAgentConfig.OnDemand config)YCAbstractSlaveYCAgentFactoryImpl. createOnDemandAgent(YCAgentConfig.OnDemand config)
-