Uses of Class
jetbrains.buildServer.serverSide.CopyOptions
-
Packages that use CopyOptions Package Description jetbrains.buildServer.serverSide jetbrains.buildServer.serverSide.impl jetbrains.buildServer.serverSide.impl.auth jetbrains.buildServer.serverSide.impl.projects -
-
Uses of CopyOptions in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return CopyOptions Modifier and Type Method Description CopyOptionsProjectCopyParameters. getCopyOptions()Copy options.Methods in jetbrains.buildServer.serverSide with parameters of type CopyOptions Modifier and Type Method Description SBuildTypeSProject. copyBuildType(SBuildType originalBuildType, String newExtId, String newName, CopyOptions copyOptions)Creates a copy of the given build configuration.SProjectProjectManager. copyProject(SProject originalProject, SProject targetParent, CopyOptions options)Copies the given project with all subprojects into another project.SBuildTypeSProject. createBuildType(SBuildType originalBuildType, String newName, CopyOptions copyOptions)SBuildTypeSProject. createBuildTypeFromTemplate(BuildTypeTemplate template, String name, CopyOptions copyOptions)Creates build configuration on the base of specified template.BuildTypeTemplateSProject. createBuildTypeTemplate(BuildTypeTemplate originalTemplate, String newName, CopyOptions copyOptions)Deprecated.BuildTypeTemplateSProject. createBuildTypeTemplate(SBuildType originalBuildType, String name, CopyOptions copyOptions)Deprecated.SProjectProjectManager. createProject(SProject originalProject, String newProjectName, CopyOptions options)Constructors in jetbrains.buildServer.serverSide with parameters of type CopyOptions Constructor Description CopyOptions(CopyOptions opts)Creates a copy of given options.ProjectCopyParameters(String newProjectName, Map<String,String> externalIdentifiersMap, CopyOptions copyOptions)Creates a project copying parameters. -
Uses of CopyOptions in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl with parameters of type CopyOptions Modifier and Type Method Description SBuildTypeProjectEx. copyBuildType(SBuildType originalBuildType, String newExtId, String newName, CopyOptions copyOptions, BuildTypeCopyMap copiedObjects)BuildTypeTemplateExProjectEx. copyTemplate(BuildTypeTemplateEx origTemplate, String extId, String name, CopyOptions options)voidBuildTypeSettingsMapper. setCopyOptions(CopyOptions copyOptions) -
Uses of CopyOptions in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth with parameters of type CopyOptions Modifier and Type Method Description SBuildTypeSecuredProject. copyBuildType(SBuildType originalBuildType, String extId, String name, CopyOptions copyOptions)SProjectSecuredProjectManager. copyProject(SProject originalProject, SProject parentOfCopy, CopyOptions options)SBuildTypeSecuredProject. createBuildType(SBuildType originalBuildType, String name, CopyOptions copyOptions)SBuildTypeSecuredProject. createBuildTypeFromTemplate(BuildTypeTemplate template, String name, CopyOptions copyOptions)BuildTypeTemplateSecuredProject. createBuildTypeTemplate(BuildTypeTemplate original, String name, CopyOptions copyOptions)BuildTypeTemplateSecuredProject. createBuildTypeTemplate(SBuildType originalBuildType, String name, CopyOptions copyOptions)SProjectSecuredProjectManager. createProject(SProject originalProject, String newProjectName, CopyOptions options) -
Uses of CopyOptions in jetbrains.buildServer.serverSide.impl.projects
Methods in jetbrains.buildServer.serverSide.impl.projects with parameters of type CopyOptions Modifier and Type Method Description SBuildTypeProjectImpl. copyBuildType(SBuildType originalBuildType, String extId, String name, CopyOptions copyOptions)SBuildTypeProjectImpl. copyBuildType(SBuildType originalBuildType, String extId, String name, CopyOptions copyOptions, BuildTypeCopyMap copiedObjects)SProjectProjectManagerImpl. copyProject(SProject originalProject, SProject targetParent, CopyOptions options)BuildTypeTemplateExProjectImpl. copyTemplate(BuildTypeTemplateEx template, String extId, String name, CopyOptions options)SBuildTypeProjectImpl. createBuildType(SBuildType originalBuildType, String newName, CopyOptions copyOptions)SBuildTypeProjectImpl. createBuildTypeFromTemplate(BuildTypeTemplate template, String name, CopyOptions copyOptions)BuildTypeTemplateProjectImpl. createBuildTypeTemplate(BuildTypeTemplate original, String name, CopyOptions copyOptions)BuildTypeTemplateProjectImpl. createBuildTypeTemplate(SBuildType originalBuildType, String name, CopyOptions copyOptions)SProjectProjectManagerImpl. createProject(SProject originalProject, String newProjectName, CopyOptions options)Deprecated.
-