Uses of Class
hudson.plugins.project_inheritance.util.VersionsNotification
-
Packages that use VersionsNotification Package Description hudson.plugins.project_inheritance.projects hudson.plugins.project_inheritance.util -
-
Uses of VersionsNotification in hudson.plugins.project_inheritance.projects
Methods in hudson.plugins.project_inheritance.projects that return VersionsNotification Modifier and Type Method Description VersionsNotification
InheritanceProject. getCurrentVersionNotification()
-
Uses of VersionsNotification in hudson.plugins.project_inheritance.util
Methods in hudson.plugins.project_inheritance.util that return VersionsNotification Modifier and Type Method Description VersionsNotification
VersionedObjectStore. getUserNotificationFor(Long version)
This method generates a notification to the user, depending on what type of version currently being edited: user is editing an unstable version (Warning) user is editing the last stable version which is not the last version (Warning) user is editing the last stable version which is the last version (Info) user is editing some stable version which is not the latest stable version (Warning)
-