public interface PublisherServiceFactory
Modifier and Type | Method and Description |
---|---|
PublishProductTool |
createProductPublisher(ReactorProject project,
List<TargetEnvironment> environments,
String buildQualifier,
Interpolator interpolator) |
PublisherService |
createPublisher(ReactorProject project,
List<TargetEnvironment> environments)
Creates a
PublisherService instance that can be used to publish artifacts. |
PublisherService createPublisher(ReactorProject project, 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, List<TargetEnvironment> environments, String buildQualifier, Interpolator interpolator)
Copyright © 2008–2016 Eclipse Foundation. All rights reserved.