| BambooSessionAware |
|
| BareBuildConfigurationAware |
|
| BuildableAware |
Interface defining that the object can have a build
|
| BuildConfigurationAware |
|
| BuildResultsAware |
|
| BuildResultsSummaryAware |
Interface defining that an object has a BuildResultSummary
|
| BypassValidationAware |
Actions that implement can bypass validation
|
| ChainAware |
Chain and Stage aware object
|
| JsonStatusProvider |
Allows the interceptor ExecAndWaitWithJSONStatusUpdateInterceptor to retrieve the current status
of the action to pass back to the UI.
|
| LazyPaginationAware<T> |
Actions that implement this has a results list that is paginated
and only results on the current page will be fetched.
|
| NavigationAware |
Interface defining that the navigation context is available for the UI and hence the
plan navigator can be displayed
|
| PaginationAware<T> |
Actions that implement this has a results list that is paginated
|
| PlanAware |
Interface defining that a object can have a Plan
|
| PlanLimitAware |
For classes that want to know whether the bamboo instance has reached its plan limit yet.
|
| ProjectAware |
|
| RepositoryConfigurationAware |
|
| RestActionAware |
|
| ResultsListAware |
|
| ResultsListProvider |
|
| ResultsSummaryAware |
Interface defining that an object has a ResultSummary
|
| ReturnUrlAware |
Interface that defines that this object knows about returning to a given url when processing is completed
|
| StatisticsAware |
|
| TabSelectionAware |
For actions which implement clickable tabs.
|