l.r.i.d.IDistroSeries(IDistroSeriesEditRestricted, IDistroSeriesPublic, IStructuralSubscriptionTarget) : interface documentation

Part of lp.registry.interfaces.distroseries View In Hierarchy

Known implementations: lp.registry.model.distroseries.DistroSeries

A series of an operating system distribution.

Inherited from IDistroSeriesEditRestricted:

Method newMilestone Create a new milestone for this DistroSeries.

Inherited from IDistroSeriesPublic:

Attribute id The distroseries's unique number.
Attribute named_version The combined display name and version.
Attribute parent The structural parent of this series - the distro
Attribute components The series components.
Attribute upload_components The series components that can be uploaded to.
Attribute sections The series sections.
Attribute lucilleconfig Lucille Configuration Field
Attribute sourcecount Source Packages Counter
Bool defer_translation_imports Suspends any translation imports for this series
Attribute binarycount Binary Packages Counter
Attribute architecturecount The number of architectures in this series.
Attribute nominatedarchindep DistroArchSeries designed to build architecture-independent packages whithin this distroseries context.
Attribute messagecount The total number of translatable items in this series.
Attribute distroserieslanguages The set of dr-languages in this series.
Bool hide_all_translations Undocumented
Choice language_pack_base Language pack with the export of all translations
Choice language_pack_delta Language pack with the export of all translation updates
Choice language_pack_proposed Base or update language pack export that is being tested and
Bool language_pack_full_export_requested Whether next language pack generation will be a full export. This
Object last_full_language_pack_exported Undocumented
Object last_delta_language_pack_exported Undocumented
Attribute packagings All of the Packaging entries for this distroseries.
Attribute specifications The specifications targeted to this series.
Attribute language_packs All language packs associated with this distribution series.
Attribute previous_series Previous series from the same distribution.
Method isUnstable Whether or not a distroseries is unstable.
Method canUploadToPocket Decides whether or not allow uploads for a given pocket.
Method getLatestUploads Return the latest five source uploads for this DistroSeries.
Attribute architectures All architectures in this series.
Attribute virtualized_architectures All architectures in this series where PPA is supported.
Attribute enabled_architectures All architectures in this series with available chroot tarball.
Method __getitem__ Return the distroarchseries for this distroseries with the
Method __str__ Return the name of the distroseries.
Method getDistroArchSeriesByProcessor Return the distroarchseries for this distroseries with the
Method getDistroArchSeries Return the distroarchseries for this distroseries with the
Method updateStatistics Update all the Rosetta stats for this distro series.
Method updatePackageCount Update the binary and source package counts for this distro
Method getSourcePackage Return a source package in this distro series by name.
Method getTranslatableSourcePackages Return a list of Source packages in this distribution series
Method getPrioritizedUnlinkedSourcePackages Return a list of package summaries that need packaging links.
Method getPrioritizedPackagings Return a list of packagings that need more upstream information.
Method getMostRecentlyLinkedPackagings Return a list of packagings that are the most recently linked.
Method getPackageUploads Get package upload records for this distribution series.
Method getUnlinkedTranslatableSourcePackages Return a list of source packages that can be translated in
Method getBinaryPackage Return a DistroSeriesBinaryPackage for this name.
Method getSourcePackageRelease Return a IDistroSeriesSourcePackageRelease
Method getCurrentSourceReleases Get the current release of a list of source packages.
Method getPublishedSources Return the SourcePackagePublishingHistory(s)
Method getAllPublishedSources Return all currently published sources for the distroseries.
Method getAllPublishedBinaries Return all currently published binaries for the distroseries.
Method getSourcesPublishedForAllArchives Return all sourcepackages published across all the archives.
Method getDistroSeriesLanguage Return the DistroSeriesLanguage for this distroseries and the
Method getDistroSeriesLanguageOrDummy Return the DistroSeriesLanguage for this distroseries and the
Method createUploadedSourcePackageRelease Create an uploads SourcePackageRelease.
Method getComponentByName Get the named component.
Method getSectionByName Get the named section.
Method addSection SQLObject provided method to fill a related join key section.
Method getBinaryPackagePublishing Get BinaryPackagePublishings in a DistroSeries.
Method getSourcePackagePublishing Return a selectResult of ISourcePackagePublishingHistory.
Method getBinaryPackageCaches All of the cached binary package records for this distroseries.
Method removeOldCacheItems Delete any records that are no longer applicable.
Method updateCompletePackageCache Update the binary package cache
Method updatePackageCache Update the package cache for a given IBinaryPackageName
Method searchPackages Search through the packge cache for this distroseries and return
Method createQueueEntry Create a queue item attached to this distroseries.
Method newArch Create a new port or DistroArchSeries for this DistroSeries.
Method copyTranslationsFromParent Copy any translation done in parent that we lack.
Method getPOFileContributorsByLanguage People who translated strings to the given language.
Method getSuite Return the suite for this distro series and the given pocket.
Method isSourcePackageFormatPermitted Check if the specified source format is allowed in this series.

Inherited from ISeriesMixin (via IDistroSeriesPublic):

PublicPersonChoice security_contact Currently just a reference to the parent security contact.

Inherited from IHasDrivers (via IDistroSeriesPublic, ISeriesMixin):

Attribute drivers A list of drivers

Inherited from IHasAppointedDriver (via IDistroSeriesPublic):

Choice driver Undocumented

Inherited from IHasOwner (via IDistroSeriesPublic):

Attribute owner The object's owner, which is an IPerson.

Inherited from IBugTarget (via IDistroSeriesPublic):

Attribute bugtargetdisplayname A display name for this bug target
Attribute bugtargetname The target as shown in mail notifications.
Method createBug Create a new bug on this target.

Inherited from IHasBugs (via IDistroSeriesPublic, IBugTarget):

Attribute open_bugtasks A list of open bugTasks for this target.
Attribute closed_bugtasks A list of closed bugTasks for this target.
Attribute inprogress_bugtasks A list of in-progress bugTasks for this target.
Attribute high_bugtasks A list of high importance BugTasks for this target.
Attribute critical_bugtasks A list of critical BugTasks for this target.
Attribute new_bugtasks A list of New BugTasks for this target.
Attribute unassigned_bugtasks A list of unassigned BugTasks for this target.
Attribute all_bugtasks A list of all BugTasks ever reported for this target.
Attribute has_bugtasks True if a BugTask has ever been reported for this target.
Method searchTasks Search the IBugTasks reported on this entity.
Method getBugCounts Return a dict with the number of bugs in each possible status.

Inherited from ISpecificationTarget (via IDistroSeriesPublic, ISpecificationGoal):

Method getSpecification Returns the specification with the given name, for this target,

Inherited from IHasSpecifications (via IDistroSeriesPublic, ISpecificationGoal, ISpecificationTarget):

Attribute all_specifications A list of all specifications, regardless of status or approval or completion, for this object.
Attribute has_any_specifications A true or false indicator of whether or not this object has any specifications associated with it, regardless of their status.
Attribute valid_specifications A list of all specifications that are not obsolete.
Attribute latest_specifications The latest 5 specifications registered for this context.
Attribute latest_completed_specifications The 5 specifications most recently completed for this context.

Inherited from IHasMilestones (via IDistroSeriesPublic):

Bool has_milestones Undocumented

Inherited from IHasOfficialBugTags (via IDistroSeriesPublic):

Method getUsedBugTags Return the tags used by the context as a sorted list of strings.
Method getUsedBugTagsWithOpenCounts Return name and bug count of tags having open bugs.
Method _getOfficialTagClause Get the storm clause for finding this targets tags.

Inherited from IHasBuildRecords (via IDistroSeriesPublic):

Method getBuildRecords Return build records in the context it is implemented.

Inherited from IHasTranslationTemplates (via IDistroSeriesPublic):

Bool has_translation_templates Undocumented
Bool has_current_translation_templates Undocumented
Method getTemplatesCollection Return templates as a TranslationTemplatesCollection.
Method getCurrentTemplatesCollection Return TranslationTemplatesCollection of current templates.
Method getCurrentTranslationTemplates Return an iterator over all active translation templates.
Method getCurrentTranslationFiles Return an iterator over all active translation files.
Method getObsoleteTranslationTemplates Return an iterator over its not active translation templates.
Method getTranslationTemplates Return an iterator over all its translation templates.
Method getTranslationTemplateFormats A list of native formats for all current translation templates.
Method getTemplatesAndLanguageCounts List tuples of POTemplate and its language count.

Inherited from IServiceUsage (via IDistroSeriesPublic):

Choice answers_usage Where does this pillar have an Answers forum?
Choice blueprints_usage Where does this pillar host blueprints?
Choice codehosting_usage Where does this pillar host code?
Choice translations_usage Where does this pillar do translations?
Choice bug_tracking_usage Where does this pillar track bugs?
Bool uses_launchpad Undocumented

Inherited from IStructuralSubscriptionTarget:

Method getSubscriptions Return all the subscriptions with the specified levels.
Attribute parent_subscription_target The target's parent, or None if one doesn't exist.
Method userCanAlterSubscription Check if a user can change a subscription for a person.
Method addSubscription Add a subscription for this structure.
Method userCanAlterBugSubscription Check if a user can change a bug subscription for a person.
Method addBugSubscription Add a bug subscription for this structure.
Method removeBugSubscription Remove a subscription to bugs from this structure.
Method getSubscription Return the subscription for person, if it exists.
Method getBugNotificationsRecipients Return the set of bug subscribers to this target.
Attribute target_type_display The type of the target, for display.
Method userHasBugSubscriptions Is user subscribed, directly or via a team, to bug mail?
API Documentation for Launchpad, generated by pydoctor at 2010-09-27 00:00:11.