| AuditLogEntry | Represents a single entry in the UPM's Audit Log. |
| Either<L, R> | A disjoint union type typically used as an alternative to Option where by convention the
left value contains an error and the right is akin to "some". |
| Either.LeftProjection<L, R> | |
| Either.RightProjection<L, R> | |
| EntryType | Represents various types of audit log entries. |
| Option<A> | This class is deprecated. It's 2021. Just use java.util.Optional. Plus there's the same class in com.atlassian.fugue |
| Options | This class is deprecated. since 5.0, it will be removed in 6.0; |
| Pair<A, B> | A tuple of size 2. |
| PluginLogService | Provides a log of all events that change the state of the plugin system. |