public interface BuildCustomizerFactory
Modifier and Type | Method and Description |
---|---|
BuildCustomizer |
createBuildCustomizer(SBuildType buildType,
SUser currentUser)
Creates new build customizer which can be used to create custom builds.
|
@NotNull BuildCustomizer createBuildCustomizer(@NotNull SBuildType buildType, @Nullable SUser currentUser)
buildType
- build configuration where build will be createdcurrentUser
- user who performs action. The user is required for personal build and for build comment action.