Package jetbrains.buildServer.serverSide
Interface BuildTypeTemplateFactory
-
- All Known Implementing Classes:
BuildTypeTemplateFactoryImpl
,SecuredBuildTypeTemplateFactory
public interface BuildTypeTemplateFactory
- Author:
- Pavel.Sher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BuildTypeTemplateImpl
createNewTemplate(String newExtId, String name, String description, ProjectEx ownerProject)
BuildTypeTemplateImpl
createTemplate(EntityId<String> entityId, String name, String description, BuildTypeSettingsEx settings, ProjectEx ownerProject, boolean emptyUuid)
-
-
-
Method Detail
-
createNewTemplate
@NotNull BuildTypeTemplateImpl createNewTemplate(@NotNull String newExtId, @NotNull String name, @NotNull String description, @NotNull ProjectEx ownerProject) throws InvalidIdentifierException, DuplicateExternalIdException
-
createTemplate
@NotNull BuildTypeTemplateImpl createTemplate(@NotNull EntityId<String> entityId, @NotNull String name, @NotNull String description, @NotNull BuildTypeSettingsEx settings, @NotNull ProjectEx ownerProject, boolean emptyUuid)
-
-