| Modifier and Type | Method and Description |
|---|---|
void |
MailConfigurationService.deleteMailServer()
Delete the current mail server configuration
|
com.atlassian.mail.server.SMTPMailServer |
MailConfigurationServiceImpl.getMailServer() |
com.atlassian.mail.server.SMTPMailServer |
MailConfigurationService.getMailServer()
Retrieve the current mail server configuration
|
com.atlassian.mail.server.SMTPMailServer |
MailConfigurationServiceImpl.updateMailServer(String name,
String fromAddress,
String subjectPrefix,
Boolean precedenceBulkHeaderExcluded,
String emailSetting,
String smtpServer,
String smtpPort,
String smtpUsername,
String smtpPassword,
Boolean tlsEnabled,
String jndiLocation) |
com.atlassian.mail.server.SMTPMailServer |
MailConfigurationService.updateMailServer(String name,
String fromAddress,
String subjectPrefix,
Boolean precedenceBulkHeaderExcluded,
String emailSetting,
String smtpServer,
String smtpPort,
String smtpUsername,
String smtpPassword,
Boolean tlsEnabled,
String jndiLocation)
Update the current mail server configuration
|
| Modifier and Type | Method and Description |
|---|---|
RestRemoteAgentConfiguration |
RemoteAgentConfigurationResource.getRemoteAgentConfiguration(Expansion expansion,
javax.ws.rs.core.UriInfo uriInfo)
The REST endpoint to retrieve the remote agent configuration
|
RestRemoteAgentConfiguration |
RemoteAgentConfigurationResource.updateRemoteAgentConfiguration(RestRemoteAgentConfiguration restRemoteAgentConfiguration,
Expansion expansion,
javax.ws.rs.core.UriInfo uriInfo)
The REST endpoint to update the remote agent configuration
|
| Modifier and Type | Method and Description |
|---|---|
RestGeneralConfiguration |
GeneralConfigurationResource.updateGeneralConfiguration(RestGeneralConfiguration restGeneralConfiguration,
Expansion expansion,
javax.ws.rs.core.UriInfo uriInfo)
The REST endpoint to update bamboo server general configurations.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
MailConfigurationResource.deleteMailConfiguration(Expansion expansion,
javax.ws.rs.core.UriInfo uriInfo)
Rest endpoint to delete current mail configuration
|
javax.ws.rs.core.Response |
MailConfigurationResource.getMailConfiguration(Expansion expansion,
javax.ws.rs.core.UriInfo uriInfo)
The REST endpoint to retrieve the current mail server configuration
|
javax.ws.rs.core.Response |
MailConfigurationResource.updateMailConfiguration(RestMailConfiguration restMailConfiguration,
Expansion expansion,
javax.ws.rs.core.UriInfo uriInfo)
The Rest endpoint to update the mail server configuration
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
UnauthorisedExceptionMapper.toResponse(UnauthorisedException exception) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.