Package com.atlassian.bamboo.ww2.aware
Interface TabSelectionAware
-
- All Known Implementing Classes:
ConfigureAgents
,DashboardFilter
,QuickFilterAction
,StarterAction
,ViewAgents
,ViewOfflineAgents
,ViewPlanUpdates
,ViewResponsibilitiesForUser
,ViewTelemetryAction
public interface TabSelectionAware
For actions which implement clickable tabs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull String
getSelectedTab()
void
setSelectedTab(@NotNull String label)
-