Uses of Interface
jetbrains.buildServer.serverSide.BuildTypeTemplateEx
-
-
Uses of BuildTypeTemplateEx in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return BuildTypeTemplateEx Modifier and Type Method Description BuildTypeTemplateExBuildTypeTemplateEx. createEditableCopy(boolean fillSettings)BuildTypeTemplateExProjectManagerEx. findBuildTypeTemplateByExternalId(String externalId)BuildTypeTemplateExProjectManagerEx. findBuildTypeTemplateById(String id)BuildTypeTemplateExBuildTypeSettingsEx. getTemplate()Deprecated.BuildTypeTemplateExBuildTypeTemplateEx. inline()Creates a temporary copy of this template with all settings inherited from a project or a template inlined.Methods in jetbrains.buildServer.serverSide that return types with arguments of type BuildTypeTemplateEx Modifier and Type Method Description List<BuildTypeTemplateEx>BuildTypeOwnSettings. getOwnTemplates()ReadOnlyIndexedCollection<String,BuildTypeTemplateEx>ProjectDataModel. getProjectTemplates(String projectId)List<BuildTypeTemplateEx>BuildTypeSettingsEx. getTemplates()ReadOnlyIndexedCollection<String,BuildTypeTemplateEx>ProjectDataModel. getTemplates()Methods in jetbrains.buildServer.serverSide with parameters of type BuildTypeTemplateEx Modifier and Type Method Description voidProjectDataModel. addTemplate(BuildTypeTemplateEx template)DummyBuildPromotionBuildPromotionFactory. createDummyPromotion(BuildTypeTemplateEx template)Creates dummy (not real) build promotion, a build won't be able to start with this promotionintBuildTypeTemplateUsagesCollector. getNumberOfUsages(BuildTypeTemplateEx template, boolean includingAsDefaultTemplate)Returns number of build configurations attached to a template.intBuildTypeTemplateUsagesCollector. getNumberOfUsagesAsDefaultTemplate(BuildTypeTemplateEx template)Returns a number of projects in which the given template is explicitly configured as default template.intBuildTypeTemplateUsagesCollector. getNumberOfUsagesAsEnforcedSettings(BuildTypeTemplateEx template)Returns a number of projects in which the given template is explicitly used to define enforced settings.Collection<SBuildType>BuildTypeTemplateUsagesCollector. getUsages(BuildTypeTemplateEx template, boolean includingAsDefaultTemplate)Returns a collection of build configurations attached to a template.Collection<SProject>BuildTypeTemplateUsagesCollector. getUsagesAsDefaultTemplate(BuildTypeTemplateEx template)Returns a collection of projects in which the given template is explicitly configured as default template.Collection<SProject>BuildTypeTemplateUsagesCollector. getUsagesAsEnforcedSettings(BuildTypeTemplateEx template)Returns a collection of projects in which the given template is explicitly used to define enforced settings.voidProjectDataModel. moveTemplate(BuildTypeTemplateEx template, ProjectEx oldProject, ProjectEx newProject)voidProjectModelVersionSnapshot. setVersion(BuildTypeTemplateEx template, PersistentEntityVersion version) -
Uses of BuildTypeTemplateEx in jetbrains.buildServer.serverSide.impl
Classes in jetbrains.buildServer.serverSide.impl that implement BuildTypeTemplateEx Modifier and Type Class Description classBuildTypeTemplateImplclassEditableTemplateCopyclassInaccessibleTemplateWrapper object used in the case when template became inaccessible to current user (either template was deleted or template is from the project to which user does not have permissions)Methods in jetbrains.buildServer.serverSide.impl that return types with arguments of type BuildTypeTemplateEx Modifier and Type Method Description List<BuildTypeTemplateEx>BuildTypeImpl. getOwnTemplates()List<BuildTypeTemplateEx>BuildTypeSettingsImpl. getOwnTemplates()List<BuildTypeTemplateEx>InaccessibleTemplate. getOwnTemplates()List<BuildTypeTemplateEx>BuildTypeImpl. getTemplates()List<BuildTypeTemplateEx>BuildTypeSettingsImpl. getTemplates()List<BuildTypeTemplateEx>InaccessibleTemplate. getTemplates()Methods in jetbrains.buildServer.serverSide.impl with parameters of type BuildTypeTemplateEx Modifier and Type Method Description voidProjectEx. addBuildTypeTemplate(BuildTypeTemplateEx template)Stores build type template in the project, should be used when templates are loaded from configuration files.BuildTypeTemplateExProjectEx. copyTemplate(BuildTypeTemplateEx origTemplate, String extId, String name, CopyOptions options)DummyBuildPromotionBuildPromotionManagerImpl. createDummyPromotion(BuildTypeTemplateEx template)intBuildTypeTemplateUsagesCollectorImpl. getNumberOfUsages(BuildTypeTemplateEx template, boolean includingAsDefaultTemplate)intBuildTypeTemplateUsagesCollectorImpl. getNumberOfUsagesAsDefaultTemplate(BuildTypeTemplateEx template)intBuildTypeTemplateUsagesCollectorImpl. getNumberOfUsagesAsEnforcedSettings(BuildTypeTemplateEx template)Collection<SBuildType>BuildTypeTemplateUsagesCollectorImpl. getUsages(BuildTypeTemplateEx template, boolean includingAsDefaultTemplate)Collection<SProject>BuildTypeTemplateUsagesCollectorImpl. getUsagesAsDefaultTemplate(BuildTypeTemplateEx template)Collection<SProject>BuildTypeTemplateUsagesCollectorImpl. getUsagesAsEnforcedSettings(BuildTypeTemplateEx template)Method parameters in jetbrains.buildServer.serverSide.impl with type arguments of type BuildTypeTemplateEx Modifier and Type Method Description BuildTypeSettingsImplBuildTypeSettingsFactory. createTemplateBasedSettings(ProjectEx project, Collection<BuildTypeTemplateEx> templates)BuildTypeSettingsImplBuildTypeSettingsFactoryImpl. createTemplateBasedSettings(ProjectEx project, Collection<BuildTypeTemplateEx> templates)Constructors in jetbrains.buildServer.serverSide.impl with parameters of type BuildTypeTemplateEx Constructor Description TemplateDummyBuildPromotion(BuildTypeTemplateEx template, BuildPromotionContext context, BranchSpec branchSpec) -
Uses of BuildTypeTemplateEx in jetbrains.buildServer.serverSide.impl.auth
Classes in jetbrains.buildServer.serverSide.impl.auth that implement BuildTypeTemplateEx Modifier and Type Class Description classSecuredBuildTypeTemplateMethods in jetbrains.buildServer.serverSide.impl.auth that return BuildTypeTemplateEx Modifier and Type Method Description BuildTypeTemplateExSecuredProject. createBuildTypeTemplate(String name)BuildTypeTemplateExSecuredProject. createBuildTypeTemplate(String extId, String name)BuildTypeTemplateExSecuredProjectManager. findBuildTypeTemplateByExternalId(String externalId)BuildTypeTemplateExSecuredProjectManager. findBuildTypeTemplateById(String id) -
Uses of BuildTypeTemplateEx in jetbrains.buildServer.serverSide.impl.buildTypeSettings.impl
Methods in jetbrains.buildServer.serverSide.impl.buildTypeSettings.impl that return types with arguments of type BuildTypeTemplateEx Modifier and Type Method Description List<BuildTypeTemplateEx>TemplatesProvider. getTemplates() -
Uses of BuildTypeTemplateEx in jetbrains.buildServer.serverSide.impl.cleanup.v2019.settings
Methods in jetbrains.buildServer.serverSide.impl.cleanup.v2019.settings with parameters of type BuildTypeTemplateEx Modifier and Type Method Description StringKeepRulesManager. addRule(BuildTypeTemplateEx template, StorableRule rule)Adds the new rule to the template.voidKeepRulesManager. addRule(BuildTypeTemplateEx template, StorableRule rule, String featureId)Adds the rule with the provided id to the template.voidKeepRulesManager. deleteRule(BuildTypeTemplateEx template, String featureId)Map<String,StorableRule>KeepRulesManager. getOwnRules(BuildTypeTemplateEx template)Returns map from the template own feature ids to keep rule wrappers.voidKeepRulesManager. resetRule(BuildTypeTemplateEx template, String featureId)voidKeepRulesManager. updateRule(BuildTypeTemplateEx template, StorableRule rule, String featureId) -
Uses of BuildTypeTemplateEx in jetbrains.buildServer.serverSide.impl.projects
Methods in jetbrains.buildServer.serverSide.impl.projects that return BuildTypeTemplateEx Modifier and Type Method Description BuildTypeTemplateExProjectImpl. copyTemplate(BuildTypeTemplateEx template, String extId, String name, CopyOptions options)BuildTypeTemplateExProjectImpl. createBuildTypeTemplate(String name)BuildTypeTemplateExProjectImpl. createBuildTypeTemplate(String extId, String name)BuildTypeTemplateExProjectManagerImpl. findBuildTypeTemplateByExternalId(String externalId)BuildTypeTemplateExProjectManagerImpl. findBuildTypeTemplateById(String id)BuildTypeTemplateExProjectImpl. getDefaultTemplate()BuildTypeTemplateExProjectImpl. getOwnDefaultTemplate()Methods in jetbrains.buildServer.serverSide.impl.projects that return types with arguments of type BuildTypeTemplateEx Modifier and Type Method Description IndexedCollection<String,BuildTypeTemplateEx>ProjectDataModelImpl. getProjectTemplates(String projectId)IndexedCollection<String,BuildTypeTemplateEx>ProjectDataModelImpl. getTemplates()Methods in jetbrains.buildServer.serverSide.impl.projects with parameters of type BuildTypeTemplateEx Modifier and Type Method Description voidProjectImpl. addBuildTypeTemplate(BuildTypeTemplateEx template)voidProjectDataModelImpl. addTemplate(BuildTypeTemplateEx template)BuildTypeTemplateExProjectImpl. copyTemplate(BuildTypeTemplateEx template, String extId, String name, CopyOptions options)voidProjectDataModelImpl. moveTemplate(BuildTypeTemplateEx template, ProjectEx oldProject, ProjectEx newProject)voidCompositeProjectModelValidator. validateRemove(BuildTypeTemplateEx template)default voidProjectModelValidator. validateRemove(BuildTypeTemplateEx template)voidBuildRunnerPlaceholdersValidator. validateUpdate(BuildTypeTemplateEx prev, BuildTypeTemplateEx template)voidCompositeProjectModelValidator. validateUpdate(BuildTypeTemplateEx prev, BuildTypeTemplateEx template)default voidProjectModelValidator. validateUpdate(BuildTypeTemplateEx prev, BuildTypeTemplateEx template) -
Uses of BuildTypeTemplateEx in jetbrains.buildServer.serverSide.impl.versionedSettings
Methods in jetbrains.buildServer.serverSide.impl.versionedSettings with parameters of type BuildTypeTemplateEx Modifier and Type Method Description TemplateBuilderImplProjectsBuilderFactory. createTemplateBuilder(BuildTypeTemplateEx template) -
Uses of BuildTypeTemplateEx in jetbrains.buildServer.serverSide.impl.xml
Methods in jetbrains.buildServer.serverSide.impl.xml that return BuildTypeTemplateEx Modifier and Type Method Description BuildTypeTemplateExXmlBuildTemplateExternalizer. readBuildTypeTemplate(ProjectEx project, EntityId<String> templateId, org.jdom.Element templateElement, File configFile, IdentifiersManager<String> buildTypeIdManager, IdentifiersManager<Long> vcsRootIdManager, boolean emptyUuid)Methods in jetbrains.buildServer.serverSide.impl.xml that return types with arguments of type BuildTypeTemplateEx Modifier and Type Method Description Class<BuildTypeTemplateEx>BuildTemplateXmlProducer. getSupportedType()Methods in jetbrains.buildServer.serverSide.impl.xml with parameters of type BuildTypeTemplateEx Modifier and Type Method Description voidBuildTemplateXmlProducer. fillBuilder(BuildTypeTemplateEx template, TemplateBuilder builder)voidBuildTemplateXmlProducer. fillBuilder(BuildTypeTemplateEx template, TemplateBuilder builder, ConfigurationEntityPersister.PersistSettings persistSettings)org.jdom.ElementBuildTemplateXmlProducer. produceXmlElement(BuildTypeTemplateEx entity, ConfigurationEntityPersister.PersistSettings persistSettings)Method parameters in jetbrains.buildServer.serverSide.impl.xml with type arguments of type BuildTypeTemplateEx Modifier and Type Method Description BuildTypeSettingsExXmlBuildSettingsExternalizer. readBuildTypeSettings(org.jdom.Element buildTypeElement, ProjectEx project, Collection<BuildTypeTemplateEx> templates, IdentifiersManager<String> buildTypeIdManager, IdentifiersManager<Long> vcsRootIdManager, String buildTypeOrTemplateName)
-