Uses of Class
jetbrains.buildServer.serverSide.MaxNumberOfBuildTypesReachedException
-
-
Uses of MaxNumberOfBuildTypesReachedException in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that throw MaxNumberOfBuildTypesReachedException Modifier and Type Method Description void
ProjectManagerEx. checkCanCreateBuildTypes(SProject targetProject, int numOfBuildTypes)
Checks whether numOfBuildTypes build configurations can be created and throws exception if can'tSBuildType
SProject. copyBuildType(SBuildType originalBuildType, String newExtId, String newName, CopyOptions copyOptions)
Creates a copy of the given build configuration.SProject
ProjectManager. copyProject(SProject originalProject, SProject targetParent, CopyOptions options)
Copies the given project with all subprojects into another project.SBuildType
SProject. createBuildType(String name)
Creates new build configuration with given nameSBuildType
SProject. createBuildType(String extId, String name)
Creates new build configuration with given external identifier and name.SBuildType
SProject. createBuildType(String name, String runnerType, int maximumNumberOfBuilds, BuildTypeDescriptor.CheckoutType checkoutType)
Deprecated.since 8.0, useSProject.createBuildType(String, String)
instead.SBuildType
SProject. createBuildType(SBuildType originalBuildType, String newName, boolean copyVcsRoots, boolean changeScopeOfLocalVcsRoots)
Deprecated.SBuildType
SProject. createBuildType(SBuildType originalBuildType, String newName, CopyOptions copyOptions)
SBuildType
SProject. createBuildTypeFromTemplate(BuildTypeTemplate template, String extId, String name)
Creates build configuration on the base of specified template.SBuildType
SProject. createBuildTypeFromTemplate(BuildTypeTemplate template, String name, CopyOptions copyOptions)
Creates build configuration on the base of specified template.SProject
ProjectManager. createProject(SProject originalProject, String newProjectName, CopyOptions options)
-
Uses of MaxNumberOfBuildTypesReachedException in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that throw MaxNumberOfBuildTypesReachedException Modifier and Type Method Description SBuildType
ProjectEx. copyBuildType(SBuildType originalBuildType, String newExtId, String newName, CopyOptions copyOptions, BuildTypeCopyMap copiedObjects)
BuildTypeEx
ProjectEx. createBuildType(String name)
BuildTypeEx
ProjectEx. createBuildType(String extId, String name)
Creates new build configuration with given external identifier and name.BuildTypeEx
ProjectEx. createBuildType(String name, String runnerType, int maximumNumberOfBuilds, BuildTypeDescriptor.CheckoutType checkoutType)
BuildTypeEx
ProjectEx. createBuildType(String extId, String name, Consumer<BuildTypeEx> init)
BuildTypeEx
ProjectEx. createBuildType(EntityId<String> entityId, boolean emptyUuid, String name, Consumer<BuildTypeEx> init)
BuildTypeEx
ProjectEx. createBuildTypeFromTemplate(BuildTypeTemplate template, String extId, String name, Consumer<BuildTypeEx> init)
-
Uses of MaxNumberOfBuildTypesReachedException in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth that throw MaxNumberOfBuildTypesReachedException Modifier and Type Method Description void
SecuredProjectManager. checkCanCreateBuildTypes(SProject targetProject, int numOfBuildTypes)
SBuildType
SecuredProject. copyBuildType(SBuildType originalBuildType, String extId, String name, CopyOptions copyOptions)
SProject
SecuredProjectManager. copyProject(SProject originalProject, SProject parentOfCopy, CopyOptions options)
BuildTypeEx
SecuredProject. createBuildType(String name)
BuildTypeEx
SecuredProject. createBuildType(String extId, String name)
BuildTypeEx
SecuredProject. createBuildType(String extId, String name, Consumer<BuildTypeEx> init)
SBuildType
SecuredProject. createBuildType(SBuildType originalBuildType, String newConfigurationName, boolean copyVcsRoots, boolean changeScopeOfLocalVcsRoots)
SBuildType
SecuredProject. createBuildType(SBuildType originalBuildType, String name, CopyOptions copyOptions)
BuildTypeEx
SecuredProject. createBuildTypeFromTemplate(BuildTypeTemplate template, String extId, String name)
BuildTypeEx
SecuredProject. createBuildTypeFromTemplate(BuildTypeTemplate template, String extId, String name, Consumer<BuildTypeEx> init)
SBuildType
SecuredProject. createBuildTypeFromTemplate(BuildTypeTemplate template, String name, CopyOptions copyOptions)
SProject
SecuredProjectManager. createProject(SProject originalProject, String newProjectName, CopyOptions options)
-
Uses of MaxNumberOfBuildTypesReachedException in jetbrains.buildServer.serverSide.impl.projects
Methods in jetbrains.buildServer.serverSide.impl.projects that throw MaxNumberOfBuildTypesReachedException Modifier and Type Method Description void
ProjectManagerImpl. checkCanCreateBuildTypes(SProject targetProject, int numOfBuildTypes)
SBuildType
ProjectImpl. copyBuildType(SBuildType originalBuildType, String extId, String name, CopyOptions copyOptions)
SBuildType
ProjectImpl. copyBuildType(SBuildType originalBuildType, String extId, String name, CopyOptions copyOptions, BuildTypeCopyMap copiedObjects)
BuildTypeEx
ProjectImpl. createBuildType(String name)
BuildTypeEx
ProjectImpl. createBuildType(String extId, String name)
BuildTypeEx
ProjectImpl. createBuildType(String name, String runnerType, int maxBuilds, BuildTypeDescriptor.CheckoutType checkoutType)
BuildTypeEx
ProjectImpl. createBuildType(String extId, String name, Consumer<BuildTypeEx> init)
BuildTypeEx
ProjectImpl. createBuildType(EntityId<String> entityId, boolean emptyUuid, String name, Consumer<BuildTypeEx> init)
SBuildType
ProjectImpl. createBuildType(SBuildType originalBuildType, String newConfigurationName, boolean copyVcsRoots, boolean changeScopeOfLocalVcsRoots)
SBuildType
ProjectImpl. createBuildType(SBuildType originalBuildType, String newName, CopyOptions copyOptions)
BuildTypeEx
ProjectImpl. createBuildTypeFromTemplate(BuildTypeTemplate template, String extId, String name)
BuildTypeEx
ProjectImpl. createBuildTypeFromTemplate(BuildTypeTemplate template, String extId, String name, Consumer<BuildTypeEx> init)
SBuildType
ProjectImpl. createBuildTypeFromTemplate(BuildTypeTemplate template, String name, CopyOptions copyOptions)
SProject
ProjectManagerImpl. createProject(SProject originalProject, String newProjectName, CopyOptions options)
Deprecated.
-