Uses of Interface
org.eclipse.tycho.repository.publishing.PublishingRepository
-
-
Uses of PublishingRepository in org.eclipse.tycho.p2.manager
Methods in org.eclipse.tycho.p2.manager that return PublishingRepository Modifier and Type Method Description PublishingRepository
ReactorRepositoryManagerImpl. getPublishingRepository(ReactorProjectIdentities project)
-
Uses of PublishingRepository in org.eclipse.tycho.p2.target
Method parameters in org.eclipse.tycho.p2.target with type arguments of type PublishingRepository Modifier and Type Method Description P2TargetPlatform
TargetPlatformFactoryImpl. createTargetPlatformWithUpdatedReactorContent(TargetPlatform baseTargetPlatform, List<PublishingRepository> upstreamProjectResults)
-
Uses of PublishingRepository in org.eclipse.tycho.p2.tools.publisher
Constructors in org.eclipse.tycho.p2.tools.publisher with parameters of type PublishingRepository Constructor Description PublishProductToolImpl(org.eclipse.tycho.p2.tools.publisher.PublisherActionRunner publisherRunner, PublishingRepository publishingRepository, P2TargetPlatform targetPlatform, String buildQualifier, Interpolator interpolator, MavenLogger logger)
-
Uses of PublishingRepository in org.eclipse.tycho.repository.module
Classes in org.eclipse.tycho.repository.module that implement PublishingRepository Modifier and Type Class Description class
PublishingRepositoryImpl
-
Uses of PublishingRepository in org.eclipse.tycho.repository.registry
Methods in org.eclipse.tycho.repository.registry that return PublishingRepository Modifier and Type Method Description PublishingRepository
ReactorRepositoryManager. getPublishingRepository(ReactorProjectIdentities project)
Returns the project's publishing repository.
-