Interface PublisherServiceFactory
-
- All Known Implementing Classes:
PublisherServiceFactoryImpl
public interface PublisherServiceFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PublishProductTool
createProductPublisher(ReactorProject project, java.util.List<TargetEnvironment> environments, java.lang.String buildQualifier, Interpolator interpolator)
PublisherService
createPublisher(ReactorProject project, java.util.List<TargetEnvironment> environments)
Creates aPublisherService
instance that can be used to publish artifacts.
-
-
-
Method Detail
-
createPublisher
PublisherService createPublisher(ReactorProject project, java.util.List<TargetEnvironment> environments)
Creates aPublisherService
instance that can be used to publish artifacts. The results are stored in the build output p2 repository of the given project.- Parameters:
project
- The project for which to publish artifacts.environments
- The list of environments to publish for.- Returns:
- A new
PublisherService
instance.
-
createProductPublisher
PublishProductTool createProductPublisher(ReactorProject project, java.util.List<TargetEnvironment> environments, java.lang.String buildQualifier, Interpolator interpolator)
-
-