public interface PublisherServiceFactory
Modifier and Type | Method and 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 a
PublisherService instance that can be used to publish artifacts. |
PublisherService createPublisher(ReactorProject project, java.util.List<TargetEnvironment> environments)
PublisherService
instance that can be used to publish artifacts. The
results are stored in the build output p2 repository of the given project.project
- The project for which to publish artifacts.environments
- The list of environments to publish for.PublisherService
instance.PublishProductTool createProductPublisher(ReactorProject project, java.util.List<TargetEnvironment> environments, java.lang.String buildQualifier, Interpolator interpolator)