Class StashInstancesStatusPanelCondition
- java.lang.Object
-
- com.atlassian.bamboo.plugins.stash.StashInstancesStatusPanelCondition
-
- All Implemented Interfaces:
com.atlassian.plugin.web.baseconditions.BaseCondition
,com.atlassian.plugin.web.Condition
public class StashInstancesStatusPanelCondition extends Object implements com.atlassian.plugin.web.Condition
A condition that determines whether the linked Stash instances information panel should appear on the system information page.
-
-
Constructor Summary
Constructors Constructor Description StashInstancesStatusPanelCondition(com.atlassian.applinks.api.ReadOnlyApplicationLinkService readOnlyApplicationLinkService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init(@NotNull Map<String,String> params)
boolean
shouldDisplay(@NotNull Map<String,Object> context)
-