|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Bamboo
This interface provides a simple Facade for accessing Bamboo.
This acts as a uniform API for accessing the system - web actions, soap calls and such like all use this interface.
Field Summary | |
---|---|
static String |
BAMBOO_KEY
The key for the Bamboo instance stored in the action's servlet context |
Method Summary | |
---|---|
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 |
Field Detail |
---|
static final String BAMBOO_KEY
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |