Modifier and Type | Method and Description |
---|---|
void |
MailConfigurationServiceImpl.deleteMailServer() |
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
|
Modifier and Type | Method and Description |
---|---|
RestAgent |
RestAgentServiceImpl.getAgentById(javax.ws.rs.core.UriInfo uriInfo,
long agentId) |
RestAgent |
RestAgentServiceImpl.updateAgent(javax.ws.rs.core.UriInfo uriInfo,
long agentId,
RestAgent restAgent) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
MailConfigurationResource.deleteMailConfiguration()
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
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
NotFoundExceptionMapper.toResponse(NotFoundException exception) |
Modifier and Type | Method and Description |
---|---|
String |
RestElasticInstanceService.getInstanceLog(String instanceId)
Obtain logs from an EC2 instance.
|
String |
RestElasticInstanceServiceImpl.getInstanceLog(String instanceId) |
Modifier and Type | Method and Description |
---|---|
RestElasticImageConfig |
ElasticConfigResource.getConfiguration(Long configurationId) |
RestElasticInstanceLog |
ElasticInstanceResource.getInstanceLog(String instanceId)
Obtain logs from an EC2 instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DatabaseControl.isVcsBranchMarkedAsDeleted(PlanKey planKey,
String vcsBranchName)
Checks if a given VCS branch for the specified plan is marked as deleted in the database, indicating that all
plan branches referring to it should be cleaned up.
|
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.