Package | Description |
---|---|
de.espirit.firstspirit.access.packagepool |
Modifier and Type | Method and Description |
---|---|
PublishGroup |
PackageManager.createPublishGroup(String name,
String description)
Creates a new publish group with the given name and the given description.
|
PublishGroup |
PackageManager.getDefaultPublishGroup()
Returns the default publish group.
|
PublishGroup |
Subscription.getPublishGroup()
Gets the publish group of this subscription.
|
Modifier and Type | Method and Description |
---|---|
Collection<PublishGroup> |
PackageManager.getPublishGroups()
Returns a read-only list of
PublishGroup 's which are defined on this server. |
Set<PublishGroup> |
PackageVersion.getPublishGroups()
Returns a read-only Set of
PublishGroup 's
this PackageVersion is published for. |
Modifier and Type | Method and Description |
---|---|
void |
PackageVersion.addPublishGroup(PublishGroup group)
Adds the given PublishGroup to the Set of
publish groups this PackageVersion is published for.
|
void |
Package.publishPackage(PublishGroup publishGroup)
Publish this package for the specified group.
|
void |
PackageVersion.removePublishGroup(PublishGroup group)
Removes the given PublishGroup from the Set of
publish groups this PackageVersion is published for
|
void |
PackageManager.setDefaultPublishGroup(PublishGroup publishGroup)
Sets the default publish group.
|
void |
Subscription.setPublishGroup(PublishGroup value)
Sets the given publish group for this subscription
|
Subscription |
Package.subscribePackage(Project subscriber,
PublishGroup publishGroup)
|
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210