Uses of Class
io.jenkins.plugins.yc.YandexTemplate
-
Packages that use YandexTemplate Package Description io.jenkins.plugins.yc -
-
Uses of YandexTemplate in io.jenkins.plugins.yc
Methods in io.jenkins.plugins.yc that return YandexTemplate Modifier and Type Method Description YandexTemplate
YCComputer. getSlaveTemplate()
YandexTemplate
AbstractCloud. getTemplate(String template)
Methods in io.jenkins.plugins.yc that return types with arguments of type YandexTemplate Modifier and Type Method Description Descriptor<YandexTemplate>
YandexTemplate. getDescriptor()
List<YandexTemplate>
AbstractCloud. getTemplates()
Collection<YandexTemplate>
AbstractCloud. getTemplates(Label label)
Gets list ofYandexTemplate
that matchesLabel
.Methods in io.jenkins.plugins.yc with parameters of type YandexTemplate Modifier and Type Method Description NodeProvisioner.PlannedNode
AbstractCloud. createPlannedNode(YandexTemplate t, YCAbstractSlave slave)
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.Constructor parameters in io.jenkins.plugins.yc with type arguments of type YandexTemplate Constructor Description AbstractCloud(String name, List<? extends YandexTemplate> templates, String credentialsId, String sshKeysCredentialsId, int authSleepMs)
YandexCloud(String name, List<? extends YandexTemplate> templates, String credentialsId, String sshKeysCredentialsId, int authSleepMs)
-