Modifier and Type | Method and Description |
---|---|
RawAccessToken |
AccessTokenService.create(CreateAccessTokenRequest createAccessTokenRequest)
Create new access token for user.
|
void |
AccessTokenService.deleteByTokenId(String tokenId)
Delete one token with tokenId.
|
void |
DefaultAccessTokenService.deleteByUserName(String userName) |
void |
AccessTokenService.deleteByUserName(String userName)
Delete all tokens for given user name
|
List<AccessToken> |
AccessTokenService.getAccessTokensByUserName(String userName)
Get All tokens for given user name.
|
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
|
boolean |
MailConfigurationServiceImpl.isMailServerConfigured() |
boolean |
MailConfigurationService.isMailServerConfigured()
Returns true if mail server configuration exists
|
com.atlassian.mail.server.SMTPMailServer |
MailConfigurationServiceImpl.updateMailServer(String name,
String fromAddress,
String subjectPrefix,
Boolean precedenceBulkHeaderExcluded,
MailConfigurationService.MailMode 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,
MailConfigurationService.MailMode emailSetting,
String smtpServer,
String smtpPort,
String smtpUsername,
String smtpPassword,
Boolean tlsEnabled,
String jndiLocation)
Update 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)
|
Modifier and Type | Method and Description |
---|---|
PartialVcsRepositoryData |
LinkedRepositoryExportService.importLinkedRepository(com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryProperties repositoryProperties)
Validates exported linked repository properties within Bamboo context (e.g.
|
PartialVcsRepositoryData |
LinkedRepositoryExportServiceImpl.importLinkedRepository(com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryProperties repositoryProperties) |
PlanConfigImportService.ImportResult |
PlanConfigImportService.importPlan(com.atlassian.bamboo.specs.api.model.plan.PlanProperties planProperties,
com.atlassian.user.User userForCreation,
RssPermissions rssPermissions,
boolean deferEvents,
boolean noChangesInProperties)
Validates exported top level plan properties within Bamboo context (e.g.
|
void |
PlanPermissionService.importPlanPermission(com.atlassian.bamboo.specs.api.model.permission.PlanPermissionsProperties planPermissionProperties,
RssPermissions rssPermissions)
Import
PlanPermissionsProperties |
void |
PlanPermissionServiceImpl.importPlanPermission(com.atlassian.bamboo.specs.api.model.permission.PlanPermissionsProperties planPermissionsProperties,
RssPermissions rssPermissions) |
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()
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) |
Modifier and Type | Method and Description |
---|---|
List<RestEnvironmentStatusForDashboard> |
DeploymentDashboardResource.getEnvironmentStatutes(DeploymentDashboardResource.EnvironmentIds environmentIds)
Get environment latest release info.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
UnauthorisedExceptionMapper.toResponse(UnauthorisedException exception) |
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.