Class RemoteServerInformationServiceImpl
java.lang.Object
com.atlassian.confluence.rest.client.AbstractRemoteService<ServerInformationService>
com.atlassian.confluence.rest.client.RemoteServerInformationServiceImpl
- All Implemented Interfaces:
RemoteServerInformationService
public class RemoteServerInformationServiceImpl
extends AbstractRemoteService<ServerInformationService>
implements RemoteServerInformationService
- Since:
- 9.1.0
-
Field Summary
Fields inherited from class com.atlassian.confluence.rest.client.AbstractRemoteService
provider -
Constructor Summary
ConstructorsConstructorDescriptionRemoteServerInformationServiceImpl(AuthenticatedWebResourceProvider provider, ExecutorService executor) -
Method Summary
Modifier and TypeMethodDescriptionReturns information about the current application build running on this instance.Methods inherited from class com.atlassian.confluence.rest.client.AbstractRemoteService
addExpansions, addPageRequest, addPageRequestParams, deleteCompletionStage, deleteCompletionStage, getCompletionStage, getCompletionStageGenericCollection, getCompletionStageMap, getCompletionStageMapOfGenericListResponse, getCompletionStageMapOfPageResponses, getCompletionStageOptional, getCompletionStagePageResponseList, getCompletionStageSearchPageResponseList, getExecutor, newBackdoorWebTarget, newExperimentalRestWebTarget, newWebTarget, postCompletionStage, postCompletionStage, postCompletionStage, postCompletionStageToPageResponse, postVoidCompletionStage, putCompletionStage, putVoidCompletionStage
-
Constructor Details
-
RemoteServerInformationServiceImpl
public RemoteServerInformationServiceImpl(AuthenticatedWebResourceProvider provider, ExecutorService executor)
-
-
Method Details
-
getServerInformationCompletionStage
Description copied from interface:RemoteServerInformationServiceReturns information about the current application build running on this instance.- Specified by:
getServerInformationCompletionStagein interfaceRemoteServerInformationService- Returns:
- CompletionStage
-