| Modifier and Type | Field and Description |
|---|---|
static com.google.common.collect.ImmutableList<ApplicationEntity> |
ApplicationAdminResourceAcceptanceTest.APP_ENTITIES |
| Modifier and Type | Method and Description |
|---|---|
ApplicationEntity |
ApplicationSessionsSearchResultEntity.getApplication() |
| Constructor and Description |
|---|
ApplicationSessionsSearchResultEntity(String randomHash,
Long id,
Date initialization,
Long lastAccess,
ApplicationEntity application) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationEntity |
ApplicationAdminController.getApplication(long appId) |
ApplicationEntity |
ApplicationAdminController.updateApplication(long appId,
ApplicationEntity entity) |
| Modifier and Type | Method and Description |
|---|---|
RestPage<ApplicationEntity> |
ApplicationAdminController.getApplications(RestPageRequest pageRequest) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationEntity |
ApplicationAdminController.updateApplication(long appId,
ApplicationEntity entity) |
| Modifier and Type | Field and Description |
|---|---|
static ApplicationEntity |
ApplicationAdminResourceExamples.APPLICATION_ENTITY_EXAMPLE1 |
static ApplicationEntity |
ApplicationAdminResourceExamples.APPLICATION_ENTITY_EXAMPLE2 |
| Modifier and Type | Field and Description |
|---|---|
static RestPage<ApplicationEntity> |
ApplicationAdminResourceExamples.APPLICATION_ENTITIES_EXAMPLE |
| Modifier and Type | Method and Description |
|---|---|
ApplicationEntity |
ApplicationAdminResource.getApplication(long applicationId)
Returns the application with the specified id
|
ApplicationEntity |
ApplicationAdminResource.updateApplication(long applicationId,
ApplicationEntity applicationEntity)
Updates the specified application
|
| Modifier and Type | Method and Description |
|---|---|
RestPage<ApplicationEntity> |
ApplicationAdminResource.getApplications(RestPageRequest pageRequest)
Returns a paged list of all applications
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationEntity |
ApplicationAdminResource.updateApplication(long applicationId,
ApplicationEntity applicationEntity)
Updates the specified application
|
| Modifier and Type | Method and Description |
|---|---|
static ApplicationEntity |
RestUtils.getApplication(String baseUrl,
String applicationName) |
Copyright © 2019 Atlassian. All rights reserved.