Package jetbrains.buildServer.serverSide
Interface BuildCustomizerFactory
-
- All Known Implementing Classes:
BuildCustomizerFactoryImpl
public interface BuildCustomizerFactory
- Since:
- 7.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BuildCustomizer
createBuildCustomizer(SBuildType buildType, SUser currentUser)
Creates new build customizer which can be used to create custom builds.
-
-
-
Method Detail
-
createBuildCustomizer
@NotNull BuildCustomizer createBuildCustomizer(@NotNull SBuildType buildType, @Nullable SUser currentUser)
Creates new build customizer which can be used to create custom builds.- Parameters:
buildType
- build configuration where build will be createdcurrentUser
- user who performs action. The user is required for personal build and for build comment action.- Returns:
- new build customizer
-
-