Uses of Interface
de.espirit.firstspirit.access.packagepool.PublishGroup
Packages that use PublishGroup
-
Uses of PublishGroup in de.espirit.firstspirit.access.packagepool
Methods in de.espirit.firstspirit.access.packagepool that return PublishGroupModifier and TypeMethodDescriptionPackageManager.createPublishGroup(String name, String description) Creates a new publish group with the given name and the given description.PackageManager.getDefaultPublishGroup()Returns the default publish group.Subscription.getPublishGroup()Gets the publish group of this subscription.Methods in de.espirit.firstspirit.access.packagepool that return types with arguments of type PublishGroupModifier and TypeMethodDescriptionPackageManager.getPublishGroups()Returns a read-only list ofPublishGroup's which are defined on this server.PackageVersion.getPublishGroups()Returns a read-only Set ofPublishGroup's this PackageVersion is published for.Methods in de.espirit.firstspirit.access.packagepool with parameters of type PublishGroupModifier and TypeMethodDescriptionvoidPackageVersion.addPublishGroup(PublishGroup group) Adds the given PublishGroup to the Set of publish groups this PackageVersion is published for.voidPackage.publishPackage(PublishGroup publishGroup) Publish this package for the specified group.
Starts the import of allSubscription's of this package which uses the givenPublishGroup.voidPackageVersion.removePublishGroup(PublishGroup group) Removes the given PublishGroup from the Set of publish groups this PackageVersion is published forvoidPackageManager.setDefaultPublishGroup(PublishGroup publishGroup) Sets the default publish group.voidSubscription.setPublishGroup(PublishGroup value) Sets the given publish group for this subscriptionPackage.subscribePackage(Project subscriber, PublishGroup publishGroup)