Uses of Interface
org.eclipse.tycho.repository.publishing.WriteSessionContext
-
Packages that use WriteSessionContext Package Description org.eclipse.tycho.p2.tools.publisher org.eclipse.tycho.repository.module org.eclipse.tycho.repository.publishing -
-
Uses of WriteSessionContext in org.eclipse.tycho.p2.tools.publisher
Classes in org.eclipse.tycho.p2.tools.publisher that implement WriteSessionContext Modifier and Type Class Description class
ProductBinariesWriteSession
WriteSessionContext
for publishing the binary executables artifacts. -
Uses of WriteSessionContext in org.eclipse.tycho.repository.module
Methods in org.eclipse.tycho.repository.module with parameters of type WriteSessionContext Modifier and Type Method Description org.eclipse.equinox.p2.repository.artifact.IArtifactRepository
PublishingRepositoryImpl. getArtifactRepositoryForWriting(WriteSessionContext writeSession)
-
Uses of WriteSessionContext in org.eclipse.tycho.repository.publishing
Methods in org.eclipse.tycho.repository.publishing with parameters of type WriteSessionContext Modifier and Type Method Description org.eclipse.equinox.p2.repository.artifact.IArtifactRepository
PublishingRepository. getArtifactRepositoryForWriting(WriteSessionContext writeSession)
Returns a view onto the project's artifact repository which allows writing new artifacts.
-