Class Addon
- java.lang.Object
-
- com.atlassian.confluence.plugins.maintenance.model.Addon
-
public final class Addon extends Object
Simple POJO class to store the add-on's information
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Addon.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIcon()
String
getName()
String
getVendorName()
boolean
isDisabled()
boolean
isReadOnlyModeCompatible()
-