Uses of Class
de.espirit.firstspirit.access.project.RemoteProjectConfiguration
Packages that use RemoteProjectConfiguration
Package
Description
-
Uses of RemoteProjectConfiguration in de.espirit.firstspirit.access
Methods in de.espirit.firstspirit.access with parameters of type RemoteProjectConfigurationModifier and TypeMethodDescriptionConnection.getRemoteConnection(RemoteProjectConfiguration config) Returns the remote connection specified by the givenRemoteProjectConfiguration.@NotNull UrlCreatorProviderUrlCreatorProvider.getUrlCreatorProvider(@NotNull RemoteProjectConfiguration config) Provides aUrlCreatorProviderfor the given remote configuration. -
Uses of RemoteProjectConfiguration in de.espirit.firstspirit.access.project
Methods in de.espirit.firstspirit.access.project that return RemoteProjectConfigurationModifier and TypeMethodDescription@Nullable RemoteProjectConfigurationProject.getRemoteProjectConfiguration(@NotNull String symbolicName) Gets the remote project configuration for the specified symbolic name ornullif not configuration with this name exists for this project.Methods in de.espirit.firstspirit.access.project that return types with arguments of type RemoteProjectConfigurationModifier and TypeMethodDescription@NotNull List<RemoteProjectConfiguration>Project.getRemoteProjectConfigurations()Return the list of existing remote project configurations for this project.@NotNull List<RemoteProjectConfiguration>Project.getRemoteProjectConfigurations(@Nullable Filter<RemoteProjectConfiguration> filter) Returns the list of remote project configurations for this project that pass the given filter.Method parameters in de.espirit.firstspirit.access.project with type arguments of type RemoteProjectConfigurationModifier and TypeMethodDescription@NotNull List<RemoteProjectConfiguration>Project.getRemoteProjectConfigurations(@Nullable Filter<RemoteProjectConfiguration> filter) Returns the list of remote project configurations for this project that pass the given filter.voidProject.setRemoteProjectConfigurations(List<RemoteProjectConfiguration> remoteProjectConfigurations) Sets the list of remote project configuratiosn for this project -
Uses of RemoteProjectConfiguration in de.espirit.firstspirit.access.store.sitestore
Methods in de.espirit.firstspirit.access.store.sitestore that return RemoteProjectConfigurationModifier and TypeMethodDescription@Nullable RemoteProjectConfigurationPageLangSpec.getRemoteProjectConfiguration()Return RemoteProjectConfiguration used for related project.Methods in de.espirit.firstspirit.access.store.sitestore with parameters of type RemoteProjectConfigurationModifier and TypeMethodDescriptionvoidPageLangSpec.setRemoteProjectConfiguration(@Nullable RemoteProjectConfiguration configuration) Set RemoteProjectConfiguration used for releated project. -
Uses of RemoteProjectConfiguration in de.espirit.firstspirit.agency
Methods in de.espirit.firstspirit.agency that return types with arguments of type RemoteProjectConfigurationModifier and TypeMethodDescription@NotNull Map<String,RemoteProjectConfiguration> ProjectAgent.getRemoteProjectConfigurations(@Nullable Filter<RemoteProjectConfiguration> remoteCondition) Get the configurations of remote projects defined.Method parameters in de.espirit.firstspirit.agency with type arguments of type RemoteProjectConfigurationModifier and TypeMethodDescription@NotNull Map<String,RemoteProjectConfiguration> ProjectAgent.getRemoteProjectConfigurations(@Nullable Filter<RemoteProjectConfiguration> remoteCondition) Get the configurations of remote projects defined.