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 CopyOptions
ProjectCopyParameters. getCopyOptions()
Copy options.Methods in jetbrains.buildServer.serverSide with parameters of type CopyOptions Modifier and Type Method Description SBuildType
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(SBuildType originalBuildType, String newName, CopyOptions copyOptions)
SBuildType
SProject. createBuildTypeFromTemplate(BuildTypeTemplate template, String name, CopyOptions copyOptions)
Creates build configuration on the base of specified template.BuildTypeTemplate
SProject. createBuildTypeTemplate(BuildTypeTemplate originalTemplate, String newName, CopyOptions copyOptions)
Deprecated.BuildTypeTemplate
SProject. createBuildTypeTemplate(SBuildType originalBuildType, String name, CopyOptions copyOptions)
Deprecated.SProject
ProjectManager. 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 SBuildType
ProjectEx. copyBuildType(SBuildType originalBuildType, String newExtId, String newName, CopyOptions copyOptions, BuildTypeCopyMap copiedObjects)
BuildTypeTemplateEx
ProjectEx. copyTemplate(BuildTypeTemplateEx origTemplate, String extId, String name, CopyOptions options)
void
BuildTypeSettingsMapper. 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 SBuildType
SecuredProject. copyBuildType(SBuildType originalBuildType, String extId, String name, CopyOptions copyOptions)
SProject
SecuredProjectManager. copyProject(SProject originalProject, SProject parentOfCopy, CopyOptions options)
SBuildType
SecuredProject. createBuildType(SBuildType originalBuildType, String name, CopyOptions copyOptions)
SBuildType
SecuredProject. createBuildTypeFromTemplate(BuildTypeTemplate template, String name, CopyOptions copyOptions)
BuildTypeTemplate
SecuredProject. createBuildTypeTemplate(BuildTypeTemplate original, String name, CopyOptions copyOptions)
BuildTypeTemplate
SecuredProject. createBuildTypeTemplate(SBuildType originalBuildType, String name, CopyOptions copyOptions)
SProject
SecuredProjectManager. 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 SBuildType
ProjectImpl. copyBuildType(SBuildType originalBuildType, String extId, String name, CopyOptions copyOptions)
SBuildType
ProjectImpl. copyBuildType(SBuildType originalBuildType, String extId, String name, CopyOptions copyOptions, BuildTypeCopyMap copiedObjects)
SProject
ProjectManagerImpl. copyProject(SProject originalProject, SProject targetParent, CopyOptions options)
BuildTypeTemplateEx
ProjectImpl. copyTemplate(BuildTypeTemplateEx template, String extId, String name, CopyOptions options)
SBuildType
ProjectImpl. createBuildType(SBuildType originalBuildType, String newName, CopyOptions copyOptions)
SBuildType
ProjectImpl. createBuildTypeFromTemplate(BuildTypeTemplate template, String name, CopyOptions copyOptions)
BuildTypeTemplate
ProjectImpl. createBuildTypeTemplate(BuildTypeTemplate original, String name, CopyOptions copyOptions)
BuildTypeTemplate
ProjectImpl. createBuildTypeTemplate(SBuildType originalBuildType, String name, CopyOptions copyOptions)
SProject
ProjectManagerImpl. createProject(SProject originalProject, String newProjectName, CopyOptions options)
Deprecated.
-