public interface Bamboo
This acts as a uniform API for accessing the system - web actions, soap calls and such like all use this interface.
Modifier and Type | Field and Description |
---|---|
static String |
BAMBOO_KEY
The key for the Bamboo instance stored in the action's servlet context
|
Modifier and Type | Method and Description |
---|---|
void |
clearErrorMessages()
Deprecated.
since 5.10
|
AdministrationConfiguration |
getAdministrationConfiguration()
Deprecated.
5.10
|
ErrorDetails |
getBuildErrorDetails(String buildName,
int errorNumber)
Deprecated.
since 5.10
|
Persister |
getDefaultPersister()
Deprecated.
since 5.10
|
Collection<ErrorDetails> |
getElasticErrorMessages()
Deprecated.
since 5.10
|
Collection<ErrorDetails> |
getErrorMessages()
Deprecated.
since 5.10
|
Collection<ErrorDetails> |
getErrorMessages(PlanKey planKey)
Deprecated.
since 5.10
|
Collection<ErrorDetails> |
getErrorMessagesByAgentId(Long agentId)
Deprecated.
since 5.10
|
SessionManager |
getSessionManager()
Which session manager is the system using?
|
void |
removeBuildErrorFromLog(String buildName,
int errorNumber)
Deprecated.
since 5.10
|
void |
restartComponentsFollowingConfigurationChange()
Deprecated.
since 5.10
|
void |
start(javax.servlet.ServletContext servletContext)
Start Bamboo
|
void |
stop()
Deprecated.
since 5.10
|
static final String BAMBOO_KEY
void start(@NotNull javax.servlet.ServletContext servletContext) throws Exception
Exception
@Deprecated void stop()
@Deprecated void restartComponentsFollowingConfigurationChange()
@Deprecated Collection<ErrorDetails> getErrorMessages()
@Deprecated Collection<ErrorDetails> getErrorMessages(@NotNull PlanKey planKey)
@Deprecated Collection<ErrorDetails> getErrorMessagesByAgentId(@NotNull Long agentId)
agentId
- @Deprecated Collection<ErrorDetails> getElasticErrorMessages()
@Deprecated void clearErrorMessages()
@Deprecated void removeBuildErrorFromLog(String buildName, int errorNumber)
buildName
- The name of the build with the associated errorerrorNumber
- The error number (zero based index of error associated with build)@Deprecated ErrorDetails getBuildErrorDetails(String buildName, int errorNumber)
buildName
- The name of the build with the associated errorerrorNumber
- The error number (zero based index of error associated with build)@Deprecated Persister getDefaultPersister()
SessionManager getSessionManager()
@Deprecated AdministrationConfiguration getAdministrationConfiguration()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.