| Modifier and Type | Method and Description |
|---|---|
@NotNull RawAccessToken |
AccessTokenService.create(@NotNull CreateAccessTokenRequest createAccessTokenRequest)
Create new access token for user.
|
void |
AccessTokenService.deleteByTokenId(@NotNull String tokenId)
Delete one token with tokenId.
|
void |
DefaultAccessTokenService.deleteByUserName(@NotNull String userName) |
void |
AccessTokenService.deleteByUserName(@NotNull String userName)
Delete all tokens for given user name
|
@NotNull List<AccessToken> |
AccessTokenService.getAccessTokensByUserName(@NotNull String userName)
Get All tokens for given user name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MailConfigurationService.deleteMailServer()
Delete the current mail server configuration
|
@NotNull com.atlassian.mail.server.SMTPMailServer |
MailConfigurationServiceImpl.getMailServer() |
@NotNull 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
|
@NotNull com.atlassian.mail.server.SMTPMailServer |
MailConfigurationServiceImpl.updateMailServer(@Nullable String name,
@Nullable String fromAddress,
@Nullable String subjectPrefix,
@Nullable Boolean precedenceBulkHeaderExcluded,
@Nullable MailConfigurationService.MailMode emailSetting,
@Nullable String smtpServer,
@Nullable String smtpPort,
@Nullable String smtpUsername,
@Nullable String smtpPassword,
@Nullable Boolean tlsEnabled,
@Nullable String jndiLocation) |
@NotNull com.atlassian.mail.server.SMTPMailServer |
MailConfigurationService.updateMailServer(@Nullable String name,
@Nullable String fromAddress,
@Nullable String subjectPrefix,
@Nullable Boolean precedenceBulkHeaderExcluded,
@Nullable MailConfigurationService.MailMode emailSetting,
@Nullable String smtpServer,
@Nullable String smtpPort,
@Nullable String smtpUsername,
@Nullable String smtpPassword,
@Nullable Boolean tlsEnabled,
@Nullable String jndiLocation)
Update the current mail server configuration
|
@NotNull com.atlassian.mail.server.SMTPMailServer |
MailConfigurationServiceImpl.updateMailServer(@Nullable String name,
@Nullable String fromAddress,
@Nullable String subjectPrefix,
@Nullable Boolean precedenceBulkHeaderExcluded,
@Nullable String emailSetting,
@Nullable String smtpServer,
@Nullable String smtpPort,
@Nullable String smtpUsername,
@Nullable String smtpPassword,
@Nullable Boolean tlsEnabled,
@Nullable String jndiLocation) |
@NotNull com.atlassian.mail.server.SMTPMailServer |
MailConfigurationService.updateMailServer(@Nullable String name,
@Nullable String fromAddress,
@Nullable String subjectPrefix,
@Nullable Boolean precedenceBulkHeaderExcluded,
@Nullable String emailSetting,
@Nullable String smtpServer,
@Nullable String smtpPort,
@Nullable String smtpUsername,
@Nullable String smtpPassword,
@Nullable Boolean tlsEnabled,
@Nullable String jndiLocation)
|
| Modifier and Type | Method and Description |
|---|---|
default @NotNull PartialVcsRepositoryData |
RepositoryExportService.importLinkedRepository(@NotNull com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryProperties repositoryProperties)
Deprecated.
Validates exported linked repository properties within Bamboo context (e.g. verifying database integrity), then
imports the data into the database.
|
@NotNull PlanConfigImportService.ImportResult |
PlanConfigImportService.importPlan(@NotNull com.atlassian.bamboo.specs.api.model.plan.PlanProperties planProperties,
@Nullable com.atlassian.user.User userForCreation,
@NotNull RssPermissions rssPermissions,
boolean deferEvents,
boolean noChangesInProperties)
Validates exported top level plan properties within Bamboo context (e.g.
|
void |
PlanPermissionServiceImpl.importPlanPermission(com.atlassian.bamboo.specs.api.model.permission.PlanPermissionsProperties planPermissionsProperties,
RssPermissions rssPermissions) |
void |
PlanPermissionService.importPlanPermission(com.atlassian.bamboo.specs.api.model.permission.PlanPermissionsProperties planPermissionProperties,
RssPermissions rssPermissions)
Import
PlanPermissionsProperties |
@NotNull Project |
ProjectImportService.importProject(@NotNull com.atlassian.bamboo.specs.api.model.project.ProjectProperties projectProperties,
@Nullable com.atlassian.user.User user,
@NotNull RssPermissions rssPermissions)
Validates project properties within Bamboo context and imports the projects into the database.
|
@NotNull Project |
ProjectImportServiceImpl.importProject(@NotNull com.atlassian.bamboo.specs.api.model.project.ProjectProperties projectProperties,
@Nullable com.atlassian.user.User user,
@NotNull RssPermissions rssPermissions) |
@NotNull Project |
ProjectImportService.importProject(@NotNull com.atlassian.bamboo.specs.api.model.project.ProjectProperties projectProperties,
@Nullable com.atlassian.user.User user,
@NotNull RssPermissions rssPermissions,
boolean noChangesInProperties)
Validates project properties within Bamboo context and imports the project into the database.
|
@NotNull Project |
ProjectImportServiceImpl.importProject(@NotNull com.atlassian.bamboo.specs.api.model.project.ProjectProperties projectProperties,
@Nullable com.atlassian.user.User user,
@NotNull RssPermissions rssPermissions,
boolean noChangesInProperties) |
void |
ProjectImportService.importProjectPermissions(@NotNull com.atlassian.bamboo.specs.api.model.permission.ProjectPermissionsProperties projectPermissionsProperties,
@NotNull RssPermissions rssPermissions)
Imports the project permissions properties.
|
void |
ProjectImportServiceImpl.importProjectPermissions(@NotNull com.atlassian.bamboo.specs.api.model.permission.ProjectPermissionsProperties permissionsProperties,
@NotNull RssPermissions rssPermissions) |
@NotNull PartialVcsRepositoryData |
RepositoryExportServiceImpl.importRepository(@NotNull com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryProperties repositoryProperties) |
@NotNull PartialVcsRepositoryData |
RepositoryExportService.importRepository(@NotNull com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryProperties repositoryProperties)
Validates exported linked/project repository properties within Bamboo context (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
RestRemoteAgentConfiguration |
RemoteAgentConfigurationResource.getRemoteAgentConfiguration(@NotNull Expansion expansion,
@NotNull javax.ws.rs.core.UriInfo uriInfo)
The REST endpoint to retrieve the remote agent configuration
|
RestRemoteAgentConfiguration |
RemoteAgentConfigurationResource.updateRemoteAgentConfiguration(RestRemoteAgentConfiguration restRemoteAgentConfiguration,
@NotNull Expansion expansion,
@NotNull 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,
@Nullable Expansion expansion,
@NotNull 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(@NotNull Expansion expansion,
@NotNull 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,
@NotNull Expansion expansion,
@NotNull 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 © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.