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 YandexTemplateYCComputer. getSlaveTemplate()YandexTemplateAbstractCloud. 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 ofYandexTemplatethat matchesLabel.Methods in io.jenkins.plugins.yc with parameters of type YandexTemplate Modifier and Type Method Description NodeProvisioner.PlannedNodeAbstractCloud. createPlannedNode(YandexTemplate t, YCAbstractSlave slave)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.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)
-